updateReservationLocation( )


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 location. Supports partial updates.

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

You cannot use this endpoint to change a reservation location's location object. Attempting to do so will cause the server to return an application error.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Reservation Locations
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
_idstringRequired

Reservation location ID.


reservationLocationUpdateReservationLocationRequired

Reservation location information to update.


optionsUpdateReservationLocationOptions
Returns
Return Type:Promise<ReservationLocation>
Was this helpful?
Yes
No