AppointmentUpdateModel
Model used to retrieve information about appointment changes made through communications.
| Name | Description | Type | Additional information |
|---|---|---|---|
| AppointmentUpdateID |
Unique ID of the model. ID belongs to the appoinment. |
globally unique identifier |
None. |
| AppointmentExternalID |
Appointment's unique ID on integrating system. |
string |
None. |
| UpdateStatusTo |
Status of the appointment updated request. The possible values are: 'Canceled', 'Confirmed', 'LeftMessage' (only for voice), 'UnableToReach' (only for voice) |
string |
None. |
| Method |
Communication method of the appointment updated request. Possible values are: 'Email', 'Sms', 'Voice'. |
string |
None. |