Description
Transporters are used to push tracking information. |
Path
HTTP Verb | URL |
---|---|
Post | /services/integration/carrier/ trackingEvents |
RequestParameter
Element | Mandatory/Optional | length | Description |
---|---|---|---|
trackingNo | M | 40 | Trackingnumber |
eventTime | M | Date | Timewhentheeventhappens |
eventCode | M | 8 | Eventcode |
activity | O | 256 | Descriptionoftheevent |
location | O | 60 | Location |
...
Request field
/
Request message
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
[ { "trackingNo": "BRF0000013011420", "eventTime": 1439974780000, "eventCode": "SCN", "activity": "Item despatched to Transshipment hub", "location": "SHANGHAI" } ] |
...