...
HTTP Verb | URL |
---|---|
Post | /services/integration/carrier/trackingEvents |
RequestParameter
# | Field | Mandatory/Optional | length | Description |
---|---|---|---|---|
1 | trackingNo | M | 40 | Trackingnumber |
2 | eventTime | M | Date | Timewhentheeventhappens. Display upload time directly, will not converted based on time zone. |
3 | eventCode | M | 8 | Eventcode |
4 | activity | O | 256 | Descriptionoftheevent |
5 | location | O | 60 | Location |
6 | timeZone | O |
Fix format. "GMT+1:00" or "GMT+1" | time zone. If null, |
defaults to 'GMT+8:00' |
Response Parameter
# | Field | Type | Mandatory/Optional | Description |
1 | status | Enumeration | M | Success/Failure |
2 | errors | Arrays | O | Response errors. Please refer to the following code and message. |
3 | data | Objects | O | Operational Data |
4 | warnings | String | O | Warning message |
...