POST Api/InsVPAppointment
Request Information
URI Parameters
None.
Body Parameters
InsVPAppointment_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| OwnershipUID | string |
None. |
|
| 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:
{
"OwnershipUID": "sample string 1",
"DtSlot": "2026-09-06T13:08:59.2036369+08:00",
"StartTime": "sample string 3",
"EndTime": "sample string 4",
"BookedByUserUID": "sample string 5",
"BookedBySource": 6,
"RescheduledFromUID": "sample string 7",
"Remark": "sample string 8",
"Condo": "sample string 9"
}
application/xml, text/xml
Sample:
<ApiController.InsVPAppointment_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRuma_WebService.Controllers"> <BookedBySource>6</BookedBySource> <BookedByUserUID>sample string 5</BookedByUserUID> <Condo>sample string 9</Condo> <DtSlot>2026-09-06T13:08:59.2036369+08:00</DtSlot> <EndTime>sample string 4</EndTime> <OwnershipUID>sample string 1</OwnershipUID> <Remark>sample string 8</Remark> <RescheduledFromUID>sample string 7</RescheduledFromUID> <StartTime>sample string 3</StartTime> </ApiController.InsVPAppointment_Request>
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.