POST api/search/pinData/{buildingID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
buildingID | integer |
Required |
Body Parameters
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
application/xml, text/xml
Sample:
<ArrayOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <int>1</int> <int>2</int> </ArrayOfint>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of UnitName | Description | Type | Additional information |
---|---|---|---|
Error | string |
None. |
|
UnitID | integer |
None. |
|
Name | string |
None. |
|
Rent | decimal number |
None. |
|
Vacant | boolean |
None. |
|
VacantIn60Days | boolean |
None. |
|
BedroomCount | integer |
None. |
|
BathroomCount | integer |
None. |
|
Amenities | Collection of string |
None. |
|
Accessibilities | Collection of string |
None. |
|
Photos | Collection of Photo |
None. |
|
FloorID | integer |
None. |
|
BuildingID | integer |
None. |
|
BuildingName | string |
None. |
|
PhotoBlobs | Collection of PhotoBlob |
None. |
|
LeaseExpirationDate | date |
None. |
|
SquareFootage | decimal number |
None. |
|
PaymentDueDate | string |
None. |
|
PaymentDetails | string |
None. |
|
MiscAmenities | string |
None. |
|
MiscAccessibilities | string |
None. |
|
Address | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
Longitude | decimal number |
None. |
|
Latitude | decimal number |
None. |
|
Tenant | UnitTenant |
None. |
|
BuildingAmenities | Collection of string |
None. |
|
BuildingAccessibilities | Collection of string |
None. |
|
BuildingPhoto | string |
None. |
|
Notes | string |
None. |
|
LastVacantDate | date |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.