Update passengers on a booking

View as Markdown
Add or change passenger details on an existing booking. This is how you complete a group booking: hold the seats with `OTA_AirPriceRQ`, then send this request with the passengers' names and documents before you ticket. Reference the booking by its W1 record locator in `airReservation.bookingReferenceID`, and set `modificationType` in `airBookModifyRQ`: - `3` change or add a passenger name - `40` change other passenger details - `5` seats and special services - `9` change the contact details Update passengers before the `updateTravellersTimeLimit`, and for a group no later than 72 hours before departure. You cannot change a passenger name after the tickets are issued. For the seat-change body, see the GO7 [modify-booking](https://go7-worldticket.github.io/docs/ota/endpoints/modify-booking) page.

Headers

x-api-keystringRequired
local-nameenumRequiredDefaults to OTA_AirBookModifyRQ

Routes the request to the update-passengers operation.

Allowed values:

Request

This endpoint expects an object.
posobjectRequired
Point of sale. Identifies the agent and channel behind the request.
versionstringRequired
airReservationobjectRequired
References the booking to change by its record locators.
airBookModifyRQobjectRequired

Response

The updated reservation.
successobject
airReservationmap from strings to any
versiondouble