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-05-06T13:32:24.4472035+00:00",
"Id": "d6b0957c-a29a-41b5-970a-0616b853ea3e",
"RescheduleReason": "sample string 3",
"Reason": "sample string 4",
"ModifiedBy": "b48e1b91-3582-4ab9-a491-379db73e9c20",
"ModifiedOn": "2026-05-06T13:32:24.4482025+00:00",
"OldAppointmentOnUTC": "2026-05-06T13:32:24.4482025+00:00",
"SecondaryAppointmentOn": "2026-05-06T13:32:24.4482025+00:00",
"OldSecondaryAppointmentOnUTC": "2026-05-06T13:32:24.4482025+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.