AppointmentType Data Type

Appointment type.

Properties
name data type description
slots number Returns the no. of slots the appointment type occupies.
Properties inherited from Resource
id number Returns the entity identifier.
name string Returns the entity name.

Example

{
  "slots" : 12345,
  "id" : 12345,
  "name" : "..."
}