putReservation

Updates a reservation, such as custom fields, estimated arrival time, room configuration and reservation status.

Form Data
string | null

Property ID

string

Reservation Unique Identifier, one reservation ID per call.

string | null

Estimated Arrival Time, 24-hour format.

string | null
enum

Reservation status
'confirmed' - Reservation is confirmed
'not_confirmed' - Reservation not passed confirmation
'canceled' - Reservation is canceled
'checked_in' - Guest is in hotel
'checked_out' - Guest already left hotel
'no_show' - Guest didn't showed up on check-in date

Allowed:
date | null

Update the checkoutDate across the whole reservation

customFields
array of objects | null

Array with custom fields information

customFields
rooms
array of objects | null

Array with rooms information to change accommodations assigned to the reservation

rooms
date-time | null

Date reservation was made. Do not change if omitted.

boolean | null
Defaults to false

Send email on reservation status change to property and guest.

Response

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json