POST api/DeliveryOrder/GroupAuditSetStatus?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
MS92_DeliveryOrder_ExtByGBInfo| 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. |
|
| GBType | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| GBLinkman | string |
None. |
|
| GBLinkTel | string |
None. |
|
| DeliveryAddress | string |
None. |
|
| CusIdByintermediary | globally unique identifier |
None. |
|
| StatusKey | string |
None. |
|
| StatusText | string |
None. |
|
| AuditAccountID | globally unique identifier |
None. |
|
| AuditPersonID | globally unique identifier |
None. |
|
| AuditPersonName | string |
None. |
|
| AuditDateTime | date |
None. |
|
| AuditRemark | string |
None. |
|
| DomainID | globally unique identifier |
None. |
|
| OrderContractType | string |
None. |
|
| DepositRatio | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"TID": "27174cb8-124d-4f83-98a8-72207f14ef17",
"LastUpdatePersonID": "sample string 1",
"LastUpdateAccountID": "sample string 2",
"LastUpdateDateTime": "2025-12-17 05:45:45",
"CreatePersonID": "sample string 3",
"CreateAccountID": "sample string 4",
"CreateDateTime": "2025-12-17 05:45:45",
"IsDelete": true,
"DeliveryOrderId": "f27c93bc-2523-4717-8e8f-6e13cc410f55",
"GBType": "sample string 5",
"StartDate": "2025-12-17 05:45:45",
"EndDate": "2025-12-17 05:45:45",
"GBLinkman": "sample string 6",
"GBLinkTel": "sample string 7",
"DeliveryAddress": "sample string 8",
"CusIdByintermediary": "140c5f47-75ec-4290-a46b-2e0500fc6cf8",
"StatusKey": "sample string 9",
"StatusText": "sample string 10",
"AuditAccountID": "ab003af4-221a-4202-b9f7-de72f6154b76",
"AuditPersonID": "ad80a2ee-9666-4e32-a4cd-cf61242c7e9d",
"AuditPersonName": "sample string 11",
"AuditDateTime": "2025-12-17 05:45:45",
"AuditRemark": "sample string 12",
"DomainID": "a65f4de3-de04-4ddd-bec6-856217121647",
"OrderContractType": "sample string 13",
"DepositRatio": 1.0
}
application/xml, text/xml
Sample:
<MS92_DeliveryOrder_ExtByGBInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JT.VSFA.Entity"> <AuditAccountID>ab003af4-221a-4202-b9f7-de72f6154b76</AuditAccountID> <AuditDateTime>2025-12-17T05:45:45.1436268+08:00</AuditDateTime> <AuditPersonID>ad80a2ee-9666-4e32-a4cd-cf61242c7e9d</AuditPersonID> <AuditPersonName>sample string 11</AuditPersonName> <AuditRemark>sample string 12</AuditRemark> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-12-17T05:45:45.1436268+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CusIdByintermediary>140c5f47-75ec-4290-a46b-2e0500fc6cf8</CusIdByintermediary> <DeliveryAddress>sample string 8</DeliveryAddress> <DeliveryOrderId>f27c93bc-2523-4717-8e8f-6e13cc410f55</DeliveryOrderId> <DepositRatio>1</DepositRatio> <DomainID>a65f4de3-de04-4ddd-bec6-856217121647</DomainID> <EndDate>2025-12-17T05:45:45.1436268+08:00</EndDate> <GBLinkTel>sample string 7</GBLinkTel> <GBLinkman>sample string 6</GBLinkman> <GBType>sample string 5</GBType> <IsDelete>true</IsDelete> <LastUpdateAccountID>sample string 2</LastUpdateAccountID> <LastUpdateDateTime>2025-12-17T05:45:45.1436268+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <OrderContractType>sample string 13</OrderContractType> <StartDate>2025-12-17T05:45:45.1436268+08:00</StartDate> <StatusKey>sample string 9</StatusKey> <StatusText>sample string 10</StatusText> <TID>27174cb8-124d-4f83-98a8-72207f14ef17</TID> </MS92_DeliveryOrder_ExtByGBInfo>
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>