POST api/Appointment/update
Request Information
URI Parameters
None.
Body Parameters
InUpdateAppointmentDetailName | Description | Type | Additional information |
---|---|---|---|
AppointmentId | string |
None. |
|
Name | string |
None. |
|
string |
None. |
||
ContactNo | string |
None. |
|
Nationality | string |
None. |
|
LeaseType | string |
None. |
|
Industry | string |
None. |
|
Occupation | string |
None. |
|
NoOfOccupantAdult | integer |
None. |
|
NoOfOccupantChild | integer |
None. |
|
DateMoveInEstimated | date |
None. |
|
DateMoveInEstimatedEnd | date |
None. |
|
DateAppointmentStart | date |
None. |
|
DateAppointmentEnd | date |
None. |
|
PhotoMediaId | string |
None. |
|
VideoMediaId | string |
None. |
|
Comment | string |
None. |
|
Remarks | string |
None. |
|
ModeOfPurchase | string |
None. |
|
Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "AppointmentId": "sample string 1", "Name": "sample string 2", "Email": "sample string 3", "ContactNo": "sample string 4", "Nationality": "sample string 5", "LeaseType": "sample string 6", "Industry": "sample string 7", "Occupation": "sample string 8", "NoOfOccupantAdult": 1, "NoOfOccupantChild": 1, "DateMoveInEstimated": "2025-05-10T04:23:21.187997+08:00", "DateMoveInEstimatedEnd": "2025-05-10T04:23:21.187997+08:00", "DateAppointmentStart": "2025-05-10T04:23:21.187997+08:00", "DateAppointmentEnd": "2025-05-10T04:23:21.187997+08:00", "PhotoMediaId": "sample string 9", "VideoMediaId": "sample string 10", "Comment": "sample string 11", "Remarks": "sample string 12", "ModeOfPurchase": "sample string 13", "Type": "sample string 14" }
application/xml, text/xml
Sample:
<Appointments.InUpdateAppointmentDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.EZTOneApp.Services.Models.ApiModels"> <AppointmentId>sample string 1</AppointmentId> <Comment>sample string 11</Comment> <ContactNo>sample string 4</ContactNo> <DateAppointmentEnd>2025-05-10T04:23:21.187997+08:00</DateAppointmentEnd> <DateAppointmentStart>2025-05-10T04:23:21.187997+08:00</DateAppointmentStart> <DateMoveInEstimated>2025-05-10T04:23:21.187997+08:00</DateMoveInEstimated> <DateMoveInEstimatedEnd>2025-05-10T04:23:21.187997+08:00</DateMoveInEstimatedEnd> <Email>sample string 3</Email> <Industry>sample string 7</Industry> <LeaseType>sample string 6</LeaseType> <ModeOfPurchase>sample string 13</ModeOfPurchase> <Name>sample string 2</Name> <Nationality>sample string 5</Nationality> <NoOfOccupantAdult>1</NoOfOccupantAdult> <NoOfOccupantChild>1</NoOfOccupantChild> <Occupation>sample string 8</Occupation> <PhotoMediaId>sample string 9</PhotoMediaId> <Remarks>sample string 12</Remarks> <Type>sample string 14</Type> <VideoMediaId>sample string 10</VideoMediaId> </Appointments.InUpdateAppointmentDetail>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.