Skip to main content

DC Core Ancillaries

Air
Search
REST API
Airline Carrier
Try Now

Deprecated API

No new users - this API will be decommissioned soon.

What is it?

This service is used to search for ancillaries in a new reservation, based on flight information. This operation returns a set of ancillaries that may be purchased based on the provided passenger type. The service may also search for ancillaries when a reservation exists. In such case, a series of ancillaries available for purchase in the existing reservation is returned.

How it works

The server does not store any state about the client session on the server side. Statelessness means that every HTTP request happens in complete isolation. When the client makes a HTTP request, it includes all information necessary for the server to fulfill that request. The server never relies on information from previous requests. As a result, stateless applications are easier to distribute across load-balanced servers and cache. The Ancillary service response may be returned:

  • with prices
  • with discounts - including tier level discounts
  • without discounts.