页面树结构
转至元数据结尾
转至元数据起始

正在查看旧版本。 查看 当前版本.

与当前比较 查看页面历史

« 前一个 版本 2 当前 »

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 TypeLengthMandatory/OptionalDetails
1bagNoString40M

Bag number

Response content

Field

Type

Mandatory/Optional

Description

status

 

Enumeration

M

Success/Failure

errors

 

Arrays

O

Errors

300003

Bag not exist

data

 

Objects

M

Operational Data

 

bagNo

String

M

Bag number

 

bagLabel

String

M

Bag label; PDF file;
base64 String

Request message

Request
{
  "bagNo": "680009900001/0055-76"
}

Response message

Response
{
    "status": "Success",
    "errors": null,
    "data": {
            "bagNo": "680009900001/0055-76",
            "bagLabel": "大袋标签pdf文件base64字符串"
             }
}
  • 无标签