Description
The label used by the carrier to obtain the large bag. |
Path
HTTP Verb | URL |
---|---|
Post | /services /integration/carrier/bagLabel |
Request field
# | Field (API) | Data Type | Length | Mandatory/Optional | Details | |||||||
1 | bagNo | String | 40 | M | Bag number |
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": "680009900001/0055-76" }
Response message
Response
{ "status": "Success", "errors": null, "data": { "bagNo": "680009900001/0055-76", "bagLabel": "大袋标签pdf文件base64字符串" } }