create logisted


POST http://openapi.ck1info.com/v1/directExpressOrders/billOfLading

Request

Body Parameters
NameDataTypeAnnotationRequiredDescriptionExample
BolNumber string

regular expression: ^[a-zA-Z0-9\-_]*$

String length: between 0 and 50

Required

bill of lading

888-11164931

BolType string

regular expression: ^[a-zA-Z0-9\-_]*$

String length: between 0 and 50

Required

Bol Type

空运:Airway,海运:Seaway

DepFlight string

None.

Departure flight number

NZ4905

TraFlight string

None.

Transfer flight number

NZ4906

ArrFlight string

None.

Departure flight number

NZ4907

Origin string

None.

Required

Destination string

None.

Required

ETD string

None.

Required

ETA string

None.

Required

Weight decimal number

None.

BolFile string

None.

BoxInfos Collection of LogisticsBoxInfo

None.

Required

Request in 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"
        }
      ]
    }
  ]
}

Response

None.