LocationBookingProfiles
Lists location booking profiles of a seller.
Table Specific Information
Select
The add-in uses the Square API to process search criteria that refer to the LocationId column, while other filters are processed client side within the add-in.
Retrieve all the LocationBookingProfiles of a seller attached to your Square account.
SELECT * from LocationBookingProfiles
Retrieve the LocationBookingProfile for a particular location.
SELECT * from LocationBookingProfiles where LocationId = '92BYHNBR6W77E'
Columns
Name | Type | Description |
LocationId [KEY] | String | The ID of the location. |
BookingSiteUrl | String | Url for the online booking site for this location. |
OnlineBookingEnabled | Boolean | Indicates whether the location is enabled for online booking. |