v1

latestOpenAPI 3.0.32026-07-23183961.3 KB

Modify an existing reservation. This endpoint allows updating guest information for the primary guest and individual room guests. Note that this endpoint can only modify non-price impacting details of the reservation.

patch/reservations/{bookingReferenceId}

Path parameters

bookingReferenceIdstring required

The unique identifier of the reservation to be modified

Headers

x-sm-api-idstring required

The api id for channel

x-sm-api-keystring required

The api key for channel

Request body

guestTitlestring nullable

The title of the primary guest (e.g., Mr., Mrs., Ms., Dr.)

guestFirstNamestring nullable

The first name of the primary guest

guestLastNamestring nullable

The last name of the primary guest

guestEmailstring nullable

The email address of the primary guest

guestPhoneNumberstring nullable

The phone number of the primary guest

guestAddressstring nullable

The street address of the primary guest

guestCitystring nullable

The city of residence for the primary guest

guestStatestring nullable

The state or region of residence for the primary guest

guestPostcodestring nullable

The postal or zip code of the primary guest

guestCountrystring nullable

The country of residence for the primary guest

guestRemarksstring nullable

Any additional remarks or special requests from the primary guest

Response

Successful response. The reservation has been modified successfully.