AppointmentStatusModel
Model used to retrieve or set information about an appointment status.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
Name of the appointment status (Required). |
string |
None. |
| IsCanceled |
Indicates whether the appointment status is canceled or not. |
boolean |
None. |
| IsRescheduled |
Indicates whether the appointment status is rescheduled or not. |
boolean |
None. |
| IsConfirmed |
Indicates whether the appointment status is confirmed or not. |
boolean |
None. |
| IsCheckedOut |
Indicates whether the appointment status is checked out or not. |
boolean |
None. |
| IsCheckIn |
Indicates whether the appointment status is checked in or not. |
boolean |
None. |
| Id |
Unique ID of the model in the portal (Read only). |
globally unique identifier |
None. |
| ExternalId |
Unique ID of the model on integrating system (Required). |
string |
None. |