- Obtain the logistics information of your HAWB.
- URL: http://www.hub-ez.com/api/services/app/hawb/ApiGetHawbTracking
- Request Type: post
- Remark: please add {header =Authorization:“Bearer “+token} in your post header list
- Order status tracking code
Parameter List
Parameters | Type | Required | Description |
---|---|---|---|
hawbNumbers | Array[string] | Y |
Request Parameter Example
[
" RPX201803661HK52",
" RPX201803661HK53"
]
Response of succeed Example
{
"result": [
{
"searchHawbForTrackList": [
{
"desc": "Order Created",
"eventTime": "2019-01-07 14:57:10",
"statusCode": "C",
"locationName": "Hong Kong"
},
{
"desc": "Order Printed",
"eventTime": "2019-01-07 14:57:44",
"statusCode": "P",
"locationName": "Hong Kong"
},
{
"desc": "Depot Scan Hong Kong",
"eventTime": "2019-01-07 19:36:27",
"statusCode": "IT",
"locationName": "HONG KONG"
},
{
"desc": "Processed for Export ",
"eventTime": "2019-01-08 09:04:34",
"statusCode": "",
"locationName": "HONG KONG"
},
{
"desc": "LEHMAN",
"eventTime": "2019-01-10 07:12:39",
"statusCode": "IT",
"locationName": "Australia"
},
{
"desc": "Brisbane Airport (BRW) - AUSTRALIA : Out for Delivery",
"eventTime": "2019-01-10 05:40:58",
"statusCode": "IT",
"locationName": "Australia"
},
{
"desc": "DW:500|L:29 W:30 H:9",
"eventTime": "2019-01-09 16:08:17",
"statusCode": "IT",
"locationName": "Australia"
},
{
"desc": "Transfer to DEST",
"eventTime": "2019-01-09 12:21:57",
"statusCode": "IT",
"locationName": "Australia"
}
],
"hawbNumber": "816004025647",
"result": true,
"resultMsg": "",
"signed": true
}
],
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}