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_GBPicInfo| Name | 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": "e1dd6052-d1e9-4887-8bb4-70b40f6897a0",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:52:02",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:52:02",
"IsDelete": true,
"DeliveryOrderId": "0a368174-9462-4a42-8830-1106277886eb",
"ImgType": "sample string 5",
"ImgPath": "sample string 6",
"PhotoDateTime": "2025-12-17 05:52:02"
},
{
"TID": "e1dd6052-d1e9-4887-8bb4-70b40f6897a0",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:52:02",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:52:02",
"IsDelete": true,
"DeliveryOrderId": "0a368174-9462-4a42-8830-1106277886eb",
"ImgType": "sample string 5",
"ImgPath": "sample string 6",
"PhotoDateTime": "2025-12-17 05:52:02"
}
]
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-12-17T05:52:02.3344913+08:00</CreateDateTime>
<CreatePersonID>sample string 3</CreatePersonID>
<DeliveryOrderId>0a368174-9462-4a42-8830-1106277886eb</DeliveryOrderId>
<ImgPath>sample string 6</ImgPath>
<ImgType>sample string 5</ImgType>
<IsDelete>true</IsDelete>
<LastUpdateAccountID>sample string 2</LastUpdateAccountID>
<LastUpdateDateTime>2025-12-17T05:52:02.3344913+08:00</LastUpdateDateTime>
<LastUpdatePersonID>sample string 1</LastUpdatePersonID>
<PhotoDateTime>2025-12-17T05:52:02.3344913+08:00</PhotoDateTime>
<TID>e1dd6052-d1e9-4887-8bb4-70b40f6897a0</TID>
</RS170_GBPicInfo>
<RS170_GBPicInfo>
<CreateAccountID>sample string 4</CreateAccountID>
<CreateDateTime>2025-12-17T05:52:02.3344913+08:00</CreateDateTime>
<CreatePersonID>sample string 3</CreatePersonID>
<DeliveryOrderId>0a368174-9462-4a42-8830-1106277886eb</DeliveryOrderId>
<ImgPath>sample string 6</ImgPath>
<ImgType>sample string 5</ImgType>
<IsDelete>true</IsDelete>
<LastUpdateAccountID>sample string 2</LastUpdateAccountID>
<LastUpdateDateTime>2025-12-17T05:52:02.3344913+08:00</LastUpdateDateTime>
<LastUpdatePersonID>sample string 1</LastUpdatePersonID>
<PhotoDateTime>2025-12-17T05:52:02.3344913+08:00</PhotoDateTime>
<TID>e1dd6052-d1e9-4887-8bb4-70b40f6897a0</TID>
</RS170_GBPicInfo>
</ArrayOfRS170_GBPicInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultModelOfBoolean| Name | 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>