POST GodrejPropertySearch/Search
Request Information
URI Parameters
None.
Body Parameters
SearchData| Name | Description | Type | Additional information |
|---|---|---|---|
| checkInDate | string |
None. |
|
| checkOutDate | string |
None. |
|
| Latitude | string |
None. |
|
| Longitude | string |
None. |
|
| ClientId | string |
None. |
|
| PropertyId | string |
None. |
|
| GuestIds | string |
None. |
|
| SingleCount | integer |
None. |
|
| DoubleCount | integer |
None. |
|
| Grade | string |
None. |
|
| Grade2 | string |
None. |
|
| Gender | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"checkInDate": "sample string 1",
"checkOutDate": "sample string 2",
"Latitude": "sample string 3",
"Longitude": "sample string 4",
"ClientId": "sample string 5",
"PropertyId": "sample string 6",
"GuestIds": "sample string 7",
"SingleCount": 8,
"DoubleCount": 9,
"Grade": "sample string 10",
"Grade2": "sample string 11",
"Gender": "sample string 12"
}
application/xml, text/xml
Sample:
<SearchData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HB_TR_API.Models"> <ClientId>sample string 5</ClientId> <DoubleCount>9</DoubleCount> <Gender>sample string 12</Gender> <Grade>sample string 10</Grade> <Grade2>sample string 11</Grade2> <GuestIds>sample string 7</GuestIds> <Latitude>sample string 3</Latitude> <Longitude>sample string 4</Longitude> <PropertyId>sample string 6</PropertyId> <SingleCount>8</SingleCount> <checkInDate>sample string 1</checkInDate> <checkOutDate>sample string 2</checkOutDate> </SearchData>
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.