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_FeeMaterialApplyInfo| Name | 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": "7dbe0bc6-1cab-472a-9740-918eda86fae7",
"DomainID": "87684e34-a089-497d-b15e-fc3354dcc225",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:52:59",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:52:59",
"IsDelete": true,
"ApplyNumber": "sample string 5",
"DealerID": "fcb5161f-42ea-40cf-ad25-4f141afe01b2",
"StatusKey": "sample string 6",
"ApplyDateTime": "2025-12-17 05:52:59",
"ApplyAccountID": "97e5a7c0-968b-4c32-963f-3286f40b03c2",
"ApplyPersonID": "b5946c2f-0b24-4829-9c76-67a11efdb992",
"ApplyPersonName": "sample string 7",
"ApplyAmount": 1.0,
"Remark": "sample string 8",
"AuditDateTime": "2025-12-17 05:52:59",
"AuditAccountID": "661384a8-b836-476d-98a4-6106c866f97e",
"AuditPersonID": "3e39fae8-7475-4142-8389-ba277d6071db",
"AuditPersonName": "sample string 9",
"AuditRemark": "sample string 10",
"AuditAmount": 1.0,
"HandedOutAmount": 1.0,
"HandedOutStatusKey": "sample string 11",
"StatusLifecycle": "sample string 12",
"BusinessTypeID": "71a2fc0d-6b53-4c77-a197-0f8cd01ef20c",
"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>97e5a7c0-968b-4c32-963f-3286f40b03c2</ApplyAccountID> <ApplyAmount>1</ApplyAmount> <ApplyDateTime>2025-12-17T05:52:59.3071183+08:00</ApplyDateTime> <ApplyNumber>sample string 5</ApplyNumber> <ApplyPersonID>b5946c2f-0b24-4829-9c76-67a11efdb992</ApplyPersonID> <ApplyPersonName>sample string 7</ApplyPersonName> <AuditAccountID>661384a8-b836-476d-98a4-6106c866f97e</AuditAccountID> <AuditAmount>1</AuditAmount> <AuditDateTime>2025-12-17T05:52:59.3071183+08:00</AuditDateTime> <AuditPersonID>3e39fae8-7475-4142-8389-ba277d6071db</AuditPersonID> <AuditPersonName>sample string 9</AuditPersonName> <AuditRemark>sample string 10</AuditRemark> <BudgetFlag>sample string 13</BudgetFlag> <BusinessTypeID>71a2fc0d-6b53-4c77-a197-0f8cd01ef20c</BusinessTypeID> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-17T05:52:59.3071183+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DealerID>fcb5161f-42ea-40cf-ad25-4f141afe01b2</DealerID> <DomainID>87684e34-a089-497d-b15e-fc3354dcc225</DomainID> <HandedOutAmount>1</HandedOutAmount> <HandedOutStatusKey>sample string 11</HandedOutStatusKey> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-17T05:52:59.3071183+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <Remark>sample string 8</Remark> <StatusKey>sample string 6</StatusKey> <StatusLifecycle>sample string 12</StatusLifecycle> <TID>7dbe0bc6-1cab-472a-9740-918eda86fae7</TID> </MS385_FeeMaterialApplyInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfBoolean| Name | 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>