FR24 OpenAPI
  1. API Reference
FR24 OpenAPI
  • FR24_API_V2.0
    • Guides
      • API Work Flow
      • Introduction
      • Appendix
      • Version History
      • Error Code
    • API Reference
      • shopping
        POST
      • pricing
        POST
      • presaleAncillaryShopping
        POST
      • seatMap
        POST
      • booking
        POST
      • ticketing
        POST
      • orderChangeInforming
        POST
      • orderDetail
        POST
      • postsaleAncillaryShopping
        POST
      • ancillaryBooking
        POST
      • ancillaryPurchase
        POST
      • ancillaryOrderDetail
        POST
      • changeReshop
        POST
      • reissueRequest
        POST
      • refundRequest
        POST
      • refundConfirming
        POST
      • voidRequest
        POST
      • fileUpload
        POST
      • selectBalance
        POST
    • About us
      • API capability
      • Business Cooperation
      • Portal
  1. API Reference

orderChangeInforming

POST
Enter your receiving URL for FR24 push notifications
The API is used by FR24 to inform flight change or order change. Compared to calling OrderDetail API periodically, partners could get flight change or order change information more immediately.
Note: It requires partner to provide an URL for FR24 to call OrderChangeInforming API, informing module should be developed by partner.

Request

Header Params

Body Params application/json

