POST Api/Hu/SyncOrderInfos

Request Information

URI Parameters

None.

Body Parameters

SyncOrderInfosRequest
NameDescriptionTypeAdditional information
OrderSn

string

None.

OrderType

string

None.

Status

string

None.

ExpressNumber

string

None.

Weight

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrderSn": "sample string 1",
  "OrderType": "sample string 2",
  "Status": "sample string 3",
  "ExpressNumber": "sample string 4",
  "Weight": "sample string 5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiBaseResponseOfBoolean
NameDescriptionTypeAdditional information
StateCode

StateCodeEnum

None.

Message

string

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "StateCode": 0,
  "Message": "sample string 1",
  "Data": true
}