The AppointmentType object

The AppointmentType object.

NameTypeDescription
idUUIDA unique identifier.
namestringA name describing this AppointmentType.
created_atDateTimeThe creation date of this object, in ISO 8601 format.
lengthintegerThe 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
}