Examples
{
    "authentication": {
        "sign": "",
        "timeStamp": ""
    },
    "traceId": "",
    "type": "ticketNo/ticketNoUpdate",
    "orderNo": "",
    "partnerOrderNo": "",
    "tktgAcctInfos": [
        {
            "paxIds": [
                "1",
                "2",
                "3"
            ],
            "segmentIds": [
                "1bd336d0305b04f9d59e9a2d1895034c^fa065c2163cad50864545390110db6dc"
            ],
            "tktgAccount": "gPfsfRe4nblhspmnjIqPqfFYhLbQ9ZcwJB2I+WeEqI9=",
            "tktgPassword": "d+jAvoQDto/DRk2rzVCO/g=="
        },
        {
            "paxIds": [
                "1",
                "2",
                "3"
            ],
            "segmentIds": [
                "fd9a04f5f1615f03b1131bd617a5091c"
            ],
            "tktgAccount": "sakdjhshdasadsadssadsakjhdksjhja5485sads-=sds",
            "tktgPassword": "hsabdw98sd2n+----=xsdssf"
        }
    ],
    "info": {
        "ticketInfo": [
            {
                "paxId": "1",
                "airlinePnr": [
                    "ASDDSA",
                    "ASDDSA"
                ],
                "gdsPnr": [
                    "WWEWEW",
                    "UIUIYD"
                ],
                "ticketNo": [
                    "GTREDS",
                    "ASWSAS^ASWSAS^SSWSWS^EWEWER"
                ],
                "segmentIds": [
                    "1ajshbbgxisnwwqw",
                    "2poppojkjnbjasdj^3uiutgbchdbwjuiu"
                ]
            },
            {
                "paxId": "2",
                "airlinePnr": [
                    "ASDSDS",
                    "AJHKGH"
                ],
                "gdsPnr": [
                    "RERERE",
                    "RERERE"
                ],
                "ticketNo": [
                    "ASWERT",
                    "QUIOPO"
                ],
                "segmentIds": [
                    "1ajshbbgxisnwwqw",
                    "2poppojkjnbjasdj^3uiutgbchdbwjuiu"
                ]
            }
        ],
        "segments": [
            {
                "segmentId": "1ajshbbgxisnwwqw",
                "duration": 182,
                "carrier": "LH",
                "flightNo": "7965",
                "codeShare": false,
                "operatingCarrier": null,
                "operatingFlightNo": null,
                "aircraftCode": "333",
                "depAirport": "SHA",
                "depTerminal": null,
                "depTime": "2023-04-20T17:10",
                "arrAirport": "HKG",
                "arrTerminal": null,
                "arrTime": "2023-04-20T20:12",
                "stopAirport": null,
                "stopDuration": null
            },
            {
                "segmentId": "2poppojkjnbjasdj",
                "duration": 243,
                "carrier": "ZH",
                "flightNo": "4668",
                "codeShare": false,
                "operatingCarrier": null,
                "operatingFlightNo": null,
                "aircraftCode": "333",
                "depAirport": "PVG",
                "depTerminal": null,
                "depTime": "2023-04-20T10:10",
                "arrAirport": "HKG",
                "arrTerminal": null,
                "arrTime": "2023-04-20T14:13",
                "stopAirport": null,
                "stopDuration": null
            },
            {
                "segmentId": "3uiutgbchdbwjuiu",
                "duration": 288,
                "carrier": "ZH",
                "flightNo": "4668",
                "codeShare": false,
                "operatingCarrier": null,
                "operatingFlightNo": null,
                "aircraftCode": "333",
                "depAirport": "PVG",
                "depTerminal": null,
                "depTime": "2023-04-20T10:10",
                "arrAirport": "HKG",
                "arrTerminal": null,
                "arrTime": "2023-04-20T14:13",
                "stopAirport": null,
                "stopDuration": null
            }
        ],
        "passengers": [
            {
                "paxId": "1",
                "name": "ZHANG/SAN",
                "birthday": "1989-11-12"
            },
            {
                "paxId": "2",
                "name": "LI/SI",
                "birthday": "1994-05-06"
            }
        ]
    }
}

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
curl --location --request POST 'https://flight-test.flightroutes24.comEnter your receiving URL for FR24 push notifications' \
--header 'Accept-Encoding;' \
--header 'appKey;' \
--header 'content-Type: application/json' \
--data-raw '{
    "authentication": {
        "sign": "",
        "timeStamp": ""
    },
    "traceId": "",
    "type": "ticketNo/ticketNoUpdate",
    "orderNo": "",
    "partnerOrderNo": "",
    "tktgAcctInfos": [
        {
            "paxIds": [
                "1",
                "2",
                "3"
            ],
            "segmentIds": [
                "1bd336d0305b04f9d59e9a2d1895034c^fa065c2163cad50864545390110db6dc"
            ],
            "tktgAccount": "gPfsfRe4nblhspmnjIqPqfFYhLbQ9ZcwJB2I+WeEqI9=",
            "tktgPassword": "d+jAvoQDto/DRk2rzVCO/g=="
        },
        {
            "paxIds": [
                "1",
                "2",
                "3"
            ],
            "segmentIds": [
                "fd9a04f5f1615f03b1131bd617a5091c"
            ],
            "tktgAccount": "sakdjhshdasadsadssadsakjhdksjhja5485sads-=sds",
            "tktgPassword": "hsabdw98sd2n+----=xsdssf"
        }
    ],
    "info": {
        "ticketInfo": [
            {
                "paxId": "1",
                "airlinePnr": [
                    "ASDDSA",
                    "ASDDSA"
                ],
                "gdsPnr": [
                    "WWEWEW",
                    "UIUIYD"
                ],
                "ticketNo": [
                    "GTREDS",
                    "ASWSAS^ASWSAS^SSWSWS^EWEWER"
                ],
                "segmentIds": [
                    "1ajshbbgxisnwwqw",
                    "2poppojkjnbjasdj^3uiutgbchdbwjuiu"
                ]
            },
            {
                "paxId": "2",
                "airlinePnr": [
                    "ASDSDS",
                    "AJHKGH"
                ],
                "gdsPnr": [
                    "RERERE",
                    "RERERE"
                ],
                "ticketNo": [
                    "ASWERT",
                    "QUIOPO"
                ],
                "segmentIds": [
                    "1ajshbbgxisnwwqw",
                    "2poppojkjnbjasdj^3uiutgbchdbwjuiu"
                ]
            }
        ],
        "segments": [
            {
                "segmentId": "1ajshbbgxisnwwqw",
                "duration": 182,
                "carrier": "LH",
                "flightNo": "7965",
                "codeShare": false,
                "operatingCarrier": null,
                "operatingFlightNo": null,
                "aircraftCode": "333",
                "depAirport": "SHA",
                "depTerminal": null,
                "depTime": "2023-04-20T17:10",
                "arrAirport": "HKG",
                "arrTerminal": null,
                "arrTime": "2023-04-20T20:12",
                "stopAirport": null,
                "stopDuration": null
            },
            {
                "segmentId": "2poppojkjnbjasdj",
                "duration": 243,
                "carrier": "ZH",
                "flightNo": "4668",
                "codeShare": false,
                "operatingCarrier": null,
                "operatingFlightNo": null,
                "aircraftCode": "333",
                "depAirport": "PVG",
                "depTerminal": null,
                "depTime": "2023-04-20T10:10",
                "arrAirport": "HKG",
                "arrTerminal": null,
                "arrTime": "2023-04-20T14:13",
                "stopAirport": null,
                "stopDuration": null
            },
            {
                "segmentId": "3uiutgbchdbwjuiu",
                "duration": 288,
                "carrier": "ZH",
                "flightNo": "4668",
                "codeShare": false,
                "operatingCarrier": null,
                "operatingFlightNo": null,
                "aircraftCode": "333",
                "depAirport": "PVG",
                "depTerminal": null,
                "depTime": "2023-04-20T10:10",
                "arrAirport": "HKG",
                "arrTerminal": null,
                "arrTime": "2023-04-20T14:13",
                "stopAirport": null,
                "stopDuration": null
            }
        ],
        "passengers": [
            {
                "paxId": "1",
                "name": "ZHANG/SAN",
                "birthday": "1989-11-12"
            },
            {
                "paxId": "2",
                "name": "LI/SI",
                "birthday": "1994-05-06"
            }
        ]
    }
}'

Responses

🟢200Success
application/json
Body

Example
{
    "authentication": {
        "sign": "",
        "timestamp": ""
    },
    "traceId": "",
    "code": "000000",
    "message": "success",
    "processingTime": 160
}
Modified at 2025-07-22 08:52:31
Previous
ticketing
Next
orderDetail
Built with