POST api/TPS_002

Request Information

URI Parameters

None.

Body Parameters

TPS_002Request
NameDescriptionTypeAdditional information
sheetid

string

None.

sheettype

string

None.

logisticCode

string

None.

shipperCode

string

None.

logisticStat

string

None.

pushTime

string

None.

Request Formats

application/json, text/json

示例:
{
  "sheetid": "sample string 1",
  "sheettype": "sample string 2",
  "logisticCode": "sample string 3",
  "shipperCode": "sample string 4",
  "logisticStat": "sample string 5",
  "pushTime": "sample string 6"
}

application/xml, text/xml

示例:
<TPS_002Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Yinger.Request">
  <logisticCode>sample string 3</logisticCode>
  <logisticStat>sample string 5</logisticStat>
  <pushTime>sample string 6</pushTime>
  <sheetid>sample string 1</sheetid>
  <sheettype>sample string 2</sheettype>
  <shipperCode>sample string 4</shipperCode>
</TPS_002Request>

application/x-www-form-urlencoded

示例:

Sample not available.

Response Information

Resource Description

TPS_002Response
NameDescriptionTypeAdditional information
flag

string

None.

code

string

None.

message

string

None.

logisticCode

string

None.

Response Formats

application/json, text/json

示例:
{
  "flag": "sample string 1",
  "code": "sample string 2",
  "message": "sample string 3",
  "logisticCode": "sample string 4"
}

application/xml, text/xml

示例:
<TPS_002Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Yinger.Response">
  <code>sample string 2</code>
  <flag>sample string 1</flag>
  <logisticCode>sample string 4</logisticCode>
  <message>sample string 3</message>
</TPS_002Response>