页面树结构

版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

Bags information

Field (API)

Mandatory

Length

Details

batchNo

O

80

Batch number

handoverTime

O


Time format: YYYY-MM-DD'T'HH:MM:SSZ

consignor

O

80

Sender information

consignee

O

80

Recipient information

driver

O

80

Driver information

plateNbr

O

80

License plate number

remark

O

Double

Remark information

bags





bagNo

M

Array

Big Bag No


serviceCode

MService Code

facility

O

destCountry

MBag destination country

sortCode

OBag sortCode

battery

OBag has battery

totalWeight

MBag total weight

parcels





trackingNo

MTracking No.


Response content

ResponseElements

...

代码块
languagejava
firstline1
titleRequest
linenumberstrue
{
    "bags": [
      {
        "bagNo": "ZXHX108227020201102001-001",
        "battery": false,
        "destCountry": "AU",
        "facility": "CAN",
        "parcels": [
          {
            "trackingNo": "JDQ002447301000931502"
          }
        ],
        "serviceCode": "UBI.ASP.CN2AU.AUPOST",
        "totalWeight": 0.064
      }
    ],
    "batchNo": "ZXYD1016617",
    "handoverTime": 1597039375903"2020-08-10T11:45:22+08:00"
  }

3. Large packages are associated with new orders and existing orders

...

代码块
languagejava
firstline1
titleResponse
linenumberstrue
{
    "status": "Success",
    "errors": null,
    "data": [
        {
            "status": "Success",
            "errors": [],
            "bagNo": "2017110200120201102001-001",
            "orderResults": [
                {
                    "status": "Success",
                    "errors": null,
                    "orderId": null,
                    "referenceNo": "TESTBDAU15303483645716",
                    "trackingNo": null,
                    "connoteId": null
                }
            ]
        },
        {
            "status": "Success",
            "errors": [],
            "bagNo": "20171102001-002",
            "orderResults": [
                {
                    "status": "Success",
                    "errors": null,
                    "orderId": null,
                    "referenceNo": "TESTBDAU15303483645717",
                    "trackingNo": null,
                    "connoteId": null
                }
            ]
        }
    ]
}

...