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

Description


Carrier are used to close large bags

Path

HTTP Verb URL
Post/services/integration/carrier/closeBag

Request field

#Field (API)Data TypeLengthMandatory/OptionalDetails
1bagNoString40M

Bag number

2lengthDouble/MBag length (cm)
3widthDouble/MBag width (cm)
4heightDouble/MBag height (cm)
5grossWeightDouble/OBag 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;
base64 String

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字符串"
           }
 }
  • 无标签