AppointmentTypeModel
Model used to retrieve or set information about an appointment type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Name of the appointment type (Required). |
string |
None. |
| IsTelemedicine |
Indicates whether the appointment type is telemedicine or not. |
boolean |
None. |
| PortalCreated |
Portal created date of the appointment type. |
date |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
string |
None. |
| ExternalId |
Unique ID of the model in the integrating system (Required). |
string |
None. |