Patch

Update Reservation


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates a reservation.

The fields status, source, reservation.details.tableIds, reservation.details.endDate, ignoreReservationLocationConflicts, and ignoreTableCombinationConflicts should only be included in the request if the call is made by a user with the MANAGE RESERVATIONS (FULL) permission scope. Including these fields in the request without the required permissions results in an application error.

Each time the reservation is updated, revision increments by 1. The existing revision must be included when updating the reservation. This ensures you're working with the latest reservation information, and it prevents unintended overwrites.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Reservations (Medium)
Manage Reservations (Full)
Manage Restaurants - all permissions
Learn more about permission scopes.
Endpoint
PATCH
https://www.wixapis.com/table-reservations/reservations/v1/reservations/{reservation.id}

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No