Bulk Air Tracking Subscribe
The quantity limit for each subscription is 30 items.
Request
Encrypted signature token
Body Params application/json
array of:
Subscription number(AWB Number)
IATA Code,If it's empty, it will be automatically identified based on the subscription number.
[
{
"deliveryNo": "",
"orderNo": "",
"localKey": "",
"referenceNo": "23591210755",
"carrierCd": "TK",
"extendNo": "",
"customer": "",
"customerService": "",
"remark": ""
}
]
Request samples
curl --location --request POST 'https://api.trackingeyes.com/api/airLinesBill/bookAirLines?companyCode&token&orgCode' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"deliveryNo": "",
"orderNo": "",
"localKey": "",
"referenceNo": "23591210755",
"carrierCd": "TK",
"extendNo": "",
"customer": "",
"customerService": "",
"remark": ""
}
]'
Responses
application/json Batch Subscription Status Codes(200=success,300=warning or partial failure, 400=all failed,500=error)
Batch Subscription Status(success, warning, failure, error)
Batch Subscription Notification Messages
result
array [object {14}]
requiredSubscription Number (AWB Number)
billCreateTime
string <date-time>
requiredSubscription bill CreateTime
Unique value,The ID returned by the Subscription interface
Unique value,Customer Local Keywords
Single subscription status(200=success, 300=warning or repeat subscription etc,400=failure)
Single subscription status description(success, warning, failure)
Reasons for failure, etc.
{
"code": 200,
"codeDesc": "success",
"message": "Operation succeeded",
"result": [
{
"deliveryNo": "",
"orderNo": "",
"referenceNo": "23591210755",
"carrierCd": "TK",
"extendNo": "",
"customer": "",
"customerService": "",
"remark": "",
"billCreateTime": "2025-02-20 16:49:05",
"id": "1892496683351281664",
"localKey": "",
"itemCode": 200,
"itemCodeDesc": "success",
"itemMessage": ""
}
]
}
Modified at 2025-06-12 19:11:44