getReservationLocation( )


Developer Preview

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

Retrieves a reservation location by ID.

The FULL fieldset can only be retrieved by users with the READ RESERVATION LOCATIONS (FULL) or MANAGE RESERVATION LOCATIONS permission scopes.

Permissions
Manage Reservation Locations
Read Reservation Locations (Basic)
Read Reservation Locations (Full)
Manage Restaurants - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
reservationLocationIdstringRequired

ID of the ReservationLocation to retrieve.


optionsGetReservationLocationOptions

An object representing the available options for retrieving a reservation location.

Returns
Return Type:Promise<ReservationLocation>
Did this help?