Name | Type | Description |
---|
available_times | object | An object containing the information of available_times. |
first_available_times | object | An object containing details of the employees who are available first. |
available_times_by_guest | object | An object containing details of employee available times based on guests' availability. |
Name | Type | Description |
---|
employee | object | Object containing the employee details. |
id | guid | Unique identifier of the employee. |
display_name | string | Name of the employee. |
gender | string | Gender of the employee. F - Female, M - Male. |
start_time | date&time | This is the available time of the employee. |
Name | Type | Description |
---|
employee | object | Object containing the employee details. |
id | guid | Unique identifier of the employee. |
display_name | string | Name of the employee. |
gender | string | Gender of the employee. F - Female, M - Male. |
start_time | date&time | This is the available time of the employee. |
Name | Type | Description |
---|
start_time | date&time | This is the available time of the employee. |
Message | Code | Description |
---|
One or more therapists are not available | GE437 | When the employee's catalog or kiosk is not enabled. |
One or more therapists are not available | GE437 | When the employee's available time falls outside the online hours and online hours parameter is true. |
Invalid center id | GE502 | When the entered center_id is invalid. |
Request cannot be empty | GE503 | When the request object is "NULL". |