POST api/IntegrationList/ScheduleUpdate
Patient Cancel and Reschedule Appointment
Request Information
URI Parameters
None.
Body Parameters
RescheduleAppointmentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AppointmentOn | date |
None. |
|
| Id | globally unique identifier |
None. |
|
| RescheduleReason | string |
None. |
|
| Reason | string |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| OldAppointmentOnUTC | date |
None. |
|
| SecondaryAppointmentOn | date |
None. |
|
| OldSecondaryAppointmentOnUTC | date |
None. |
|
| PortalType | string |
None. |
|
| Location | string |
None. |
|
| MethodId | integer |
None. |
|
| StatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppointmentOn": "2025-12-16T09:11:57.8091539+00:00",
"Id": "75bf0e39-dcf9-4c00-88fe-559ca7fca667",
"RescheduleReason": "sample string 3",
"Reason": "sample string 4",
"ModifiedBy": "48186155-ac5b-49e0-b3eb-c02962e4f06b",
"ModifiedOn": "2025-12-16T09:11:57.8091539+00:00",
"OldAppointmentOnUTC": "2025-12-16T09:11:57.8091539+00:00",
"SecondaryAppointmentOn": "2025-12-16T09:11:57.8091539+00:00",
"OldSecondaryAppointmentOnUTC": "2025-12-16T09:11:57.8091539+00:00",
"PortalType": "sample string 5",
"Location": "sample string 6",
"MethodId": 7,
"StatusId": 8
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Schedule
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.