POST api/DeliveryOrder/GroupAuditSetStatus?DomainId={DomainId}&AccountId={AccountId}&PersonId={PersonId}

团单审核同步到下级域

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DomainId

域Id

globally unique identifier

None.

AccountId

账户Id

globally unique identifier

None.

PersonId

人员Id

globally unique identifier

None.

Body Parameters

MS92_DeliveryOrder_ExtByGBInfo
NameDescriptionTypeAdditional 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": "13c29b7a-4559-418e-bc11-51c7cd95cd3e",
  "LastUpdatePersonID": "sample string 1",
  "LastUpdateAccountID": "sample string 2",
  "LastUpdateDateTime": "2025-06-23 21:56:27",
  "CreatePersonID": "sample string 3",
  "CreateAccountID": "sample string 4",
  "CreateDateTime": "2025-06-23 21:56:27",
  "IsDelete": true,
  "DeliveryOrderId": "3807fa99-ae72-4873-8ec1-e04b73c5417f",
  "GBType": "sample string 5",
  "StartDate": "2025-06-23 21:56:27",
  "EndDate": "2025-06-23 21:56:27",
  "GBLinkman": "sample string 6",
  "GBLinkTel": "sample string 7",
  "DeliveryAddress": "sample string 8",
  "CusIdByintermediary": "0ad8a683-0778-4c6b-bfbd-b5384b1b91b4",
  "StatusKey": "sample string 9",
  "StatusText": "sample string 10",
  "AuditAccountID": "6f1547f4-2cec-4158-81d7-0cda76403736",
  "AuditPersonID": "8a23f794-e0da-4fe6-8f84-d27ec28dc79f",
  "AuditPersonName": "sample string 11",
  "AuditDateTime": "2025-06-23 21:56:27",
  "AuditRemark": "sample string 12",
  "DomainID": "428d8b21-f84f-458d-88fc-777592461752",
  "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>6f1547f4-2cec-4158-81d7-0cda76403736</AuditAccountID>
  <AuditDateTime>2025-06-23T21:56:27.7573114+08:00</AuditDateTime>
  <AuditPersonID>8a23f794-e0da-4fe6-8f84-d27ec28dc79f</AuditPersonID>
  <AuditPersonName>sample string 11</AuditPersonName>
  <AuditRemark>sample string 12</AuditRemark>
  <CreateAccountID>sample string 4</CreateAccountID>
  <CreateDateTime>2025-06-23T21:56:27.7573114+08:00</CreateDateTime>
  <CreatePersonID>sample string 3</CreatePersonID>
  <CusIdByintermediary>0ad8a683-0778-4c6b-bfbd-b5384b1b91b4</CusIdByintermediary>
  <DeliveryAddress>sample string 8</DeliveryAddress>
  <DeliveryOrderId>3807fa99-ae72-4873-8ec1-e04b73c5417f</DeliveryOrderId>
  <DepositRatio>1</DepositRatio>
  <DomainID>428d8b21-f84f-458d-88fc-777592461752</DomainID>
  <EndDate>2025-06-23T21:56:27.7573114+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-06-23T21:56:27.7573114+08:00</LastUpdateDateTime>
  <LastUpdatePersonID>sample string 1</LastUpdatePersonID>
  <OrderContractType>sample string 13</OrderContractType>
  <StartDate>2025-06-23T21:56:27.7573114+08:00</StartDate>
  <StatusKey>sample string 9</StatusKey>
  <StatusText>sample string 10</StatusText>
  <TID>13c29b7a-4559-418e-bc11-51c7cd95cd3e</TID>
</MS92_DeliveryOrder_ExtByGBInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultModelOfBoolean
NameDescriptionTypeAdditional 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>