Description
Carrier are used to close large bags |
Path
HTTP Verb | URL |
---|---|
Post | /services/integration/carrier/closeBag |
Request field
# | Field (API) | Data Type | Length | Mandatory/Optional | Details | |||||||
1 | bagNo | String | 40 | M | Bag number | |||||||
2 | length | Double | / | M | Bag length (cm) | |||||||
3 | width | Double | / | M | Bag width (cm) | |||||||
4 | height | Double | / | M | Bag height (cm) | |||||||
5 | grossWeight | Double | / | O | Bag Gross Weight (kg) |
Response content
Field | Type | Mandatory/Optional | Description | |
status |
| Enumeration | M | Success/Failure |
errors |
| Arrays | O | Errors |
data |
| Objects | M | Operational Data |
| bagNo | String | M | Bag number |
| bagLabel | String | M | Bag label; PDF file; |
Request message
Request
{ "bagNo": "XXX202401081710102", "length": 11, "width": 22, "height": 33 }
Response message
Response
{ "status": "Success", "errors": null, "data": { "bagNo": "680009900001/0055-76", "bagLabel": "大袋标签pdf文件base64字符串" } }