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_ExtByGBInfoName | 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": "e951728f-6cce-4334-9002-a436328ac5f4", "LastUpdatePersonID": "sample string 1", "LastUpdateAccountID": "sample string 2", "LastUpdateDateTime": "2025-07-23 07:34:43", "CreatePersonID": "sample string 3", "CreateAccountID": "sample string 4", "CreateDateTime": "2025-07-23 07:34:43", "IsDelete": true, "DeliveryOrderId": "e2353eb2-3c67-49f4-9815-d1ad71332673", "GBType": "sample string 5", "StartDate": "2025-07-23 07:34:43", "EndDate": "2025-07-23 07:34:43", "GBLinkman": "sample string 6", "GBLinkTel": "sample string 7", "DeliveryAddress": "sample string 8", "CusIdByintermediary": "a0ab8818-5800-41d1-b7f5-a4257722e1b8", "StatusKey": "sample string 9", "StatusText": "sample string 10", "AuditAccountID": "5eefb20f-3a29-413e-a80a-e51755149da1", "AuditPersonID": "fa0568b1-f42f-4b34-98c3-58d40e6c88c9", "AuditPersonName": "sample string 11", "AuditDateTime": "2025-07-23 07:34:43", "AuditRemark": "sample string 12", "DomainID": "51ddff3b-76eb-4ea7-9c9a-79d30380e979", "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>5eefb20f-3a29-413e-a80a-e51755149da1</AuditAccountID> <AuditDateTime>2025-07-23T07:34:43.3966436+08:00</AuditDateTime> <AuditPersonID>fa0568b1-f42f-4b34-98c3-58d40e6c88c9</AuditPersonID> <AuditPersonName>sample string 11</AuditPersonName> <AuditRemark>sample string 12</AuditRemark> <CreateAccountID>sample string 4</CreateAccountID> <CreateDateTime>2025-07-23T07:34:43.3966436+08:00</CreateDateTime> <CreatePersonID>sample string 3</CreatePersonID> <CusIdByintermediary>a0ab8818-5800-41d1-b7f5-a4257722e1b8</CusIdByintermediary> <DeliveryAddress>sample string 8</DeliveryAddress> <DeliveryOrderId>e2353eb2-3c67-49f4-9815-d1ad71332673</DeliveryOrderId> <DepositRatio>1</DepositRatio> <DomainID>51ddff3b-76eb-4ea7-9c9a-79d30380e979</DomainID> <EndDate>2025-07-23T07:34:43.3966436+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-07-23T07:34:43.3966436+08:00</LastUpdateDateTime> <LastUpdatePersonID>sample string 1</LastUpdatePersonID> <OrderContractType>sample string 13</OrderContractType> <StartDate>2025-07-23T07:34:43.3966436+08:00</StartDate> <StatusKey>sample string 9</StatusKey> <StatusText>sample string 10</StatusText> <TID>e951728f-6cce-4334-9002-a436328ac5f4</TID> </MS92_DeliveryOrder_ExtByGBInfo>
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>