bookings

Update Passenger

Update a passenger on a flight booking.

Updates passenger info (DOB, citizenship, is_primary) on the booking and propagates changes to the linked TravelerProfile.

patch/bookings/{booking_id}/passengers/{traveller_profile_id}

Path parameters

booking_idstring required
traveller_profile_idstring uuid required

Request body

date_of_birthstring date nullable

Passenger date of birth (ISO 8601 date)

citizenshipstring nullable

Passenger citizenship (ISO 3166-1 alpha-2 country code)

is_primaryboolean nullable

Whether this passenger is the primary traveler

Response

Successful Response

idstring uuid required
user_idstring uuid required
statusstring required
confirmation_codestring nullable required
created_atstring date-time required
updated_atstring date-time required
is_axel_bookedboolean

True if booked through Axel (booking_channel='axel')

booking_channelstring nullable
booking_providerstring nullable
originstring nullable
origin_citystring nullable
destinationstring nullable
destination_citystring nullable
departure_datestring date nullable
departure_timestring date-time nullable
arrival_timestring date-time nullable
is_round_tripboolean
cabin_classstring nullable
airline_codestring nullable
airline_namestring nullable
travelersstring[]

Traveler names

is_award_bookingboolean

Changes