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

postsaleAncillaryShopping

POST
/api/new/postsaleAncillaryShopping.do
Calling PostsaleAncillary API to search for available post-sales ancillary information.
Postsale definition: After the order being created.

Request

Header Params

Body Params application/json

Example
{
    "authentication" : {
        "sign" : "",
        "timestamp" : ""
    },
    "orderNo" : ""
}

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/postsaleAncillaryShopping.do' \
--header 'Accept-Encoding;' \
--header 'appKey;' \
--header 'content-Type: application/json' \
--data-raw '{
    "authentication" : {
        "sign" : "",
        "timestamp" : ""
    },
    "orderNo" : ""
}'

Responses

🟢200OK
application/json
Body

Examples
{
    "traceId": "",
    "code": "",
    "message": "",
    "processingTime": 123421,
    "data": {
        "currency": "",
        "auxes": [
            {
                "segmentIds": [
                    ""
                ],
                "auxId": "",
                "baseFare": 150,
                "serviceFee": 10,
                "size": "",
                "piece": 1,
                "weight": 10,
                "limitPerPax": 5,
                "availability": 99
            }
        ],
        "segment": [
            {
                "segmentId": "",
                "duration": "",
                "carrier": "",
                "flightNo": "",
                "aircraftCode": "",
                "depAirport": "",
                "depTerminal": "",
                "depTime": "",
                "arrAirport": "",
                "arrTerminal": "",
                "arrTime": "",
                "stopAirport": null,
                "stopDuration": null
            }
        ]
    }
}
Modified at 2025-06-12 09:39:57
Previous
orderDetail
Next
ancillaryBooking
Built with