v1
latestOpenAPI 3.0.02026-07-247251950.2 KBManage bookings
Amend guest name on a booking
Overview
Update guest information (name and email) for an existing booking. Useful for correcting typos or updating guest details after booking.
When to Use
- Name corrections - Fix typos in guest names
- Email updates - Update guest email addresses
- Guest changes - Change guest information after booking
- Support requests - Update booking details per customer requests
What You Get
- Confirmation - Success message when amendment is complete
- Updated booking - Booking reflects the new guest information
Editable Fields
- First name - Guest's first name
- Last name - Guest's last name
- Email - Guest's email address
- Remarks - Optional additional notes
Limitations
- Holder only - Only the booking holder's information can be updated
- Name and email - Other guest details cannot be amended
Quick Start
Provide the bookingId and updated guest information (firstName, lastName, email). Optionally include remarks. Returns confirmation of the update.
put/bookings/{bookingId}/amend
Path parameters
bookingIdstring required
(Required) The unique identifier of the booking to amend.
Request body
Response
Amendment request created successfully.