POST api/FeeMaterial/CreateFeeMaterialHandedOutDtl?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
TS182_FeeMaterialHandedOutDetailInfoName | 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. |
|
MaterialApplyID | globally unique identifier |
None. |
|
MaterialApplyDtlID | globally unique identifier |
None. |
|
ApplyCount | decimal number |
None. |
|
HandedOutCount | decimal number |
None. |
|
Price | decimal number |
None. |
|
Amount | decimal number |
None. |
|
Sequence | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TID": "bdd4f8cc-f8d8-449f-8fea-d069c450133e", "DomainID": "9f2e46d1-1081-452c-a885-0a058a164ad3", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-06-23 22:09:24", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-06-23 22:09:24", "IsDelete": true, "MaterialApplyID": "4c02c062-db87-4a2f-b4eb-b9f2b61c3c62", "MaterialApplyDtlID": "30a8199a-7e9d-4d4c-8455-0032ca4c6418", "ApplyCount": 1.0, "HandedOutCount": 1.0, "Price": 1.0, "Amount": 1.0, "Sequence": 1 }
application/xml, text/xml
Sample:
<TS182_FeeMaterialHandedOutDetailInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <Amount>1</Amount> <ApplyCount>1</ApplyCount> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-06-23T22:09:24.2667775+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DomainID>9f2e46d1-1081-452c-a885-0a058a164ad3</DomainID> <HandedOutCount>1</HandedOutCount> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-06-23T22:09:24.2667775+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <MaterialApplyDtlID>30a8199a-7e9d-4d4c-8455-0032ca4c6418</MaterialApplyDtlID> <MaterialApplyID>4c02c062-db87-4a2f-b4eb-b9f2b61c3c62</MaterialApplyID> <Price>1</Price> <Sequence>1</Sequence> <TID>bdd4f8cc-f8d8-449f-8fea-d069c450133e</TID> </TS182_FeeMaterialHandedOutDetailInfo>
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>