Trackingeyes-API
🇺🇸 English
  • 🇨🇳 中文
  • 🇺🇸 English
  1. Global Air Cargo Tracking
Trackingeyes-API
🇺🇸 English
  • 🇨🇳 中文
  • 🇺🇸 English
  • Authentication
    • OAuth
      POST
  • Ocean Data API
    • Ocean Data
      • Ocean Support List
      • Ocean Status Code
      • Ocean Cargo Tracking
        • Ocean Tracking Subscribe
        • Ocean Tracking Push
        • Ocean Tracking download
    • Container Maritime Trajectory
      • Container Maritime Trajectory
  • Air Data API
    • Air Support List
    • Air Status Code
    • Global Air Cargo Tracking
      • Air Tracking Subscribe
        POST
      • Air Tracking Push
        POST
      • Air Tracking Download
        GET
  • Schemas
    • Schemas
      • BookingContainerDto
      • CommonResponseVoid
      • BookingToMSKInput
      • CarrierAccount
      • InstanceStatusUpdateRequest
      • CommonResponseListSporateOutput
      • JobDataDto
      • SporateCtnrInfoDto
      • AccountStatusRequest
      • SporateOutput
      • CommonResponse
      • BookingResultDto
      • CommonResponseCarrierAccount
      • CommonResponseBookingResultDto
      • CommonResponseString
  1. Global Air Cargo Tracking

Air Tracking Subscribe

POST
https://api.trackingeyes.com/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-12-09 08:18:22
Previous
Air Status Code
Next
Air Tracking Push
Built with