POST api/list/property/polygon?pageSize={pageSize}&pageNumber={pageNumber}
Searches for properties that are within a polygon
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageSize |
How many properties to show per page |
integer |
Default value is 20 |
pageNumber |
Page number |
integer |
Default value is 1 |
Body Parameters
List of points that make a polygon
Collection of Dezrez.Core.DataContracts.External.Api.Location.Query.PointDataContractName | Description | Type | Additional information |
---|---|---|---|
Latitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
|
Altitude | decimal number |
None. |
|
Order | integer |
None. |
|
Id | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[ { "Latitude": 1.1, "Longitude": 2.1, "Altitude": 3.1, "Order": 4, "Id": 5 }, { "Latitude": 1.1, "Longitude": 2.1, "Altitude": 3.1, "Order": 4, "Id": 5 } ]
Response Information
Resource Description
PagedCollectionDataContractOfDezrez.Core.DataContracts.External.Api.Lists.Property.PropertyListDataContractName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
CurrentCount | integer |
None. |
|
PageSize | integer |
None. |
|
PageNumber | integer |
None. |
|
Collection | Collection of Dezrez.Core.DataContracts.External.Api.Lists.Property.PropertyListDataContract |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.