页面树结构

版本比较

标识

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

...

HTTP Verb URL
Post/services/carrier/lineHaul

RequestParameter

Field (API)Data TypeLengthMandatoryDetails
bizTypeNumber
M

Type of transportation, when select the following serial numbers:

1: Air Transport;       2: Land Transportation;

3: Ocean Transport; 4: Railway Transport

mawbString40M

Mainflightnumber

flightNoString80MFlightnumber
etdString80M

Estimatedtimeofdeparture

(

Format:


yyyy-MM-ddHH:mm:ss,

    • Eg.2022-04-

    • 1208:01:02
)
etaString80M

Estimatedtimeofarrival

(

Format:


yyyy-MM-ddHH:mm:ss,

    • Eg.2022-04-

    • 1208:01:02
)
originString80MDepartureairportcode
destinationString80MDestinationairportcode
totalParcelsString80

M

Totalnumberofparcels
dataTypeNumber80

M

Typechooseone
1.Parcel(TrackingNo.)
2.Bag(BagNo.
dataNosList200

M

Whendatatypechoose1,input
TrackingNo.
Whendatatypechoose2,inputBag
No

atd

String

80O

Actual time of departure

Format: yyyy-MM-dd HH:mm:ss,

    • Eg. 2022-05-31 14:20:05

ata

String

80

O

Actual time of arrival

Format: yyyy-MM-dd HH:mm:ss,

...

    • Eg. 2022-05-31 17:30:05

airlineCheckIn

String

80

O

Airline Check-In Time

Format: yyyy-MM-dd HH:mm:ss,

    • Eg. 2022-05-31 18:30:05

recovery

String

80O

Fields for other purposes

Format: yyyy-MM-dd HH:mm:ss,

    • Eg. 2022-05-31 18:40:05

handoverTime

String

80O

Delivery time

Format: yyyy-MM-dd HH:mm:ss,

    • Eg. 2022-05-31 19:30:05

rcsTime

String

80

O

Fields for other purposes

Format: yyyy-MM-dd HH:mm:ss,

    • Eg. 2022-05-31 17:30:05

via1

String


O

First stopover 

via2

String


O

Second stopover

hawb

String


O

House Air Waybill

grossWeight

Double


O

Gross Weight (Unit: Kg)

volumetricWeight

Double


O

Volumetric Weight (Unit: Kg)

chargeableWeight

Double


O

Chargeable Weight (Unit: Kg)

comments

String


O

Comments

remark

String


O

Remark

Request Elements

Field

Type

Mandatory/Optional

说明

status

String

M

Success/Failure

code

Number

O

Returncode,Please refer to the following code and message relationship table

message

String

O

Responsemessage,Please refer to the following code and message relationship table

Error Code & Message

code

message

999400

mawb is required (航空主单号不可以为空)

300051

The bag no is error(大袋号错误)error

140007

XXX Barcode already exists(已经存在)exists

2000000

XXX is required. (XXX字段不可以为空)

1002000

Time is invalid. (时间是无效的)

1003000

Data is empty(参数为空)empty


Request message


代码块
languagejs
borderStylesolid
firstline1
titleRequest
linenumberstrue
{
    "bizType":"1",
    "mawb":"78467878565",
    "flightNo":"CZ455",
    "etd":"2022-04-12 08:01:02",
    "eta":"2022-04-13 08:01:02",
    "origin":"CAN",
    "destination":"AMS",
    "atd":"2022-05-31 14:20:05",
    "ata":"2022-05-31 17:30:05",
    "totalParcels":"2",
    "dataType":1,
    "dataNos":[
               "JB000013817",
               "000013802"
              ]
}


Response message


代码块
languagejava
firstline1
titleResponse
linenumberstrue
{
    "status":"Succeeded",
    "code":0,
    "message":null
}

...