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": "2026-02-03T09:32:23.0515115+00:00",
"Id": "4bbcde9b-a7d1-49bc-b320-f3a272cc12ed",
"RescheduleReason": "sample string 3",
"Reason": "sample string 4",
"ModifiedBy": "d303315f-f704-4eb7-9c1a-ca0b302dbf2b",
"ModifiedOn": "2026-02-03T09:32:23.0515115+00:00",
"OldAppointmentOnUTC": "2026-02-03T09:32:23.0515115+00:00",
"SecondaryAppointmentOn": "2026-02-03T09:32:23.0515115+00:00",
"OldSecondaryAppointmentOnUTC": "2026-02-03T09:32:23.0515115+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.