TeamMemberBookingProfiles
Lists booking profiles for team members.
Table Specific Information
Select
The 本製品 uses the Square API to process search criteria that refer to the TeamMemberId column, while other filters are processed client side within the 本製品.
Retrieve all the booking profiles for team members.
SELECT * from TeamMemberBookingProfiles
Retrieve a particular team member's booking profile.
SELECT * from TeamMemberBookingProfiles where teammemberid = '_77Nq6SzK0cH2YRX-q9a'
Columns
Name | Type | Description |
TeamMemberId [KEY] | String | The ID of the TeamMember object for the team member associated with the booking profile. |
Description | String | The description of the team member. |
DisplayName | String | The display name of the team member. |
IsBookable | Boolean | Indicates whether the team member can be booked through the Bookings API or the seller's online booking channel or site (true) or not (false). |
ProfileImageUrl | String | The URL of the team member's image for the bookings profile. |