POST API/TRForm/RoomTypeSearchSBE
Request Information
URI Parameters
None.
Body Parameters
RoomTypeSearchSBE| 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. |
|
| RatePlanType | string |
None. |
|
| HotelCode | string |
None. |
|
| CodeContext | string |
None. |
|
| RatePlan_Flg | boolean |
None. |
|
| RatePlanCode | string |
None. |
|
| propertyPhone | 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",
"RatePlanType": "sample string 19",
"HotelCode": "sample string 20",
"CodeContext": "sample string 21",
"RatePlan_Flg": true,
"RatePlanCode": "sample string 23",
"propertyPhone": "sample string 24"
}
application/xml, text/xml
Sample:
<RoomTypeSearchSBE 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> <CodeContext>sample string 21</CodeContext> <HotelCode>sample string 20</HotelCode> <RatePlanCode>sample string 23</RatePlanCode> <RatePlanType>sample string 19</RatePlanType> <RatePlan_Flg>true</RatePlan_Flg> <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> <propertyPhone>sample string 24</propertyPhone> <roomTypeImg>sample string 12</roomTypeImg> <singleCount>5</singleCount> <starRating>sample string 11</starRating> </RoomTypeSearchSBE>
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.