checkTimeSlot( )


Developer Preview

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

Checks a restaurant's availability to accommodate a reservation for a given party size in a given time slot.

checkTimeSlot() returns availability information for the restaurant's table combinations, and flags any party pacing or seat pacing conflicts that the proposed reservation would cause.

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.
Method Declaration
Copy
Method Parameters
reservationLocationIdstringRequired

ID of the reservation location for which to check the time slot.


optionsCheckTimeSlotOptions
Returns
Return Type:Promise<CheckTimeSlotResponse>
Was this helpful?
Yes
No