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

orderDetail

POST
/api/new/orderDetail.do
To get status and the latest information of the order by calling orderDetail API.
Note: orderChangeInforming API is highly recommended to be used to get the latest information when order status or details are changed. If informing is not supported, partners could call orderDetail API periodically.

Request

Header Params

Body Params application/json

Example
{

    "authentication": {

        "sign": "{{sign}}",

        "timestamp": "{{time}}",
        
        "seriesTraceId": "ticketing_202410101503481394",
        
        "seriesRsTime": 5

    },

    "orderNo": "15803203776942080",

    "partnerOrderNo": ""

}

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://flight-test.flightroutes24.com/api/new/orderDetail.do' \
--header 'Accept-Encoding;' \
--header 'appKey;' \
--header 'content-Type: application/json' \
--data-raw '{

    "authentication": {

        "sign": "",

        "timestamp": "{{time}}",
        
        "seriesTraceId": "ticketing_202410101503481394",
        
        "seriesRsTime": 5

    },

    "orderNo": "15803203776942080",

    "partnerOrderNo": ""

}'

Responses

🟢200OK
application/json
Body

Examples
{
    "traceId": "queryDetail_NEWAPI2309111739046620921",
    "code": "000000",
    "message": "success",
    "processingTime": 105,
    "data": {
        "orderNo": "15803203776942080",
        "orderStatus": "11",
        "partnerOrderNo": "",
        "currency": "CNY",
        "offer": {
            "offerId": "15803200840142848",
            "legId": "55623c5bf92ccd6d3cf30b543c0bd5ad",
            "platingCarrier": "IJ",
            "pricePerPax": [
                {
                    "paxType": "ADT",
                    "baseFare": 2316,
                    "totalTax": 1982,
                    "taxBreakdown": [],
                    "serviceFee": null
                }
            ],
            "cabin": [
                "Y"
            ],
            "fareBasis": [
                null
            ],
            "extraInfo": {
                "freeBaggageAllowance": [
                    {
                        "segmentId": "d50b31d910612e8edb45b9466649a3a3",
                        "cabinBagPc": "e-e-e",
                        "cabinBagSize": "e-e-e",
                        "cabinBagWeight": "e-e-e",
                        "checkedBagPc": "e-e-e",
                        "checkedBagSize": "e-e-e",
                        "checkedBagWeight": "20-e-e"
                    }
                ]
            },
            "eligibilityFlag": false,
            "eligibilityDetail": null,
            "rules": {
                "refund": [
                    {
                        "paxType": "ADT",
                        "couponStatus": 0,
                        "refundPolicy": "airlinePolicyApplied",
                        "applicableTime": null,
                        "fullRefundAP": null,
                        "refundFee": null
                    }
                ],
                "change": [
                    {
                        "paxType": "ADT",
                        "couponStatus": 0,
                        "changePolicy": "airlinePolicyApplied",
                        "applicableTime": null,
                        "changeFee": null
                    }
                ]
            },
            "productType": "AAA",
            "productTag": {
                "ticketPromise": 0,
                "refuseDeadline": 0,
                "ticketingTime": 60,
                "reschedulePendingTime": 240,
                "voluntaryRefundTime": 21600,
                "involuntaryRefundTime": 21600,
                "refundCondition": 0,
                "reissueCondition": 0,
                "voidingCondition": false,
                "voluntaryServiceStandard": 2,
                "involuntaryServiceStandard": 1,
                "RBDChangedRisk": false,
                "fareBrand": [
                    "basic economy^full flex",
                    "basic economy",
                    ""
                ],
                "posArea": [
                    "US",
                    "CN"
                ]
            },
            "productSource": "OTH",
            "paymentMethod": null,
            "RBD": [
                "K"
            ]
        },
        "legs": {
            "legId": "55623c5bf92ccd6d3cf30b543c0bd5ad",
            "segmentIds": [
                "d50b31d910612e8edb45b9466649a3a3"
            ]
        },
        "segments": [
            {
                "segmentId": "d50b31d910612e8edb45b9466649a3a3",
                "duration": 142,
                "carrier": "IJ",
                "flightNo": "5817",
                "codeShare": false,
                "operatingCarrier": null,
                "operatingFlightNo": null,
                "aircraftCode": "333",
                "depAirport": "SIN",
                "depTerminal": null,
                "depTime": "2023-11-15T00:25",
                "arrAirport": "HKG",
                "arrTerminal": null,
                "arrTime": "2023-11-15T02:47",
                "stopAirport": null,
                "stopDuration": null
            }
        ],
        "ticketInfo": [
            {
                "airlinePnr": "A5CD16",
                "gdsPnr": "MNGG32",
                "paxId": null,
                "paxName": "BING/LIN",
                "ticketNo": ""
            },
            {
                "airlinePnr": "A5CD16",
                "gdsPnr": "MNGG32",
                "paxId": null,
                "paxName": "RING/BIN",
                "ticketNo": ""
            }
        ],
        "payDeadline": "2023-09-11T22:57",
        "voidDeadline": null,
        "agentContact": {
            "agentName": "ZHANG/SAN",
            "agentEmail": "{{agent_email}}",
            "mobile": "agent_mobile",
            "areaCode": "CN"
        },
        "totalPrice": 8596,
        "ancillary": null,
        "passengers": "xEmzT/4wz4i8kCMIFwNpRvYuIndFLC3O1g8w5fCFU31hxZXhHGkPJX7MT0C/8JIschPAshsfiBIwX7j+5b4iwuv9uNJXCTbs4DNdJMQSkqd4rGv7Ap7Tz0xEVwaLadcM+fK/vglFI48feimxlCtMAcfe7YJ8Uwr9sxHvNc2bFg8QO120TytClhiP5LZjMawlkmI+mUVsnppfPFgdxLYplontWGF6euXIhgYtrUigRDEQAf+jefsxYrw90QdDll+yx0gBK3IN3R7kCgzBKCPU6/G70z9ssafAe8af/mfq2EsbXh5hUieMf3VlN6kth3aENnhtr32Go8CE0MdCt5ix9fR1zUtORcGPTeilc9xWQNS7h6T2ZCxZhkVIfJ0FMkfW5Nq5/uNzY7DDm5P3xVz++f4n31kH64UhOs1Z7FhtLBcQlpneEN4eQtNcS+SEwaWovZoTA3dsrZv6rijXn2p4j6YKIDZsdVGh2yeObOPR9RQp0XjwBAVbAtPGSICIozPJXlUkYUxzfZBVa8kzI3bS8RAr5jUsBWPYf2OynjD1/GZAt5LDFLUfO8iC81KxfG3fDGjmsDNXb/17dXLazC56J3MqIok3eOYpqMmLuuVb71B6iJNLyLo0RMD7xC6b7mfmjl5/KmzahBiAqYIC0eTfxkV//XX+wvdRVgdRl8I7HyhG56mYrri/lDZosZKWpYPmhk/tDoJVdFD07UdfaYllS/DjXCtIS3+0KyKqoCHdCOe8rYo+HB04wUNp0fOJGFBtrfJFL97BcByejNt9ltpp7ecH4SvcHACNG1Z+vYzmSpxq8Efi4tsnZOd4bbfSX2PadcXjUGoXP2mQOYNBCInsfadtx9Jf7ItYjITIOXbSedNmaSaBpChxyArN6sK1PEXejrp/9Xn9I1N6sTCRbGZzNagY3O9k+0vzERxrGw2IEd/FkgstsLiBccX5PnYfJwQibpLSmW8CxND2wmQPaV5VTJmUz2u4j5q97/A0oFNHl23qBt6+C0GYku9aw/13RaL6JEqSUeU3sfWqfzIP8DI3awdc7Ej62FgySuM2/PlEgI5kV949AuL7BaBbC2dK8K053Ynf2uWTHlT7BEMr+Vn/9+bY3dh3l3PeSHG0c1hN2FHOYC6LPu2s7gxgOy3fAe1kXsBa0FFQIwpQO2qjPYnXiQl9cUEwEM0YrsbTAZdJS2OntdYPzDMSX4TjexlAUK5VXl72mu+YipdLzKnlLboXtRj9D5dRNzSZw52SZPI/BEJbOC3vrqRH7F9RFBrUTbspoM+waR87W7pPtpwEdKzqOqXISKQr9iAeUvkI9SwvBsxkvqWr1t5A1ay5ir3ETpmk1mgUdWYM5SU6hssBHMMz5Ve3CLzbxoXDtYRVYPr/d0w=",
        "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"
            }
        ]
    }
}
Modified at 2025-06-12 09:39:47
Previous
orderChangeInforming
Next
postsaleAncillaryShopping
Built with