Update passengers on a booking
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-key
local-name
Routes the request to the update-passengers operation.
Allowed values:
Request
This endpoint expects an object.
pos
Point of sale. Identifies the agent and channel behind the request.
version
airReservation
References the booking to change by its record locators.
airBookModifyRQ
Response
The updated reservation.
success
airReservation
version

