PUT api/advisor/rescheduleappointment

Request Information

URI Parameters

None.

Body Parameters

RescheduleAppointmentViewModel
NameDescriptionTypeAdditional information
AppointmentId

integer

None.

ScheduledAt

date

None.

TimeZoneId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AppointmentId": 1,
  "ScheduledAt": "2024-09-19T22:30:17.9699884+00:00",
  "TimeZoneId": 3
}

application/xml, text/xml

Sample:
<RescheduleAppointmentViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Co.Kes.Data.ViewModels.CoKes.Appointment">
  <AppointmentId>1</AppointmentId>
  <ScheduledAt>2024-09-19T22:30:17.9699884+00:00</ScheduledAt>
  <TimeZoneId>3</TimeZoneId>
</RescheduleAppointmentViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.