页面树结构
转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

版本 1 下一个 »

Description

Transporters are used to push tracking information.

Path

HTTP Verb URL
Post/services /integration/carrier/ trackingEvents

Request Parameter


ElementMandatory/OptionallengthDescription
trackingNo M40Tracking number
eventTimeMDateTime when the event happens
eventCodeM8Event code
activityO256Description of the event
location O60Location


响应内容

/


Request message

Request
[
    
    {
      "trackingNo": "BRF0000013011420",
      "eventTime": 1439974780000,
      "eventCode": "SCN",
      "activity": "Item despatched to Transshipment hub",
      "location": "SHANGHAI"
    }
]

Response message

To be provided
  • 无标签