- 通用接口
- 海运数据接口
- 空运数据接口
- 陆运数据接口
- 关务数据接口
- 其他接口
批量运单下载接口
GET
/api/airLinesBill/download
请求参数
Query 参数
companyCode
string
必需
token
string
必需
orgCode
string
组织代码
billId
string
必需
示例值:
19289661557477,19289661558130
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.trackingeyes.com/api/airLinesBill/download?companyCode&token&orgCode&billId=19289661557477,19289661558130'
返回响应
🟢200成功
application/json
Body
code
integer
状态代码
codeDesc
string
状态描述
<= 255 字符
message
string
异常信息
<= 255 字符
result
array [object {36}]
结果集
id
string
运单关键字
<= 32 字符
deliveryNo
string
交货单 号
<= 38 字符
orderNo
string
需货单号
<= 600 字符
localKey
string
客户本地关键字
<= 38 字符
orgCode
string
所属组织代码
<= 64 字符
customer
string
客户
<= 128 字符
awbNo
string
空 运主单号
<= 32 字符
referenceNo
string
云当订阅号
<= 32 字符
carrierCd
string
航司代码
<= 16 字符
carrier
string
航司简称
<= 16 字符
flightNo
string
航班编号
<= 32 字符
orgCd
string
起飞地代码
<= 8 字符
org
string
起飞地名称
<= 128 字符
destCd
string
目的地代码
<= 8 字符
dest
string
目的地名称
<= 128 字符
etd
string <date-time>
预计起飞时间
atd
string <date-time>
实际起飞时间
eta
string <date-time>
预计抵达时间
ata
string <date-time>
实际抵达时间
currentStatusCd
string
当前状态代码
<= 12 字符
currentStatus
string
当前状态
<= 16 字符
currentStatusTime
string <date-time>
当前状态时间
currentPlaceCd
string
当前地点代码
<= 128 字符
currentPlace
string
当前地点名称
<= 128 字符
firstETA
string <date-time>
起飞后第一次获取到的预计抵达时间
trackStatus
string
跟踪状态
<= 20 字符
endStatus
string
结束状态
<= 20 字符
endTrackTime
string <date-time>
结束时间
errorStatus
string
异常状态
<= 20 字符
errorMessage
string
异常备注
<= 255 字符
dataStatus
string
数据状态
<= 20 字符
dataUpdateTime
string <date-time>
数据更新时间
status
string
订阅状态
<= 10 字符
errorDes
string
订阅失败信息
<= 255 字符
airFlightInfo
array [object {14}]
航班信息列表
airStatusInfo
array [object {14}]
空运动态信息列表
示例
{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"id": 19289661557477,
"deliveryNo": "",
"orderNo": "",
"localKey": "",
"orgCode": "",
"customer": "",
"awbNo": "02095285072",
"referenceNo": "02095285072",
"carrierCd": "LH",
"carrier": "德国汉莎航空",
"flightNo": "LH1406",
"orgCd": "",
"org": "PVG (Shanghai)",
"destCd": "",
"dest": "BEG (Belgrade)",
"etd": "2024/9/4 8:20:00",
"atd": "2024/9/4 8:21:00",
"eta": "2024/9/5 12:40:00",
"ata": "2024/9/5 12:34:00",
"currentStatusCd": "DLV",
"currentStatus": "提货",
"currentStatusTime": "2024/9/6 13:22:00",
"currentPlaceCd": "",
"currentPlace": "BEG (Belgrade)",
"firstETA": "",
"trackStatus": "",
"endStatus": "",
"endTrackTime": "",
"errorStatus": "",
"errorMessage": "",
"dataStatus": "",
"dataUpdateTime": "2024/9/6 20:05:50",
"status": "S",
"errorDes": "",
"airFlightInfo": [
{
"sno": 1,
"flightNo": "LH8401",
"flightDate": "2024/9/4 0:00:00",
"org": "PVG (Shanghai)",
"orgCd": "PVG",
"dest": "",
"destCd": "",
"etd": "2024/9/4 8:20:00",
"eta": "2024/9/4 16:40:00",
"atd": "2024/9/4 8:21:00",
"ata": "2024/9/4 15:55:00",
"pieces": "15",
"weight": "255.000",
"volume": ""
},
{
"sno": 2,
"flightNo": "LH1406",
"flightDate": "2024/9/5 0:00:00",
"org": "FRA (Frankfurt)",
"orgCd": "FRA",
"dest": "",
"destCd": "",
"etd": "2024/9/5 10:45:00",
"eta": "2024/9/5 12:40:00",
"atd": "2024/9/5 10:53:00",
"ata": "2024/9/5 12:34:00",
"pieces": "15",
"weight": "255.000",
"volume": ""
}
],
"airStatusInfo": [
{
"sno": 1,
"statusCd": "BKD",
"statusDesc": "订舱",
"statusDescEn": "Booking confirmed ",
"flightNo": "",
"eventTime": "2024/9/3 20:03:00",
"place": "NKG (Nanjing)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 2,
"statusCd": "RCS",
"statusDesc": "进仓",
"statusDescEn": "Shipment accepted",
"flightNo": "",
"eventTime": "2024/9/4 2:45:00",
"place": "PVG (Shanghai)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 3,
"statusCd": "MAN",
"statusDesc": "配载",
"statusDescEn": "Manifested",
"flightNo": "LH8401",
"eventTime": "2024/9/4 8:20:00",
"place": "PVG (Shanghai)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 4,
"statusCd": "DEP",
"statusDesc": "起飞",
"statusDescEn": "Departed",
"flightNo": "LH8401",
"eventTime": "2024/9/4 8:21:00",
"place": "PVG (Shanghai)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 5,
"statusCd": "TAR",
"statusDesc": "中转抵达",
"statusDescEn": "Arrived",
"flightNo": "LH8401",
"eventTime": "2024/9/4 15:55:00",
"place": "FRA (Frankfurt)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 6,
"statusCd": "TRF",
"statusDesc": "中转卸货",
"statusDescEn": "Received from flight",
"flightNo": "LH8401",
"eventTime": "2024/9/4 20:08:00",
"place": "FRA (Frankfurt)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 7,
"statusCd": "MAN",
"statusDesc": "配载",
"statusDescEn": "Manifested",
"flightNo": "LH1406",
"eventTime": "2024/9/5 9:33:00",
"place": "FRA (Frankfurt)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 8,
"statusCd": "TDE",
"statusDesc": "中转起飞",
"statusDescEn": "Departed",
"flightNo": "LH1406",
"eventTime": "2024/9/5 10:53:00",
"place": "FRA (Frankfurt)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 9,
"statusCd": "ARR",
"statusDesc": "抵达",
"statusDescEn": "Arrived",
"flightNo": "LH1406",
"eventTime": "2024/9/5 12:34:00",
"place": "BEG (Belgrade)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 10,
"statusCd": "RCF",
"statusDesc": "卸货",
"statusDescEn": "Received from flight",
"flightNo": "LH1406",
"eventTime": "2024/9/5 14:18:00",
"place": "BEG (Belgrade)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 11,
"statusCd": "NFD",
"statusDesc": "到货通知",
"statusDescEn": "Ready for pick-up",
"flightNo": "",
"eventTime": "2024/9/6 10:01:00",
"place": "BEG (Belgrade)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 12,
"statusCd": "DLV",
"statusDesc": "提货",
"statusDescEn": "Delivered",
"flightNo": "",
"eventTime": "2024/9/6 13:22:00",
"place": "BEG (Belgrade)",
"placeCd": "",
"transportMode": "",
"pieces": "15.000",
"weight": "255.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
}
]
},
{
"id": 19289661558130,
"deliveryNo": "",
"orderNo": "",
"localKey": "",
"orgCode": "",
"customer": "",
"awbNo": "16085348782",
"referenceNo": "16085348782",
"carrierCd": "CX",
"carrier": "国泰航空",
"flightNo": "CX163",
"orgCd": "",
"org": "HKG",
"destCd": "",
"dest": "MEL",
"etd": "2024/9/3 11:15:00",
"atd": "2024/9/3 11:16:00",
"eta": "2024/9/3 22:38:00",
"ata": "2024/9/3 22:33:00",
"currentStatusCd": "DLV",
"currentStatus": "提货",
"currentStatusTime": "2024/9/4 7:42:00",
"currentPlaceCd": "",
"currentPlace": "MEL",
"firstETA": "",
"trackStatus": "",
"endStatus": "",
"endTrackTime": "",
"errorStatus": "",
"errorMessage": "",
"dataStatus": "",
"dataUpdateTime": "2024/9/6 5:29:53",
"status": "S",
"errorDes": "",
"airFlightInfo": [
{
"sno": 1,
"flightNo": "CX163",
"flightDate": "2024/9/3 0:00:00",
"org": "HKG",
"orgCd": "HKG",
"dest": "",
"destCd": "",
"etd": "2024/9/3 11:15:00",
"eta": "2024/9/3 22:38:00",
"atd": "2024/9/3 11:16:00",
"ata": "2024/9/3 22:33:00",
"pieces": "19",
"weight": "380.000",
"volume": ""
}
],
"airStatusInfo": [
{
"sno": 1,
"statusCd": "",
"statusDesc": "Freight On Hand",
"statusDescEn": "Freight On Hand",
"flightNo": "",
"eventTime": "2024/9/3 3:42:00",
"place": "HKG",
"placeCd": "",
"transportMode": "",
"pieces": "19.000",
"weight": "380.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 2,
"statusCd": "RCS",
"statusDesc": "进仓",
"statusDescEn": "Airline Received",
"flightNo": "",
"eventTime": "2024/9/3 3:54:00",
"place": "HKG",
"placeCd": "",
"transportMode": "",
"pieces": "19.000",
"weight": "380.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 3,
"statusCd": "MAN",
"statusDesc": "配载",
"statusDescEn": "Manifest Received",
"flightNo": "CX163",
"eventTime": "2024/9/3 10:33:00",
"place": "HKG",
"placeCd": "",
"transportMode": "",
"pieces": "19.000",
"weight": "380.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 4,
"statusCd": "DEP",
"statusDesc": "起飞",
"statusDescEn": "Departed",
"flightNo": "CX163",
"eventTime": "2024/9/3 11:16:00",
"place": "HKG",
"placeCd": "",
"transportMode": "",
"pieces": "19.000",
"weight": "380.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 5,
"statusCd": "ARR",
"statusDesc": "抵达",
"statusDescEn": "Arrived",
"flightNo": "CX163",
"eventTime": "2024/9/3 22:33:00",
"place": "MEL",
"placeCd": "",
"transportMode": "",
"pieces": "19.000",
"weight": "380.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 6,
"statusCd": "RCF",
"statusDesc": "卸货",
"statusDescEn": "Freight Accepted at Airport",
"flightNo": "CX163",
"eventTime": "2024/9/3 23:53:00",
"place": "MEL",
"placeCd": "",
"transportMode": "",
"pieces": "19.000",
"weight": "380.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 7,
"statusCd": "RWB",
"statusDesc": "收单",
"statusDescEn": "Documents delivered to forwarder",
"flightNo": "",
"eventTime": "2024/9/3 23:54:00",
"place": "MEL",
"placeCd": "",
"transportMode": "",
"pieces": "19.000",
"weight": "380.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
},
{
"sno": 8,
"statusCd": "DLV",
"statusDesc": "提货",
"statusDescEn": "Delivered",
"flightNo": "",
"eventTime": "2024/9/4 7:42:00",
"place": "MEL",
"placeCd": "",
"transportMode": "",
"pieces": "19.000",
"weight": "380.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": ""
}
]
}
]
}
修改于 2025-04-16 10:15:56