GET api/county/{countyId}/townships/{townshipId}/condos/{pin10}/report-data
Use this method to retrieve condo analysis for a report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countyId |
County record id |
integer |
Required |
| townshipId |
Township record id |
integer |
Required |
| pin10 |
Pin 10 string |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Instance of CondoAssocTaxAnalysisReportReturnModel object
CondoAssocTaxAnalysisReportReturnModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FormattedPin10 | string |
None. |
|
| AddressFull | string |
None. |
|
| TownshipName | string |
None. |
|
| CountyName | string |
None. |
|
| StateName | string |
None. |
|
| Neighborhood | string |
None. |
|
| PropertyClass | string |
None. |
|
| PropertyImageUrl | string |
None. |
|
| UnitCount | integer |
None. |
|
| LandAreaSqFt | decimal number |
None. |
|
| BuildingAreaSqFt | decimal number |
None. |
|
| Age | integer |
None. |
|
| SalesCount | integer |
None. |
|
| TaxYear | integer |
None. |
|
| AssocLandAV | decimal number |
None. |
|
| AssocBuildingAV | decimal number |
None. |
|
| TotalAssocAV | decimal number |
None. |
|
| AssocLandMV | decimal number |
None. |
|
| AssocBuildingMV | decimal number |
None. |
|
| TotalAssocMV | decimal number |
None. |
|
| TotalConsiderationOfSales | decimal number |
None. |
|
| PercentageOfInterestOfUnitsSold | decimal number |
None. |
|
| FullValueOfUnitsAppealed | decimal number |
None. |
|
| FullAssessedValueOfUnitsAppealed | decimal number |
None. |
|
| AssocMVBasedOnSales | decimal number |
None. |
|
| AssocAVBasedONSales | decimal number |
None. |
|
| Units | Collection of CondoUnitReportModel |
None. |
|
| Sales | Collection of CondoUnitSaleReportModel |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.