- 通用接口
- 海运数据接口
- 船期表接口
- 港到港船期
- 航线规划路径
- 航次挂靠路径
- 空运数据接口
- 陆运数据接口
- 关务数据接口
- 快递数据接口
- 其他接口
批量运单下载接口
GET
/api/airLinesBill/download
2.所有的时间字段都是字符串类型,格式为 "yyyy-MM-dd HH:mm:ss", 如果时间没有值则为空字符串""。
请求参数
Query 参数
companyCode
string
必需
token
string
必需
orgCode
string
组织代码
billId
string
必需
示例值:
1915670558293495808,1912077293728174080
示例代码
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=1915670558293495808,1912077293728174080'
返回响应
🟢200成功
application/json
Body
code
integer
状态代码
codeDesc
string
状态描述
<= 255 字符
message
string
异常信息
<= 255 字符
result
array [object {41}]
结果集
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 字符
pieces
string
总件数
weight
string
总重量
volume
string
总体积
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 字符
status
string
订阅状态
<= 10 字符
errorDes
string
订阅失败信息
<= 255 字符
billCreateTime
string <date-time>
运单订阅时间
firstUpdateTime
string <date-time>
首次获取到数据时间
dataUpdateTime
string <date-time>
数据更新时间
airFlightInfo
array [object {14}]
航班信息列表
airStatusInfo
array [object {14}]
空运动态信息列表
示例
{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"id": "1915670558293495808",
"deliveryNo": "",
"orderNo": "",
"localKey": "",
"orgCode": "",
"customer": "",
"awbNo": "27274730434",
"referenceNo": "272-74730434",
"carrierCd": "K4",
"carrier": "卡利塔航空",
"pieces": "190",
"weight": "2266.000",
"volume": "",
"flightNo": "K4533",
"orgCd": "HKG",
"org": "HKG",
"destCd": "ORD",
"dest": "ORD",
"etd": "2025-04-24 00:00:00",
"atd": "",
"eta": "",
"ata": "",
"currentStatusCd": "MNF",
"currentStatus": "",
"currentStatusTime": "2025-04-24 14:45:00",
"currentPlaceCd": "",
"currentPlace": "ORD",
"firstETA": "",
"trackStatus": "T",
"endStatus": "",
"endTrackTime": "",
"errorStatus": "",
"errorMessage": "",
"dataStatus": "Y",
"status": "S",
"errorDes": "",
"billCreateTime": "2025-04-25 15:33:47",
"firstUpdateTime": "2025-04-25 15:45:09",
"dataUpdateTime": "2025-04-25 15:45:09",
"airFlightInfo": [
{
"sno": 1,
"flightNo": "K4533",
"flightDate": "2025-04-24 00:00:00",
"org": "HKG",
"orgCd": "HKG",
"dest": "",
"destCd": "",
"etd": "2025-04-24 00:00:00",
"eta": "",
"atd": "",
"ata": "",
"pieces": "",
"weight": "",
"volume": ""
}
],
"airStatusInfo": [
{
"sno": 1,
"statusCd": "",
"statusDesc": "Documentation delivered",
"statusDescEn": "Documentation delivered",
"flightNo": "",
"eventTime": "2025-04-24 01:48:00",
"place": "ANC",
"placeCd": "ANC",
"transportMode": "",
"pieces": "380.000",
"weight": "",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:45:10"
},
{
"sno": 2,
"statusCd": "",
"statusDesc": "TRANSFER AUTHORIZED",
"statusDescEn": "TRANSFER AUTHORIZED",
"flightNo": "",
"eventTime": "2025-04-24 02:54:00",
"place": "",
"placeCd": "",
"transportMode": "",
"pieces": "190.000",
"weight": "",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:45:10"
},
{
"sno": 3,
"statusCd": "MAN",
"statusDesc": "配载",
"statusDescEn": "Manifested",
"flightNo": "K4533,",
"eventTime": "2025-04-24 11:26:00",
"place": "HKG",
"placeCd": "HKG",
"transportMode": "",
"pieces": "50.000",
"weight": "574.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:45:10"
},
{
"sno": 4,
"statusCd": "MAN",
"statusDesc": "配载",
"statusDescEn": "Manifested",
"flightNo": "K4533,",
"eventTime": "2025-04-24 11:26:00",
"place": "HKG",
"placeCd": "HKG",
"transportMode": "",
"pieces": "140.000",
"weight": "1692.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:45:10"
},
{
"sno": 5,
"statusCd": "",
"statusDesc": "CLEARED",
"statusDescEn": "CLEARED",
"flightNo": "",
"eventTime": "2025-04-24 13:09:00",
"place": "",
"placeCd": "",
"transportMode": "",
"pieces": "190.000",
"weight": "",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:45:10"
},
{
"sno": 6,
"statusCd": "CUS",
"statusDesc": "报关",
"statusDescEn": "Consignment has been cleared by customs",
"flightNo": "",
"eventTime": "2025-04-24 13:09:00",
"place": "ORD",
"placeCd": "ORD",
"transportMode": "",
"pieces": "190.000",
"weight": "",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:45:10"
},
{
"sno": 7,
"statusCd": "MNF",
"statusDesc": "",
"statusDescEn": "Consignment has been reported to customs",
"flightNo": "",
"eventTime": "2025-04-24 14:45:00",
"place": "ORD",
"placeCd": "ORD",
"transportMode": "",
"pieces": "190.000",
"weight": "",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:45:10"
}
]
},
{
"id": "1912077293728174080",
"deliveryNo": "",
"orderNo": "",
"localKey": "",
"orgCode": "",
"customer": "",
"awbNo": "16092079886",
"referenceNo": "160-92079886",
"carrierCd": "CX",
"carrier": "国泰航空",
"pieces": "1",
"weight": "48.000",
"volume": "",
"flightNo": "QT4033",
"orgCd": "PEK",
"org": "PEK",
"destCd": "SAP",
"dest": "SAP",
"etd": "2025-02-03 16:45:00",
"atd": "2025-02-03 16:33:00",
"eta": "",
"ata": "",
"currentStatusCd": "TRF",
"currentStatus": "中转卸货",
"currentStatusTime": "2025-02-06 02:07:00",
"currentPlaceCd": "",
"currentPlace": "MIA",
"firstETA": "",
"trackStatus": "T",
"endStatus": "",
"endTrackTime": "",
"errorStatus": "",
"errorMessage": "",
"dataStatus": "Y",
"status": "S",
"errorDes": "",
"billCreateTime": "2025-04-15 17:35:26",
"firstUpdateTime": "2025-04-15 17:37:10",
"dataUpdateTime": "2025-04-25 15:38:04",
"airFlightInfo": [
{
"sno": 1,
"flightNo": "CX331",
"flightDate": "2025-02-03 00:00:00",
"org": "PEK",
"orgCd": "PEK",
"dest": "",
"destCd": "",
"etd": "2025-02-03 16:45:00",
"eta": "2025-02-03 19:50:00",
"atd": "2025-02-03 16:33:00",
"ata": "2025-02-03 19:53:00",
"pieces": "1",
"weight": "48.000",
"volume": ""
},
{
"sno": 2,
"flightNo": "CX092",
"flightDate": "2025-02-05 00:00:00",
"org": "HKG",
"orgCd": "HKG",
"dest": "",
"destCd": "",
"etd": "2025-02-05 12:10:00",
"eta": "2025-02-05 17:55:00",
"atd": "2025-02-05 12:09:00",
"ata": "2025-02-05 17:53:00",
"pieces": "1",
"weight": "48.000",
"volume": ""
},
{
"sno": 3,
"flightNo": "QT4033",
"flightDate": "",
"org": "MIA",
"orgCd": "MIA",
"dest": "",
"destCd": "",
"etd": "",
"eta": "",
"atd": "",
"ata": "",
"pieces": "4",
"weight": "45.000",
"volume": ""
}
],
"airStatusInfo": [
{
"sno": 1,
"statusCd": "",
"statusDesc": "Freight On Hand",
"statusDescEn": "Freight On Hand",
"flightNo": "",
"eventTime": "2025-02-01 16:25:00",
"place": "PEK",
"placeCd": "PEK",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 2,
"statusCd": "RCS",
"statusDesc": "进仓",
"statusDescEn": "Airline Received",
"flightNo": "",
"eventTime": "2025-02-03 09:02:00",
"place": "PEK",
"placeCd": "PEK",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 3,
"statusCd": "MAN",
"statusDesc": "配载",
"statusDescEn": "Manifest Received",
"flightNo": "CX331",
"eventTime": "2025-02-03 13:51:00",
"place": "PEK",
"placeCd": "PEK",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 4,
"statusCd": "DEP",
"statusDesc": "起飞",
"statusDescEn": "Departed",
"flightNo": "CX331",
"eventTime": "2025-02-03 16:33:00",
"place": "PEK",
"placeCd": "PEK",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 5,
"statusCd": "",
"statusDesc": "Custom Cleared",
"statusDescEn": "Custom Cleared",
"flightNo": "",
"eventTime": "2025-02-03 19:01:00",
"place": "HKG",
"placeCd": "HKG",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 6,
"statusCd": "TAR",
"statusDesc": "中转抵达",
"statusDescEn": "Arrived",
"flightNo": "CX331",
"eventTime": "2025-02-03 19:53:00",
"place": "HKG",
"placeCd": "HKG",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 7,
"statusCd": "TRF",
"statusDesc": "中转卸货",
"statusDescEn": "Freight Accepted at Airport",
"flightNo": "CX331",
"eventTime": "2025-02-03 20:46:00",
"place": "HKG",
"placeCd": "HKG",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 8,
"statusCd": "MAN",
"statusDesc": "配载",
"statusDescEn": "Manifest Received",
"flightNo": "CX092",
"eventTime": "2025-02-05 11:14:00",
"place": "HKG",
"placeCd": "HKG",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 9,
"statusCd": "TDE",
"statusDesc": "中转起飞",
"statusDescEn": "Departed",
"flightNo": "CX092",
"eventTime": "2025-02-05 12:09:00",
"place": "HKG",
"placeCd": "HKG",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 10,
"statusCd": "TAR",
"statusDesc": "中转抵达",
"statusDescEn": "Arrived",
"flightNo": "CX092",
"eventTime": "2025-02-05 17:53:00",
"place": "MIA",
"placeCd": "MIA",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 11,
"statusCd": "TRF",
"statusDesc": "中转卸货",
"statusDescEn": "Freight Accepted at Airport",
"flightNo": "CX092",
"eventTime": "2025-02-06 02:07:00",
"place": "MIA",
"placeCd": "MIA",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
},
{
"sno": 12,
"statusCd": "",
"statusDesc": "Freight Transferred to Airline",
"statusDescEn": "Freight Transferred to Airline",
"flightNo": "",
"eventTime": "2025-02-07 08:31:00",
"place": "MIA",
"placeCd": "MIA",
"transportMode": "",
"pieces": "1.000",
"weight": "48.000",
"volume": "",
"isEstimate": false,
"dateUpdateTime": "2025-04-25 15:39:37"
}
]
}
]
}