Update a reservation

When updating a Reservation, send in the entire reservation with its desired state. Note that this is not a partial update - all fields, specified or not, will be persisted to the existing Reservation object.

To add an additional guest, update or delete an existing guest, send a guest list with the necessary changes. The list in the update reservation request will update the associated guests in that reservation.
You can find more information in the Reservation guide

Log in to see full request history
Path Params
string
required

The id of the booking

string
required

The id of the reservation

Body Params
comments
array of strings
comments
guests
array of objects
length ≥ 1
guests
string
string
string

Example: 2021-10-09

string
string
string
string
required
string
required
string
string
string
string
Headers
string
required

Type 'Bearer' and then your API Token

Responses

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