Description
Shipper creates a pick-up request to generate an intercept request from the shipper for |
Path
| HTTP Verb | URL |
|---|---|
| Post | /services/shipper/pickup-requests |
Request parameters
| Field (API) | Data Type | Length | Mandatory | Details | |
contact | String | 80 | M | Pickup contact name | |
phone | String | 80 | O | Pick up contact number | |
city | String | 80 | O | Pick up city | |
province | String | 80 | O | Pick up Province | |
address | String | 80 | O | Pick up address | |
pickupTime | String | 80 | M | Pick up time | |
parcelCount | String | 80 | O | Number of packages | |
weight | String | 80 | O | Pick up weight | |
Request message
Request
[
{
"contact":"test",
"phone":"13896589658",
"city":"上海",
"province":"上海",
"address":"上海市虹口区海上海17号楼",
"pickupTime":"2020-08-16T13:47:12+0800",
"parcelCount":1,
"weight":2.2
}
]
Response message
Response
{
"status": "Success",
"errors": null,
"data": [
{
"status": "Success",
"errors": null
}
]
}