POST api/DeliveryOrder/ProofSaveHaiHui?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}
保存团购举证HaiHui
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
Collection of RS170_GBPicInfoName | Description | Type | Additional information |
---|---|---|---|
TID | 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. |
|
DeliveryOrderId | globally unique identifier |
None. |
|
ImgType | string |
None. |
|
ImgPath | string |
None. |
|
PhotoDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
[ { "TID": "1e86acfc-1aab-4b5e-8f85-6c229bd91278", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:36:03", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:36:03", "IsDelete": true, "DeliveryOrderId": "6c0922d2-da36-4faf-9774-e63d9ada6d66", "ImgType": "sample string 5", "ImgPath": "sample string 6", "PhotoDateTime": "2025-07-23 07:36:03" }, { "TID": "1e86acfc-1aab-4b5e-8f85-6c229bd91278", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:36:03", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:36:03", "IsDelete": true, "DeliveryOrderId": "6c0922d2-da36-4faf-9774-e63d9ada6d66", "ImgType": "sample string 5", "ImgPath": "sample string 6", "PhotoDateTime": "2025-07-23 07:36:03" } ]
application/xml, text/xml
Sample:
<ArrayOfRS170_GBPicInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <RS170_GBPicInfo> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-07-23T07:36:03.0840566+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DeliveryOrderId>6c0922d2-da36-4faf-9774-e63d9ada6d66</DeliveryOrderId> <ImgPath>sample string 6</ImgPath> <ImgType>sample string 5</ImgType> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-07-23T07:36:03.0840566+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <PhotoDateTime>2025-07-23T07:36:03.0840566+08:00</PhotoDateTime> <TID>1e86acfc-1aab-4b5e-8f85-6c229bd91278</TID> </RS170_GBPicInfo> <RS170_GBPicInfo> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-07-23T07:36:03.0840566+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DeliveryOrderId>6c0922d2-da36-4faf-9774-e63d9ada6d66</DeliveryOrderId> <ImgPath>sample string 6</ImgPath> <ImgType>sample string 5</ImgType> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-07-23T07:36:03.0840566+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <PhotoDateTime>2025-07-23T07:36:03.0840566+08:00</PhotoDateTime> <TID>1e86acfc-1aab-4b5e-8f85-6c229bd91278</TID> </RS170_GBPicInfo> </ArrayOfRS170_GBPicInfo>
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>