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": "ec9027c0-c1c3-4fbc-99d3-b68e9de7b683", "DomainID": "594c411d-fc34-4e81-af8b-860bdc637e1d", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:36:19", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:36:19", "IsDelete": true, "MaterialApplyID": "628a08b6-7a4b-427c-879e-affb2e22400a", "MaterialApplyDtlID": "3c590014-2ba2-40de-8e19-a97eff56bfec", "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-07-23T07:36:19.8805016+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DomainID>594c411d-fc34-4e81-af8b-860bdc637e1d</DomainID> <HandedOutCount>1</HandedOutCount> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-07-23T07:36:19.8805016+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <MaterialApplyDtlID>3c590014-2ba2-40de-8e19-a97eff56bfec</MaterialApplyDtlID> <MaterialApplyID>628a08b6-7a4b-427c-879e-affb2e22400a</MaterialApplyID> <Price>1</Price> <Sequence>1</Sequence> <TID>ec9027c0-c1c3-4fbc-99d3-b68e9de7b683</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>