Ancillary Book API Reference

POST

book/airoffer/reservationworkbench/{workbenchID}/offers/buildancillaryoffersfromcatalogofferings

For {workbenchID} send the workbench identifier returned in ReservationResponse/Identifer/value in the workbench create response.

Base path:

Pre-production https://api.pp.travelport.com/11/air/

Production https://api.travelport.com/11/air/

Related Content: Ancillary and EMD Guide, Ancillary Shop API Reference, Ancillary Workflow Diagram

The Ancillary Book request adds a selected ancillary to a workbench for either a new booking or an existing reservation. You must first send an Ancillary Shop request and, for NDC only, an Ancillary Price request.

You may also need to add payment for the ancillary in the same workbench session. See payment and EMD details in the Ancillary and EMD Guide.

Request

Query Parameters

None.

Request Body

Response

The Ancillary Book response returns details of the ancillary added to the workbench.

Example Request

For additional examples and scenarios, download the developer toolkits and see Using Postman and Developer Toolkits.

The GDS and NDC ancillary book requests differ in the following:

  • The GDS book request must send CatalogOfferingsIdentifier/id per the first example below. It sends identifiers from the Ancillary Shop request. Ancillary Price is not supported for GDS.

  • The NDC book request does not send CatalogOfferingsIdentifier/id. It sends identifiers from the Ancillary Price request, which is a mandatory step for NDC ancillaries.

Example Response