POST api/Express

Request Information

URI Parameters

None.

Body Parameters

Express
NameDescriptionTypeAdditional information
shipperCode

string

None.

logisticCode

Collection of string

None.

callback

string

None.

CustomerName

string

None.

status

string

None.

expressNo

string

None.

signTime

string

None.

errCode

string

None.

errMsg

string

None.

Request Formats

application/json, text/json

Sample:
{
  "shipperCode": "sample string 1",
  "logisticCode": [
    "sample string 1",
    "sample string 2"
  ],
  "callback": "sample string 2",
  "CustomerName": "sample string 3",
  "status": "sample string 4",
  "expressNo": "sample string 5",
  "signTime": "sample string 6",
  "errCode": "sample string 7",
  "errMsg": "sample string 8"
}

application/xml, text/xml

Sample:
<Express xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EOMModel">
  <CustomerName>sample string 3</CustomerName>
  <callback>sample string 2</callback>
  <errCode>sample string 7</errCode>
  <errMsg>sample string 8</errMsg>
  <expressNo>sample string 5</expressNo>
  <logisticCode xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </logisticCode>
  <shipperCode>sample string 1</shipperCode>
  <signTime>sample string 6</signTime>
  <status>sample string 4</status>
</Express>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Express'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />