创建提货单


POST https://eu-openapi.chukou1.cn/v1/directExpressOrders/billOfLading
½Ó¿Ú˵Ã÷: 创建提货单
Http 200 - 成功
Http 400 - 提交的数据有误,请检查

ÊäÈë²ÎÊý

Body Parameters
Ãû³ÆÀàÐ͸ñʽҪÇóÊÇ·ñ±ØÐëÃèÊöʾÀýÖµ
BolNumber string

³¤¶È: 0 ~ 50

Âú×ãÕýÔò: ^[a-zA-Z0-9\-_]*$

±ØÐë

主单号(提单号)

888-11164931

BolType string

³¤¶È: 0 ~ 50

Âú×ãÕýÔò: ^[a-zA-Z0-9\-_]*$

±ØÐë

提单类型(Airway,Seaway)

空运:Airway,海运:Seaway

DepFlight string

None.

起飞航班号 / 船名 航次

NZ4905

TraFlight string

None.

中转航班号

NZ4906

ArrFlight string

None.

落地航班号

NZ4907

Origin string

None.

±ØÐë

始发地机场

Destination string

None.

±ØÐë

目的地机场

ETD string

None.

±ØÐë

预计离港时间,格式yyyy-MM-dd HH:mm:ss

ETA string

None.

±ØÐë

预计到港时间,格式yyyy-MM-dd HH:mm:ss

Weight decimal number

None.

重量(KG,保留3位小数)

BolFile string

None.

提单正本pdf文件 base64

BoxInfos Collection of LogisticsBoxInfo

None.

±ØÐë

货物信息

ÊäÈë²ÎÊýµÄjsonÐÎʽ
{
  "BolNumber": "sample string 1",
  "BolType": "sample string 2",
  "DepFlight": "sample string 3",
  "TraFlight": "sample string 4",
  "ArrFlight": "sample string 5",
  "Origin": "sample string 6",
  "Destination": "sample string 7",
  "ETD": "sample string 8",
  "ETA": "sample string 9",
  "Weight": 10,
  "BolFile": "sample string 11",
  "BoxInfos": [
    {
      "BoxNumber": "sample string 1",
      "Weight": 2,
      "Length": 3,
      "Width": 4,
      "Height": 5,
      "PackageInfos": [
        {
          "PackageId": "sample string 1",
          "TrackingNumber": "sample string 2"
        },
        {
          "PackageId": "sample string 1",
          "TrackingNumber": "sample string 2"
        }
      ]
    },
    {
      "BoxNumber": "sample string 1",
      "Weight": 2,
      "Length": 3,
      "Width": 4,
      "Height": 5,
      "PackageInfos": [
        {
          "PackageId": "sample string 1",
          "TrackingNumber": "sample string 2"
        },
        {
          "PackageId": "sample string 1",
          "TrackingNumber": "sample string 2"
        }
      ]
    }
  ]
}

·µ»Ø½á¹û

None.