Retrieve Workbench API Reference

Get

book/session/reservationworkbench/{workbenchID}

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:Booking Guide, Booking Session Workflow

At any point in the bookingClosed A confirmed reservation with the carrier. A held booking is a reservation that has not yet been ticketed. The terms booking and reservation are interchangeable. session, you can retrieve the workbench. The response returns all details added to the workbench at that point.

Request

Query Parameters

None.

Request Body

None.

Response

The request returns all information that has been added to the reservation workbench at this point. For example, if you have added an offerClosed In the JSON Search APIs, an offer is a product available at a specific price under a set of terms and conditions. An offer includes the flight or connecting flights for one leg of the itinerary, plus a service level that includes the cabin class and any fare codes that may apply. At booking, the selected offer from the Search response - including the flight/s, service level, price, terms and conditions, and brand if applicable - is converted into a single Offer object that is subsequently returned for that booking. but not travelers, the request returns offer details but no traveler information.

The response uses the same format as the Reservation Retrieve.

Example Request

No message payload.

Example Response

See the Reservation Retrieve API Reference.