POST API/TRForm/RoomTypeSearch
Request Information
URI Parameters
None.
Body Parameters
RoomTypeSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| checkInDate | string |
None. |
|
| checkOutDate | string |
None. |
|
| finalGrade | string |
None. |
|
| clientId | integer |
None. |
|
| singleCount | integer |
None. |
|
| doubleCount | integer |
None. |
|
| propertyId | integer |
None. |
|
| pType | string |
None. |
|
| CityId | integer |
None. |
|
| propertyName | string |
None. |
|
| starRating | string |
None. |
|
| roomTypeImg | string |
None. |
|
| propertaddress | string |
None. |
|
| locality | string |
None. |
|
| ChkInTime | string |
None. |
|
| ChkOutTime | string |
None. |
|
| latitude | string |
None. |
|
| longitude | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"checkInDate": "sample string 1",
"checkOutDate": "sample string 2",
"finalGrade": "sample string 3",
"clientId": 4,
"singleCount": 5,
"doubleCount": 6,
"propertyId": 7,
"pType": "sample string 8",
"CityId": 9,
"propertyName": "sample string 10",
"starRating": "sample string 11",
"roomTypeImg": "sample string 12",
"propertaddress": "sample string 13",
"locality": "sample string 14",
"ChkInTime": "sample string 15",
"ChkOutTime": "sample string 16",
"latitude": "sample string 17",
"longitude": "sample string 18"
}
application/xml, text/xml
Sample:
<RoomTypeSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewTrformAPI.Models"> <ChkInTime>sample string 15</ChkInTime> <ChkOutTime>sample string 16</ChkOutTime> <CityId>9</CityId> <checkInDate>sample string 1</checkInDate> <checkOutDate>sample string 2</checkOutDate> <clientId>4</clientId> <doubleCount>6</doubleCount> <finalGrade>sample string 3</finalGrade> <latitude>sample string 17</latitude> <locality>sample string 14</locality> <longitude>sample string 18</longitude> <pType>sample string 8</pType> <propertaddress>sample string 13</propertaddress> <propertyId>7</propertyId> <propertyName>sample string 10</propertyName> <roomTypeImg>sample string 12</roomTypeImg> <singleCount>5</singleCount> <starRating>sample string 11</starRating> </RoomTypeSearch>
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.