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 specified in the request if the identity you're authenticated as has 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 specified when updating the reservation. This ensures you're working with the latest reservation information, and it prevents unintended overwrites.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Reservations (Full)
Manage Reservations (Medium)
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/table-reservations/reservations/v1/reservations/{reservation.id}

Errors
400Invalid Argument

There is 1 error with this status code:

428Failed Precondition

There is 1 error with this status code:

See the entire list and learn more about Wix errors.

Event TriggersThis method triggers the following events:
Did this help?