Description
Transporters are used to push tracking information. |
Path
HTTP Verb | URL |
---|---|
Post | /services/integration/carrier/ trackingEvents |
Request Parameter
Element | Mandatory/Optional | length | Description |
---|---|---|---|
trackingNo | M | 40 | Tracking number |
eventTime | M | Date | Time when the event happens |
eventCode | M | 8 | Event code |
activity | O | 256 | Description of the event |
location | O | 60 | Location |
Request field
/
Request message
Request
[ { "trackingNo": "BRF0000013011420", "eventTime": 1439974780000, "eventCode": "SCN", "activity": "Item despatched to Transshipment hub", "location": "SHANGHAI" } ]
Response message
To be provided