- Cancel the shipping order if needed.
- URL: http://www.hub-ez.com/api/services/app/hawb/ApiCancelHawb
- Request Type: post
- Content-Type: application/json
- Remark: please add {header =Authorization:“Bearer “+token} in your post header list
Parameter List
Parameters | Type | Required | Description |
---|---|---|---|
hawbNumbers | Array[string] | Y |
Request Parameter Example
[
" RPX201803661HK52",
" RPX201803661HK53"
]
Response of succeed Example
"result": [
{
"hawbNumber": "15502117941567",
"result": true,
"resultMsg": "CanceledSuccess"
},
{
"hawbNumber": " EK281193114HK ",
"result": false,
"resultMsg": "Order Cannot canceled"
}
],
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}