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_FeeMaterialHandedOutInfoName | 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": "6ae4c212-bb2d-4dfe-aa60-b94ea99f8b34", "DomainID": "b02ec351-1977-45a6-9496-cf28ee7fd402", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-06-23 21:50:58", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-06-23 21:50:58", "IsDelete": true, "DealerID": "b30dfc17-5c17-45b2-ba34-168fde90e728", "MaterialApplyID": "978536e7-89e8-4279-890e-e1d5f26666dd", "ApplyAmount": 1.0, "AuditAmount": 1.0, "HandedOutAmount": 1.0, "OptDateTime": "2025-06-23 21:50:58", "OptAccountID": "bd84d0fd-b431-491f-b22f-99408e3f55e8", "OptPersonID": "c7e11612-ac19-4f75-b076-10b98ec457fd", "OptPersonName": "sample string 5", "Remark": "sample string 6", "ReceiveStatus": "sample string 7", "ReceiveDateTime": "2025-06-23 21:50:58", "ReceiveAccountID": "fca97905-9b9e-40d8-9894-7f789a5f5e95", "ReceivePersonID": "fd57e3f6-8a63-4013-b19f-d76e7c7b62f5", "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-06-23T21:50:58.2655663+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DealerID>b30dfc17-5c17-45b2-ba34-168fde90e728</DealerID> <DomainID>b02ec351-1977-45a6-9496-cf28ee7fd402</DomainID> <HandedOutAmount>1</HandedOutAmount> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-06-23T21:50:58.2655663+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <MaterialApplyID>978536e7-89e8-4279-890e-e1d5f26666dd</MaterialApplyID> <OptAccountID>bd84d0fd-b431-491f-b22f-99408e3f55e8</OptAccountID> <OptDateTime>2025-06-23T21:50:58.2655663+08:00</OptDateTime> <OptPersonID>c7e11612-ac19-4f75-b076-10b98ec457fd</OptPersonID> <OptPersonName>sample string 5</OptPersonName> <ReceiveAccountID>fca97905-9b9e-40d8-9894-7f789a5f5e95</ReceiveAccountID> <ReceiveDateTime>2025-06-23T21:50:58.2655663+08:00</ReceiveDateTime> <ReceivePersonID>fd57e3f6-8a63-4013-b19f-d76e7c7b62f5</ReceivePersonID> <ReceivePersonName>sample string 8</ReceivePersonName> <ReceiveStatus>sample string 7</ReceiveStatus> <Remark>sample string 6</Remark> <TID>6ae4c212-bb2d-4dfe-aa60-b94ea99f8b34</TID> </MS386_FeeMaterialHandedOutInfo>
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>