Traveler Updatable Items API Reference

POST

book/updatableItem/reservationworkbench/{workbenchID}/travelerupdatableitems/buildfromtraveler

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, Traveler Modify Guide

Use the Updatable Items request to return a list of updatable traveler information. Updatable Items retrieves by one or more traveler IDs a list of objects that are updatable for that traveler/s, and returns for each an indicator for whether that item can be added, modified, or deleted. It is sent as part of a workbench session, either during the initial booking workflow or a post-commit workbench for an existing reservation. It is followed by a Traveler Update request to implement changes. 

See the Traveler Modify Guide for currently supported changes.

Request

Query Parameters

None.

Request Body

After you establish a post-commit workbench session, send a request for updatable items with the traveler identifier for each traveler to update. You can request one or more travelers on the same reservation. If you need the traveler identifiers, retrieve the reservation before you create the workbench, or retrieve the workbench to get full reservation details.

The payload must send the traveler identifier for each passenger with information to update.

Response

Example Request

Example Response