POST api/FeeMaterial/UpdateFeeMaterialApply?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
同步申请单
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DomainId |
域Id |
globally unique identifier |
None. |
AccountId |
账户Id |
globally unique identifier |
None. |
PersonId |
人员Id |
globally unique identifier |
None. |
Body Parameters
MS385_FeeMaterialApplyInfoName | Description | Type | Additional information |
---|---|---|---|
TID | globally unique identifier |
None. |
|
DomainID | globally unique identifier |
None. |
|
LastUpdatePersonID | string |
None. |
|
LastUpdateAccountID | string |
None. |
|
LastUpdateDateTime | date |
None. |
|
CreatePersonID | string |
None. |
|
CreateAccountID | string |
None. |
|
CreateDateTime | date |
None. |
|
IsDelete | boolean |
None. |
|
ApplyNumber | string |
None. |
|
DealerID | globally unique identifier |
None. |
|
StatusKey | string |
None. |
|
ApplyDateTime | date |
None. |
|
ApplyAccountID | globally unique identifier |
None. |
|
ApplyPersonID | globally unique identifier |
None. |
|
ApplyPersonName | string |
None. |
|
ApplyAmount | decimal number |
None. |
|
Remark | string |
None. |
|
AuditDateTime | date |
None. |
|
AuditAccountID | globally unique identifier |
None. |
|
AuditPersonID | globally unique identifier |
None. |
|
AuditPersonName | string |
None. |
|
AuditRemark | string |
None. |
|
AuditAmount | decimal number |
None. |
|
HandedOutAmount | decimal number |
None. |
|
HandedOutStatusKey | string |
None. |
|
StatusLifecycle | string |
None. |
|
BusinessTypeID | globally unique identifier |
None. |
|
BudgetFlag | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TID": "1858f214-8a41-4ab6-ae61-13722d5c3c4e", "DomainID": "d85de850-ac0a-4309-88b6-b8883f27ed57", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-06-23 22:02:31", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-06-23 22:02:31", "IsDelete": true, "ApplyNumber": "sample string 5", "DealerID": "d6cdc98c-4131-4824-a574-2d00687649ef", "StatusKey": "sample string 6", "ApplyDateTime": "2025-06-23 22:02:31", "ApplyAccountID": "f231fecf-602b-4273-a04b-2ce2d39a7f9a", "ApplyPersonID": "84935f23-9971-4038-a365-216bbac7ddfd", "ApplyPersonName": "sample string 7", "ApplyAmount": 1.0, "Remark": "sample string 8", "AuditDateTime": "2025-06-23 22:02:31", "AuditAccountID": "caa13cf4-00ff-421d-9ed8-1c5d533dd1ef", "AuditPersonID": "41eb5352-dbb9-43a1-ad4e-e8d58d7393e1", "AuditPersonName": "sample string 9", "AuditRemark": "sample string 10", "AuditAmount": 1.0, "HandedOutAmount": 1.0, "HandedOutStatusKey": "sample string 11", "StatusLifecycle": "sample string 12", "BusinessTypeID": "0e7f164e-99e9-44a1-9eb6-c44ef1812382", "BudgetFlag": "sample string 13" }
application/xml, text/xml
Sample:
<MS385_FeeMaterialApplyInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <ApplyAccountID>f231fecf-602b-4273-a04b-2ce2d39a7f9a</ApplyAccountID> <ApplyAmount>1</ApplyAmount> <ApplyDateTime>2025-06-23T22:02:31.5617346+08:00</ApplyDateTime> <ApplyNumber>sample string 5</ApplyNumber> <ApplyPersonID>84935f23-9971-4038-a365-216bbac7ddfd</ApplyPersonID> <ApplyPersonName>sample string 7</ApplyPersonName> <AuditAccountID>caa13cf4-00ff-421d-9ed8-1c5d533dd1ef</AuditAccountID> <AuditAmount>1</AuditAmount> <AuditDateTime>2025-06-23T22:02:31.5617346+08:00</AuditDateTime> <AuditPersonID>41eb5352-dbb9-43a1-ad4e-e8d58d7393e1</AuditPersonID> <AuditPersonName>sample string 9</AuditPersonName> <AuditRemark>sample string 10</AuditRemark> <BudgetFlag>sample string 13</BudgetFlag> <BusinessTypeID>0e7f164e-99e9-44a1-9eb6-c44ef1812382</BusinessTypeID> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-06-23T22:02:31.5617346+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DealerID>d6cdc98c-4131-4824-a574-2d00687649ef</DealerID> <DomainID>d85de850-ac0a-4309-88b6-b8883f27ed57</DomainID> <HandedOutAmount>1</HandedOutAmount> <HandedOutStatusKey>sample string 11</HandedOutStatusKey> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-06-23T22:02:31.5617346+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <Remark>sample string 8</Remark> <StatusKey>sample string 6</StatusKey> <StatusLifecycle>sample string 12</StatusLifecycle> <TID>1858f214-8a41-4ab6-ae61-13722d5c3c4e</TID> </MS385_FeeMaterialApplyInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfBooleanName | Description | Type | Additional information |
---|---|---|---|
Code | ReturnCode |
None. |
|
Message | string |
None. |
|
Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 200, "Message": "sample string 1", "Data": true }
application/xml, text/xml
Sample:
<ResultModelOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Utility"> <Code>Success</Code> <Data>true</Data> <Message>sample string 1</Message> </ResultModelOfboolean>