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 | Bagnumber |
Response content
Field | Type | Mandatory/Optional | Description | |||
status |
| Enumeration | M | Success/Failure | ||
errors |
| Arrays | O | Errors
| ||
data |
| Objects | M | OperationalData | ||
| bagNo | String | M | Bagnumber | ||
| bagLabel | String | M | Baglabel;PDFfile; |
Request message
代码块 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
{ "bagNo": "680009900001/0055-76" } |
Response message
代码块 | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "status": "Success", "errors": null, "data": { "bagNo": "680009900001/0055-76", "bagLabel": "大袋标签pdf文件base64字符串" } } |
...