AppointmentRequestReasonModel
Model used to retrieve or set information about an appointment request reason.
| Name | Description | Type | Additional information |
|---|---|---|---|
| InternalId |
ID of the appointment request reason. |
globally unique identifier |
None. |
| AccountId |
Account's unique identifier. |
globally unique identifier |
None. |
| Name |
Name of appointment request reason. |
string |
None. |
| AppliesToNewPatients |
Indicates whether the appointment request reason applies to new patient or not. |
boolean |
None. |
| AppliesToExistentPatients |
Indicates whether the appointment request reason applies to existen patient or not. |
boolean |
None. |
| IsLogicalDeleted |
Indicates whether the appointment request reason is logical deleted or not. |
boolean |
None. |
| SlotDuration |
Estimated time for an appointment with this reason. |
integer |
None. |
| Changed |
Result of reason whether changed or no. |
boolean |
None. |
| Active |
Indicates whether the appointment request reason is active or not. |
boolean |
None. |
| LastChanged |
Timestamp value of the last modification. |
string |
None. |