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": "e10f398f-5dcf-4bd8-8acb-e0d6ac91c09f", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-06-23 22:04:55", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-06-23 22:04:55", "IsDelete": true, "DeliveryOrderId": "783506c3-638b-47ed-b3d2-1b2abe12a28c", "ImgType": "sample string 5", "ImgPath": "sample string 6", "PhotoDateTime": "2025-06-23 22:04:55" }, { "TID": "e10f398f-5dcf-4bd8-8acb-e0d6ac91c09f", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-06-23 22:04:55", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-06-23 22:04:55", "IsDelete": true, "DeliveryOrderId": "783506c3-638b-47ed-b3d2-1b2abe12a28c", "ImgType": "sample string 5", "ImgPath": "sample string 6", "PhotoDateTime": "2025-06-23 22:04:55" } ]
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-06-23T22:04:55.5327516+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DeliveryOrderId>783506c3-638b-47ed-b3d2-1b2abe12a28c</DeliveryOrderId> <ImgPath>sample string 6</ImgPath> <ImgType>sample string 5</ImgType> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-06-23T22:04:55.5327516+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <PhotoDateTime>2025-06-23T22:04:55.5327516+08:00</PhotoDateTime> <TID>e10f398f-5dcf-4bd8-8acb-e0d6ac91c09f</TID> </RS170_GBPicInfo> <RS170_GBPicInfo> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-06-23T22:04:55.5327516+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <DeliveryOrderId>783506c3-638b-47ed-b3d2-1b2abe12a28c</DeliveryOrderId> <ImgPath>sample string 6</ImgPath> <ImgType>sample string 5</ImgType> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-06-23T22:04:55.5327516+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <PhotoDateTime>2025-06-23T22:04:55.5327516+08:00</PhotoDateTime> <TID>e10f398f-5dcf-4bd8-8acb-e0d6ac91c09f</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>