PUT api/advisor/rescheduleappointment
Request Information
URI Parameters
None.
Body Parameters
RescheduleAppointmentViewModelName | Description | Type | Additional information |
---|---|---|---|
AppointmentId | integer |
None. |
|
ScheduledAt | date |
None. |
|
TimeZoneId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppointmentId": 1, "ScheduledAt": "2025-04-04T02:18:43.978418+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>2025-04-04T02:18:43.978418+00:00</ScheduledAt> <TimeZoneId>3</TimeZoneId> </RescheduleAppointmentViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.