- Send a pickup request to us to collect your parcels if you require pickup service.
- URL: http://www.hub-ez.com/api/services/app/hawb/VueHawbInsertBookingToSam
- Request Type: post
- Content-Type: application/json
- Remark: please add {header =Authorization:“Bearer “+token} in your post header list
Pickup request
Parameter | Type | Required | Description |
---|---|---|---|
hawbNumberList | Array[string] | Y | |
PickupTime | String | Y | yyyy-MM-dd HH-mm-ss |
ReadyDatetime | String | Y | yyyy-MM-dd HH-mm-ss |
PickupBeforeDatetime | String | Y | yyyy-MM-dd HH-mm-ss |
PickupName | String | Y | |
PickupEmail | string | N | |
PickupTel | String | Y | |
PickupAddress | String | Y | |
Remark | String | N |
Request Parameter Example
{
"pickupName":"aaaaaaa",
"pickupTel":"123456789",
"pickupAddress":"aaaaabbbbbcccccddddd,kkkkk,ppppp,oooo,llllll,iiiiiii",
"remark":"",
"pickupTime":"2020-05-12 16:02",
"ReadyDatetime":"2020-05-12 16:02",
"PickupBeforeDatetime":"2020-05-12 18:30",
"hawbNumberList":["11000207478","11000207447"]
}
Response Example
{
"result": null,
"targetUrl": null,
"success": true,
"error": null,
"unAuthorizedRequest": false,
"__abp": true
}