v1
latestOpenAPI 3.1.02026-07-2649128242.2 KBSchedule
Create Schedule
Schedule resources provide a container for time-slots that can be booked using an appointment. It provides the window of time (period) that slots are defined for and what type of appointments can be booked.
post/main/Schedule
Request body
Example request
{
"active": true
}Response
Schedule resource created
Example response
{
"active": true
}