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-03-21T22:05:33.3094197+00:00",
"Id": "90af937c-f179-43bc-a1c2-98fdb2088c68",
"RescheduleReason": "sample string 3",
"Reason": "sample string 4",
"ModifiedBy": "65a0f5ca-f0c6-4592-8d59-f1e02b012f75",
"ModifiedOn": "2026-03-21T22:05:33.3094197+00:00",
"OldAppointmentOnUTC": "2026-03-21T22:05:33.3094197+00:00",
"SecondaryAppointmentOn": "2026-03-21T22:05:33.3094197+00:00",
"OldSecondaryAppointmentOnUTC": "2026-03-21T22:05:33.3094197+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.