The AppointmentType object.
Name | Type | Description |
---|---|---|
id | UUID | A unique identifier. |
name | string | A name describing this AppointmentType. |
created_at | DateTime | The creation date of this object, in ISO 8601 format. |
length | integer | The expected duration of the appointment (in minutes). Must be at least 1. |
Example
{
"id": "98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6",
"name": "Dermatology",
"created_at": "2022-03-10T19:16:23.456Z",
"length": 30
}