Exchange Eligibility API Reference

Get

eligibility/ticketchangeeligibilities

Base path:

Note the following base path varies from that used for other JSON APIs.

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

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

Related Content:GDS Exchanges Guide, Ticketing Exchange Guide / API Reference

The Eligibility API is the first step in the GDS exchange workflow. It is an optional step. Eligibility returns information about whether a ticket may have value in an exchange or refund scenario, and the range of potential exchange and refund fees. This information relates only to fees and not any fare or tax difference for the itinerary.

After the Eligibility request, create a post-commit workbench and send an Exchange Search request.

Request

Query Parameters

Send either the Ticket or Locator parameter per below. Ticket returns eligibility details for only the one traveler on the ticket, while Locator returns details for all travelers on that reservation.

A request by reservation locator for a reservation that has multiple open tickets for one passenger will return eligibility information only for the last ticket listed in the reservation. In this scenario you should instead send the request by ticket number.
Parameter Description Required/Optional

Ticket

The ticket number of the ticketed itinerary to request eligibility information for.

Append ?Ticket and the ticket number to the GET request.

Either ticket number or locator is required.

Locator

The reservation locator of the itinerary to request eligibility information for.

Append ?Locator and the reservation locator to the GET request.

Either ticket number or locator is required.

Request Body

There is no message payload.

Response

The Eligibility response returns details on whether the ticket can be exchanged or refunded, and the range of possible change fees.

Example Request

Example Response

Note the response returns eligibility at the passenger level, not the PTC level.