GET api/ProAgents/GetPropertiesByFilterV2
Request Information
URI Parameters
None.
Body Parameters
PropertyFilters| Name | Description | Type | Additional information |
|---|---|---|---|
| land_type | integer |
None. |
|
| state_code | string |
None. |
|
| country_code | string |
None. |
|
| search_by | Collection of AreasDeatails |
None. |
|
| property_type | string |
None. |
|
| min_price | integer |
None. |
|
| max_price | integer |
None. |
|
| sq_ft_lower | integer |
None. |
|
| sq_ft_higher | integer |
None. |
|
| bed_rooms | integer |
None. |
|
| furnished | string |
None. |
|
| tenure_type | string |
None. |
|
| bath_rooms | integer |
None. |
|
| car_parks | integer |
None. |
|
| state | string |
None. |
|
| area | string |
None. |
|
| TrxCurrency | string |
None. |
|
| for_advertiser | string |
None. |
|
| country | string |
None. |
|
| district | string |
None. |
|
| subArea | string |
None. |
|
| sale_type | string |
None. |
|
| sortType | integer |
None. |
|
| latitude | string |
None. |
|
| longitude | string |
None. |
|
| ProppyUserID | string |
None. |
|
| MemberID | string |
None. |
|
| AgentID | string |
None. |
|
| propertyAgentID | string |
None. |
|
| isVideoSearch | string |
None. |
|
| search | string |
None. |
|
| globalSearch | integer |
None. |
|
| page_limit | integer |
None. |
|
| page_no | integer |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"land_type": 1,
"state_code": "sample string 2",
"country_code": "sample string 3",
"search_by": [
{
"Code": "sample string 1",
"Name": "sample string 2",
"StateCode": "sample string 3",
"CountryCode": "sample string 4",
"Status": "sample string 5"
},
{
"Code": "sample string 1",
"Name": "sample string 2",
"StateCode": "sample string 3",
"CountryCode": "sample string 4",
"Status": "sample string 5"
}
],
"property_type": "sample string 4",
"min_price": 5,
"max_price": 6,
"sq_ft_lower": 7,
"sq_ft_higher": 8,
"bed_rooms": 9,
"furnished": "sample string 10",
"tenure_type": "sample string 11",
"bath_rooms": 12,
"car_parks": 13,
"state": "sample string 14",
"area": "sample string 15",
"TrxCurrency": "sample string 16",
"for_advertiser": "sample string 17",
"country": "sample string 18",
"district": "sample string 19",
"subArea": "sample string 20",
"sale_type": "sample string 21",
"sortType": 22,
"latitude": "sample string 23",
"longitude": "sample string 24",
"ProppyUserID": "sample string 25",
"MemberID": "sample string 26",
"AgentID": "sample string 27",
"propertyAgentID": "sample string 28",
"isVideoSearch": "sample string 29",
"search": "sample string 30",
"globalSearch": 31,
"page_limit": 32,
"page_no": 33,
"Status": 34
}
application/xml, text/xml
Sample:
<PropertyFilters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Proffice.Proffice.Models">
<AgentID>sample string 27</AgentID>
<MemberID>sample string 26</MemberID>
<ProppyUserID>sample string 25</ProppyUserID>
<Status>34</Status>
<TrxCurrency>sample string 16</TrxCurrency>
<area>sample string 15</area>
<bath_rooms>12</bath_rooms>
<bed_rooms>9</bed_rooms>
<car_parks>13</car_parks>
<country>sample string 18</country>
<country_code>sample string 3</country_code>
<district>sample string 19</district>
<for_advertiser>sample string 17</for_advertiser>
<furnished>sample string 10</furnished>
<globalSearch>31</globalSearch>
<isVideoSearch>sample string 29</isVideoSearch>
<land_type>1</land_type>
<latitude>sample string 23</latitude>
<longitude>sample string 24</longitude>
<max_price>6</max_price>
<min_price>5</min_price>
<page_limit>32</page_limit>
<page_no>33</page_no>
<propertyAgentID>sample string 28</propertyAgentID>
<property_type>sample string 4</property_type>
<sale_type>sample string 21</sale_type>
<search>sample string 30</search>
<search_by>
<AreasDeatails>
<Code>sample string 1</Code>
<CountryCode>sample string 4</CountryCode>
<Name>sample string 2</Name>
<StateCode>sample string 3</StateCode>
<Status>sample string 5</Status>
</AreasDeatails>
<AreasDeatails>
<Code>sample string 1</Code>
<CountryCode>sample string 4</CountryCode>
<Name>sample string 2</Name>
<StateCode>sample string 3</StateCode>
<Status>sample string 5</Status>
</AreasDeatails>
</search_by>
<sortType>22</sortType>
<sq_ft_higher>8</sq_ft_higher>
<sq_ft_lower>7</sq_ft_lower>
<state>sample string 14</state>
<state_code>sample string 2</state_code>
<subArea>sample string 20</subArea>
<tenure_type>sample string 11</tenure_type>
</PropertyFilters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |