v1

latestOpenAPI 3.1.02026-07-2649128242.2 KB
Schedule

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

activeboolean

Indicates whether this schedule is in active use

idstring nullable

Logical id of this artifact

resourceTypestring nullable

Resource Type

Example request

{
  "active": true
}

Response

Schedule resource created

activeboolean

Indicates whether this schedule is in active use

idstring nullable

Logical id of this artifact

resourceTypestring nullable

Resource Type

Example response

{
  "active": true
}