Trackingeyes-API(旧英文版)
  1. Global Air Cargo Tracking
Trackingeyes-API(旧英文版)
  • Authentication
    • OAuth
      POST
  • Ocean Data
    • Ocean Cargo Tracking
      • Ocean Status Code
      • Ocean Support List
      • Ocean Tracking Subscribe
      • Ocean Tracking Push
      • Ocean Tracking download
    • Container Maritime Trajectory
      • Container Maritime Trajectory
  • Global Air Cargo Tracking
    • Air Status Code
    • Air Support List
    • Air Tracking Subscribe
      POST
    • Air Tracking Push
      POST
    • Air Tracking Download
      GET
  1. Global Air Cargo Tracking

Air Tracking Subscribe

POST
/api/airLinesBill/bookAirLines
1.When subscribing to XIAMEN AIRLINES(MF),you must upload the org code and dst code.The container number needs to be passed into the "extendNo" parameter in the specified Json format.
2.The quantity limit for each subscription is 30 items.

Request

Query Params

Body Params application/json

Example
[
    {
        "deliveryNo": "",
        "orderNo": "",
        "localKey": "",
        "referenceNo": "23591210755",
        "carrierCd": "TK",
        "extendNo": "",
        "customer": "",
        "customerService": "",
        "remark": ""
    },
    {
        "deliveryNo": "",
        "orderNo": "",
        "localKey": "",
        "referenceNo": "731-98211002",
        "carrierCd": "",
        "extendNo": {
            "org": "XMN",
            "dst": "BKK"
        },
        "customer": "",
        "customerService": "",
        "remark": ""
    }
]

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
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": ""
    },
    {
        "deliveryNo": "",
        "orderNo": "",
        "localKey": "",
        "referenceNo": "731-98211002",
        "carrierCd": "",
        "extendNo": {
            "org": "XMN",
            "dst": "BKK"
        },
        "customer": "",
        "customerService": "",
        "remark": ""
    }
]'

Responses

🟢200成功
application/json
Body

Example
{
    "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-08-18 02:08:56
Previous
Air Support List
Next
Air Tracking Push
Built with