POST Api/RescheduleVPAppointment

Request Information

URI Parameters

None.

Body Parameters

RescheduleVPAppointment_Request
NameDescriptionTypeAdditional information
DtSlot

date

None.

StartTime

string

None.

EndTime

string

None.

BookedByUserUID

string

None.

BookedBySource

integer

None.

RescheduledFromUID

string

None.

Remark

string

None.

Condo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DtSlot": "2026-09-06T13:08:59.3754979+08:00",
  "StartTime": "sample string 1",
  "EndTime": "sample string 2",
  "BookedByUserUID": "sample string 3",
  "BookedBySource": 4,
  "RescheduledFromUID": "sample string 5",
  "Remark": "sample string 6",
  "Condo": "sample string 7"
}

application/xml, text/xml

Sample:
<ApiController.RescheduleVPAppointment_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRuma_WebService.Controllers">
  <BookedBySource>4</BookedBySource>
  <BookedByUserUID>sample string 3</BookedByUserUID>
  <Condo>sample string 7</Condo>
  <DtSlot>2026-09-06T13:08:59.3754979+08:00</DtSlot>
  <EndTime>sample string 2</EndTime>
  <Remark>sample string 6</Remark>
  <RescheduledFromUID>sample string 5</RescheduledFromUID>
  <StartTime>sample string 1</StartTime>
</ApiController.RescheduleVPAppointment_Request>

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.