POST api/IntegrationList/ScheduleUpdate

Patient Cancel and Reschedule Appointment

Request Information

URI Parameters

None.

Body Parameters

RescheduleAppointmentModel
NameDescriptionTypeAdditional 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-06-06T16:06:03.6805245+00:00",
  "Id": "636dd796-03d4-4f93-992e-0f138ee70c35",
  "RescheduleReason": "sample string 3",
  "Reason": "sample string 4",
  "ModifiedBy": "4bbb687c-abca-4f6d-a80f-cc70f1ac2c63",
  "ModifiedOn": "2025-06-06T16:06:03.6805245+00:00",
  "OldAppointmentOnUTC": "2025-06-06T16:06:03.6805245+00:00",
  "SecondaryAppointmentOn": "2025-06-06T16:06:03.6805245+00:00",
  "OldSecondaryAppointmentOnUTC": "2025-06-06T16:06:03.6805245+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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.