POST api/FeeMaterial/CreateFeeMaterialHandedOut?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_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": "9fe502d9-51c1-49b5-be0d-b6718afabd35",
"DomainID": "53d2c7cd-35ba-45a8-b1a6-4673d1563c61",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:45:40",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:45:40",
"IsDelete": true,
"DealerID": "522c7964-fb44-4eb9-9d3b-5921d2d8f787",
"MaterialApplyID": "b343e809-58d3-4719-880b-a28c9c7a4c96",
"ApplyAmount": 1.0,
"AuditAmount": 1.0,
"HandedOutAmount": 1.0,
"OptDateTime": "2025-12-17 05:45:40",
"OptAccountID": "68157dc7-c830-456c-a975-8372a3c410a0",
"OptPersonID": "c20afa1a-1342-4654-8d8c-8d885bb9935e",
"OptPersonName": "sample string 5",
"Remark": "sample string 6",
"ReceiveStatus": "sample string 7",
"ReceiveDateTime": "2025-12-17 05:45:40",
"ReceiveAccountID": "b6ed5946-0c13-47e5-84bd-4ae68626fc3c",
"ReceivePersonID": "00363102-854f-4b36-8534-5561e3e41380",
"ReceivePersonName": "sample string 8"
}
application/xml, text/xml
Sample:
<MS386_FeeMaterialHandedOutInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <ApplyAmount>1</ApplyAmount> <AuditAmount>1</AuditAmount> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-17T05:45:40.7901458+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DealerID>522c7964-fb44-4eb9-9d3b-5921d2d8f787</DealerID> <DomainID>53d2c7cd-35ba-45a8-b1a6-4673d1563c61</DomainID> <HandedOutAmount>1</HandedOutAmount> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-17T05:45:40.7901458+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <MaterialApplyID>b343e809-58d3-4719-880b-a28c9c7a4c96</MaterialApplyID> <OptAccountID>68157dc7-c830-456c-a975-8372a3c410a0</OptAccountID> <OptDateTime>2025-12-17T05:45:40.7901458+08:00</OptDateTime> <OptPersonID>c20afa1a-1342-4654-8d8c-8d885bb9935e</OptPersonID> <OptPersonName>sample string 5</OptPersonName> <ReceiveAccountID>b6ed5946-0c13-47e5-84bd-4ae68626fc3c</ReceiveAccountID> <ReceiveDateTime>2025-12-17T05:45:40.7911419+08:00</ReceiveDateTime> <ReceivePersonID>00363102-854f-4b36-8534-5561e3e41380</ReceivePersonID> <ReceivePersonName>sample string 8</ReceivePersonName> <ReceiveStatus>sample string 7</ReceiveStatus> <Remark>sample string 6</Remark> <TID>9fe502d9-51c1-49b5-be0d-b6718afabd35</TID> </MS386_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>