Skip Navigation

Get Ancillaries

Air
Ancillaries
REST API
Travel Agency
  • Update of content available under the Description tab.
  • Minor adjustments of the descriptive text in the OpenAPI specification.
  • The `offerId` request path has been removed from the OpenAPI specification.

API Information

Format
JSON
Endpoint
/v2/offers/getAncillaries
Current Version
2.1
Environment
Production

What's New

  • Update of content available under the Description tab.
  • Minor adjustments of the descriptive text in the OpenAPI specification.
  • The `offerId` request path has been removed from the OpenAPI specification.


  • The request structure has been extended with additional parameters such as `requestedPaxRefs` and `groupCode`.

API Information

Format
JSON
Endpoint
/v1/offers/getAncillaries
Current Version
1.2
Environment
Production

What's New

  • The request structure has been extended with additional parameters such as `requestedPaxRefs` and `groupCode`.

Business Value

  • By providing additional parameters in their request (`requestedPaxRefs` and/or `groupCode`), the user can narrow down the scope of the response. As a result, the service only returns ancillaries for the specified passenger(s) and/or group code.

New Features

In the Request

Optional

Parameter: requestedPaxRefs

Type: array

Description: Lists references to passengers whose ancillaries should be returned.

Sample Value:

"requestedPaxRefs": ["Passenger1", "Passenger2"]
Note:

In the Request

Optional

Parameter: groupCode

Type: string

Description: A group code for which ancillaries should be returned.

Sample Value:

"groupCode": "BG"
Note:

  • Get Ancillaries version 2.0 returns information about non-chargeable and chargeable services like meals, checked bags and carbon offsets.

API Information

Format
JSON
Endpoint
/v2/offers/getAncillaries
Current Version
2.0
Environment
Production

What's New

  • Get Ancillaries version 2.0 returns information about non-chargeable and chargeable services like meals, checked bags and carbon offsets.

Business Value

  • Get Ancillaries version 2.0 returns information about non-chargeable and chargeable services like meals, checked bags and carbon offsets.

New Features

In the Response

Optional

Parameter: commercialName

Type: string

Description: Example of chargeable service - carbon offset

Sample Value:

{
                "id": "ancillary_definition_48",
                "serviceCode": "0EO",
                "airlineCode": "AA",
                "commercialName": "Carbon Offset",
                "reasonForIssuance": "Financial Impact",
                "bookingMethod": "No Booking Required",
                "settlementMethodCode": "DS",
                "descriptionFreeText": [
                    {
                        "id": "Details",
                        "text": "Carbon Offset"
                    },
                    {
                        "id": "Type",
                        "text": "Surcharge"
                    }
                ]
            }
Note: