v1

latestOpenAPI 3.0.02026-07-247251950.2 KB
Manage 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

remarksstring

Optional remarks for the amendment request.

Response

Amendment request created successfully.

idinteger

Amendment request ID.

bookingIdstring

Booking ID being amended.

userIdinteger

User ID who owns the booking.

typestring

Type of amendment (e.g., UPDATE).

subTypestring

Subtype of amendment (e.g., UPDATE_NAME_CHANGE).

statusstring

Status of the amendment request (e.g., PENDING).

prebookIdstring

Prebook ID if applicable.

holderEmailstring

Holder's email after amendment.

holderFirstNamestring

Holder's first name after amendment.

holderLastNamestring

Holder's last name after amendment.

holderPhonestring

Holder's phone after amendment.

remarksstring

Remarks for the amendment.

createdByinteger

User ID who created the amendment request.

createdAtstring

Timestamp when the amendment was created.

updatedAtstring

Timestamp when the amendment was last updated.