BookingServices
The services that a business makes available to customers.
Columns
| Name | Type | ReadOnly | References | Description |
| additionalInformation | String | False |
Additional details or information about the booking business. | |
| createdDateTime | Datetime | False |
The date and time when the booking business was created. | |
| customQuestions | String | False |
Custom questions or forms related to the booking process. | |
| defaultDuration | String | False |
The default duration for bookings, in minutes or hours. | |
| defaultLocation_address_city | String | False |
City of the default location for the booking business. | |
| defaultLocation_address_countryOrRegion | String | False |
Country or region of the default location for the booking business. | |
| defaultLocation_address_postalCode | String | False |
Postal code of the default location for the booking business. | |
| defaultLocation_address_state | String | False |
State or province of the default location for the booking business. | |
| defaultLocation_address_street | String | False |
Street address of the default location for the booking business. | |
| defaultLocation_coordinates_accuracy | Float | False |
Accuracy of the geographic coordinates of the default location. | |
| defaultLocation_coordinates_altitude | Float | False |
Altitude of the default location's geographic coordinates. | |
| defaultLocation_coordinates_altitudeAccuracy | Float | False |
Accuracy of the altitude measurement for the default location. | |
| defaultLocation_coordinates_latitude | Float | False |
Latitude of the default location's geographic coordinates. | |
| defaultLocation_coordinates_longitude | Float | False |
Longitude of the default location's geographic coordinates. | |
| defaultLocation_displayName | String | False |
The display name of the default location for the booking business. | |
| defaultLocation_locationEmailAddress | String | False |
Email address associated with the default location. | |
| defaultLocation_locationType | String | False |
The type of location (e.g., physical, virtual) for the booking business. | |
| defaultLocation_locationUri | String | False |
URI or URL of the default location for the booking business. | |
| defaultLocation_uniqueId | String | False |
A unique identifier for the default location. | |
| defaultLocation_uniqueIdType | String | False |
The type of the unique identifier for the default location. | |
| defaultPrice | Float | False |
The default price for a booking at this business. | |
| defaultPriceType | String | False |
The pricing model used by the business (e.g., flat, hourly). | |
| defaultReminders | String | False |
Default reminder settings for bookings, such as time before appointment. | |
| description | String | False |
A brief description of the booking business. | |
| displayName | String | False |
The name of the booking business or service. | |
| isAnonymousJoinEnabled | Int | False |
Indicates whether anonymous users can join the booking. | |
| isCustomerAllowedToManageBooking | Int | False |
Indicates if the customer can manage their own booking. | |
| isHiddenFromCustomers | Int | False |
Indicates if the booking business is hidden from customers. | |
| isLocationOnline | Int | False |
Indicates if the default location is currently online or available. | |
| languageTag | String | False |
The language or locale used for the booking business interface. | |
| lastUpdatedDateTime | Datetime | False |
The date and time when the booking business was last updated. | |
| maximumAttendeesCount | Int | False |
The maximum number of attendees allowed for a booking. | |
| notes | String | False |
Additional notes or instructions related to the booking business. | |
| postBuffer | String | False |
Time buffer after an appointment, before another can be scheduled. | |
| preBuffer | String | False |
The time to buffer before an appointment for this service can start. It is represented in ISO8601 format. | |
| schedulingPolicy_allowStaffSelection | Bool | False |
Indicates whether customers are allowed to choose a specific staff member when booking this service. | |
| schedulingPolicy_customAvailabilities | String | False |
Custom availability rules defined for the scheduling policy of this service. | |
| schedulingPolicy_generalAvailability_availabilityType | String | False |
Specifies the type of general availability configured in the scheduling policy, such as BusinessHours or NotAvailable. | |
| schedulingPolicy_generalAvailability_businessHours | String | False |
The general business hours used as the default availability for this service's scheduling policy. | |
| schedulingPolicy_isMeetingInviteToCustomersEnabled | Bool | False |
Indicates whether a meeting invite is sent to customers when an appointment is booked for this service. | |
| schedulingPolicy_maximumAdvance | String | False |
The maximum time in advance that a booking for this service can be made, represented in ISO8601 format. | |
| schedulingPolicy_minimumLeadTime | String | False |
The minimum lead time required before a booking for this service can be made, represented in ISO8601 format. | |
| schedulingPolicy_sendConfirmationsToOwner | Bool | False |
Indicates whether booking confirmation notifications are sent to the business owner. | |
| schedulingPolicy_timeSlotInterval | String | False |
The interval between available time slots for this service, represented in ISO8601 format. | |
| smsNotificationsEnabled | Bool | False |
Indicates whether SMS notifications can be sent to customers for appointments of this service. | |
| staffMemberIds | String | False |
A comma-separated list of staff member IDs who provide this service. | |
| webUrl | String | False |
The URL a customer uses to access this service from the booking page. | |
| bookingbusinessid | String | False |
The ID of the booking business to which this service belongs. Used internally by CData to scope service queries. | |
| Id [KEY] | String | False |
The unique identifier of the booking service, in GUID format. Read-only. |