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": "124c2f32-1c67-4240-80ad-f3b201337ab6", "DomainID": "1147100a-895d-4f9f-b7db-0699d3b9ee29", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:36:02", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:36:02", "IsDelete": true, "ApplyNumber": "sample string 5", "DealerID": "be1eaa6e-38e2-4122-a6a5-a24b21ef99a4", "StatusKey": "sample string 6", "ApplyDateTime": "2025-07-23 07:36:02", "ApplyAccountID": "e39471d7-85e0-4118-b78d-74f87956154d", "ApplyPersonID": "c1ab51a1-ab6d-40c8-b351-d62bf29350ed", "ApplyPersonName": "sample string 7", "ApplyAmount": 1.0, "Remark": "sample string 8", "AuditDateTime": "2025-07-23 07:36:02", "AuditAccountID": "dbd940ee-8d5e-473c-a1b9-074dc6524242", "AuditPersonID": "b2882e9e-c368-48f3-b97f-eacc18e04b24", "AuditPersonName": "sample string 9", "AuditRemark": "sample string 10", "AuditAmount": 1.0, "HandedOutAmount": 1.0, "HandedOutStatusKey": "sample string 11", "StatusLifecycle": "sample string 12", "BusinessTypeID": "fbea155c-b5ad-4ddc-841a-8e9f32ccc80d", "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>e39471d7-85e0-4118-b78d-74f87956154d</ApplyAccountID> <ApplyAmount>1</ApplyAmount> <ApplyDateTime>2025-07-23T07:36:02.0997068+08:00</ApplyDateTime> <ApplyNumber>sample string 5</ApplyNumber> <ApplyPersonID>c1ab51a1-ab6d-40c8-b351-d62bf29350ed</ApplyPersonID> <ApplyPersonName>sample string 7</ApplyPersonName> <AuditAccountID>dbd940ee-8d5e-473c-a1b9-074dc6524242</AuditAccountID> <AuditAmount>1</AuditAmount> <AuditDateTime>2025-07-23T07:36:02.0997068+08:00</AuditDateTime> <AuditPersonID>b2882e9e-c368-48f3-b97f-eacc18e04b24</AuditPersonID> <AuditPersonName>sample string 9</AuditPersonName> <AuditRemark>sample string 10</AuditRemark> <BudgetFlag>sample string 13</BudgetFlag> <BusinessTypeID>fbea155c-b5ad-4ddc-841a-8e9f32ccc80d</BusinessTypeID> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-07-23T07:36:02.0997068+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DealerID>be1eaa6e-38e2-4122-a6a5-a24b21ef99a4</DealerID> <DomainID>1147100a-895d-4f9f-b7db-0699d3b9ee29</DomainID> <HandedOutAmount>1</HandedOutAmount> <HandedOutStatusKey>sample string 11</HandedOutStatusKey> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-07-23T07:36:02.0997068+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <Remark>sample string 8</Remark> <StatusKey>sample string 6</StatusKey> <StatusLifecycle>sample string 12</StatusLifecycle> <TID>124c2f32-1c67-4240-80ad-f3b201337ab6</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>