Add guest to waitlist

The purpose of the API is to add a guest to the waitlist.

Request object

JsonPropertyData TypeDescription
waitlistListList of WaitlistV2 objects
errorAPIV2ErrorModel (nullable)Error information (nullable)
waitlist_group_idstringWaitlist group ID
services_infoListList of service details
guest_infoWaitlistDetailsInfoGuest information
date_rangesListList of date and time ranges
child_waitlists (nullable)List (nullable)List of child waitlist details (nullable)
created_dateDateTimeDate and time of creation
request_numberintRequest number
commentsstringComments or additional information
idstringService ID
namestringService name
waitlist_id (nullable)Guid? (nullable)Waitlist ID (nullable)
service_recurrence_idstringService recurrence ID
requested_therapist_optionsListList of requested therapist details
void (nullable)bool? (nullable)Void information (nullable)
start_timestringStart time of a date and time range
end_timestringEnd time of a date and time range
start_dateDateTimeStart date of a date and time range
end_dateDateTimeEnd date of a date and time range
recurrence_idstringRecurrence ID
ReceivedFirstInLineNotififcation (nullable)bool? (nullable)Received first-in-line notification (nullable)
Id (WaitlistTherapistDetails)Guid?Therapist ID
first_name (WaitlistTherapistDetails)stringTherapist's first name
last_name (WaitlistTherapistDetails)stringTherapist's last name
nick_name (WaitlistTherapistDetails)stringTherapist's nickname
requested_type (WaitlistTherapistDetails)WaitlistTherapistRequestType?Requested therapist type (nullable)
void (WaitlistTherapistDetails, nullable)bool? (nullable)Void information for therapist (nullable)

Response object

JsonPropertyData TypeDescription
waitlistListList of WaitlistV2 objects
errorAPIV2ErrorModel (nullable)Error information (nullable)
waitlist_group_idstringWaitlist group ID
services_infoListList of service details
guest_infoWaitlistDetailsInfoGuest information
date_rangesListList of date and time ranges
child_waitlists (nullable)List (nullable)List of child waitlist details (nullable)
created_dateDateTimeDate and time of creation
request_numberintRequest number
commentsstringComments or additional information
idstringService ID
namestringService name
waitlist_id (nullable)Guid? (nullable)Waitlist ID (nullable)
service_recurrence_idstringService recurrence ID
requested_therapist_optionsListList of requested therapist details
void (nullable)bool? (nullable)Void information (nullable)
start_timestringStart time of a date and time range
end_timestringEnd time of a date and time range
start_dateDateTimeStart date of a date and time range
end_dateDateTimeEnd date of a date and time range
recurrence_idstringRecurrence ID
ReceivedFirstInLineNotififcation (nullable)bool? (nullable)Received first-in-line notification (nullable)
Id (WaitlistTherapistDetails)Guid?Therapist ID
first_name (WaitlistTherapistDetails)stringTherapist's first name
last_name (WaitlistTherapistDetails)stringTherapist's last name
nick_name (WaitlistTherapistDetails)stringTherapist's nickname
requested_type (WaitlistTherapistDetails)WaitlistTherapistRequestType?Requested therapist type (nullable)
void (WaitlistTherapistDetails, nullable)bool? (nullable)Void information for therapist (nullable)
Language
Authorization
Header
Click Try It! to start a request and see the response here!