POST api/FeeMaterial/ConfirmReceiveHaiHui?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
ms386 直接更新
Collection of MS386_FeeMaterialHandedOutInfo| 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. |
|
| DealerID | globally unique identifier |
None. |
|
| MaterialApplyID | globally unique identifier |
None. |
|
| ApplyAmount | decimal number |
None. |
|
| AuditAmount | decimal number |
None. |
|
| HandedOutAmount | decimal number |
None. |
|
| OptDateTime | date |
None. |
|
| OptAccountID | globally unique identifier |
None. |
|
| OptPersonID | globally unique identifier |
None. |
|
| OptPersonName | string |
None. |
|
| Remark | string |
None. |
|
| ReceiveStatus | string |
None. |
|
| ReceiveDateTime | date |
None. |
|
| ReceiveAccountID | globally unique identifier |
None. |
|
| ReceivePersonID | globally unique identifier |
None. |
|
| ReceivePersonName | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"TID": "c7053f07-ced3-44d6-9635-fb9c1125dc20",
"DomainID": "e4440f4e-7e4b-4ea6-bb6a-7afba4f3eac7",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:47:28",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:47:28",
"IsDelete": true,
"DealerID": "fac0600a-d640-4944-ba9a-eccf59c3fc33",
"MaterialApplyID": "6d1c2882-9428-49f2-b3df-fd4e14102386",
"ApplyAmount": 1.0,
"AuditAmount": 1.0,
"HandedOutAmount": 1.0,
"OptDateTime": "2025-12-17 05:47:28",
"OptAccountID": "3bb20039-2d2c-453b-ba7e-b7adb5a7a573",
"OptPersonID": "ac3354f9-0471-46b7-a94e-af5bafd62764",
"OptPersonName": "sample string 5",
"Remark": "sample string 6",
"ReceiveStatus": "sample string 7",
"ReceiveDateTime": "2025-12-17 05:47:28",
"ReceiveAccountID": "564a3cdc-8547-45b0-b8ba-4d016b43ee51",
"ReceivePersonID": "2998896f-fe2a-4a7a-94ee-4f87d9694882",
"ReceivePersonName": "sample string 8"
},
{
"TID": "c7053f07-ced3-44d6-9635-fb9c1125dc20",
"DomainID": "e4440f4e-7e4b-4ea6-bb6a-7afba4f3eac7",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:47:28",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:47:28",
"IsDelete": true,
"DealerID": "fac0600a-d640-4944-ba9a-eccf59c3fc33",
"MaterialApplyID": "6d1c2882-9428-49f2-b3df-fd4e14102386",
"ApplyAmount": 1.0,
"AuditAmount": 1.0,
"HandedOutAmount": 1.0,
"OptDateTime": "2025-12-17 05:47:28",
"OptAccountID": "3bb20039-2d2c-453b-ba7e-b7adb5a7a573",
"OptPersonID": "ac3354f9-0471-46b7-a94e-af5bafd62764",
"OptPersonName": "sample string 5",
"Remark": "sample string 6",
"ReceiveStatus": "sample string 7",
"ReceiveDateTime": "2025-12-17 05:47:28",
"ReceiveAccountID": "564a3cdc-8547-45b0-b8ba-4d016b43ee51",
"ReceivePersonID": "2998896f-fe2a-4a7a-94ee-4f87d9694882",
"ReceivePersonName": "sample string 8"
}
]
application/xml, text/xml
Sample:
<ArrayOfMS386_FeeMaterialHandedOutInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity">
<MS386_FeeMaterialHandedOutInfo>
<ApplyAmount>1</ApplyAmount>
<AuditAmount>1</AuditAmount>
<CreateAccountID>sample string 4</CreateAccountID>
<CreateDateTime>2025-12-17T05:47:28.4647643+08:00</CreateDateTime>
<CreatePersonID>sample string 3</CreatePersonID>
<DealerID>fac0600a-d640-4944-ba9a-eccf59c3fc33</DealerID>
<DomainID>e4440f4e-7e4b-4ea6-bb6a-7afba4f3eac7</DomainID>
<HandedOutAmount>1</HandedOutAmount>
<IsDelete>true</IsDelete>
<LastUpdateAccountID>sample string 2</LastUpdateAccountID>
<LastUpdateDateTime>2025-12-17T05:47:28.4647643+08:00</LastUpdateDateTime>
<LastUpdatePersonID>sample string 1</LastUpdatePersonID>
<MaterialApplyID>6d1c2882-9428-49f2-b3df-fd4e14102386</MaterialApplyID>
<OptAccountID>3bb20039-2d2c-453b-ba7e-b7adb5a7a573</OptAccountID>
<OptDateTime>2025-12-17T05:47:28.4647643+08:00</OptDateTime>
<OptPersonID>ac3354f9-0471-46b7-a94e-af5bafd62764</OptPersonID>
<OptPersonName>sample string 5</OptPersonName>
<ReceiveAccountID>564a3cdc-8547-45b0-b8ba-4d016b43ee51</ReceiveAccountID>
<ReceiveDateTime>2025-12-17T05:47:28.4647643+08:00</ReceiveDateTime>
<ReceivePersonID>2998896f-fe2a-4a7a-94ee-4f87d9694882</ReceivePersonID>
<ReceivePersonName>sample string 8</ReceivePersonName>
<ReceiveStatus>sample string 7</ReceiveStatus>
<Remark>sample string 6</Remark>
<TID>c7053f07-ced3-44d6-9635-fb9c1125dc20</TID>
</MS386_FeeMaterialHandedOutInfo>
<MS386_FeeMaterialHandedOutInfo>
<ApplyAmount>1</ApplyAmount>
<AuditAmount>1</AuditAmount>
<CreateAccountID>sample string 4</CreateAccountID>
<CreateDateTime>2025-12-17T05:47:28.4647643+08:00</CreateDateTime>
<CreatePersonID>sample string 3</CreatePersonID>
<DealerID>fac0600a-d640-4944-ba9a-eccf59c3fc33</DealerID>
<DomainID>e4440f4e-7e4b-4ea6-bb6a-7afba4f3eac7</DomainID>
<HandedOutAmount>1</HandedOutAmount>
<IsDelete>true</IsDelete>
<LastUpdateAccountID>sample string 2</LastUpdateAccountID>
<LastUpdateDateTime>2025-12-17T05:47:28.4647643+08:00</LastUpdateDateTime>
<LastUpdatePersonID>sample string 1</LastUpdatePersonID>
<MaterialApplyID>6d1c2882-9428-49f2-b3df-fd4e14102386</MaterialApplyID>
<OptAccountID>3bb20039-2d2c-453b-ba7e-b7adb5a7a573</OptAccountID>
<OptDateTime>2025-12-17T05:47:28.4647643+08:00</OptDateTime>
<OptPersonID>ac3354f9-0471-46b7-a94e-af5bafd62764</OptPersonID>
<OptPersonName>sample string 5</OptPersonName>
<ReceiveAccountID>564a3cdc-8547-45b0-b8ba-4d016b43ee51</ReceiveAccountID>
<ReceiveDateTime>2025-12-17T05:47:28.4647643+08:00</ReceiveDateTime>
<ReceivePersonID>2998896f-fe2a-4a7a-94ee-4f87d9694882</ReceivePersonID>
<ReceivePersonName>sample string 8</ReceivePersonName>
<ReceiveStatus>sample string 7</ReceiveStatus>
<Remark>sample string 6</Remark>
<TID>c7053f07-ced3-44d6-9635-fb9c1125dc20</TID>
</MS386_FeeMaterialHandedOutInfo>
</ArrayOfMS386_FeeMaterialHandedOutInfo>
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>