GET api/analysis/townships/{townshipId}/property-analysis
Requires Authorization!
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
townshipId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CachedPropertyTaxAnalysisModelName | Description | Type | Additional information |
---|---|---|---|
PropertyAddressId | integer |
None. |
|
AddressFull | string |
None. |
|
FormattedPin | string |
None. |
|
PropertyImageUrl | string |
None. |
|
PropertyClass | string |
None. |
|
PropertyClassDescription | string |
None. |
|
PropertyTaxAnalysisType | string |
None. |
|
TownshipId | integer |
None. |
|
TownshipName | string |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Phone | string |
None. |
|
EmailAddress | string |
None. |
|
Pin | string |
None. |
|
Address | string |
None. |
|
City | string |
None. |
|
State | string |
None. |
|
Zip | string |
None. |
|
PurchasePrice | string |
None. |
|
PurchaseDate | string |
None. |
|
IsArmsLengthTransaction | string |
None. |
|
TaxAmount | decimal number |
None. |
|
FairTaxAmount | decimal number |
None. |
|
Overpayment | decimal number |
None. |
|
AvgDistance | string |
None. |
|
TotalComps | string |
None. |
|
IsMultiParcel | boolean |
None. |
|
NumYears | integer |
None. |
|
AssessmentUrl | string |
None. |
|
PropertyCardUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "propertyAddressId": 1, "addressFull": "sample string 2", "formattedPin": "sample string 3", "propertyImageUrl": "sample string 4", "propertyClass": "sample string 5", "propertyClassDescription": "sample string 6", "propertyTaxAnalysisType": "sample string 7", "townshipId": 8, "townshipName": "sample string 9", "firstName": "sample string 10", "lastName": "sample string 11", "phone": "sample string 12", "emailAddress": "sample string 13", "pin": "sample string 14", "address": "sample string 15", "city": "sample string 16", "state": "sample string 17", "zip": "sample string 18", "purchasePrice": "sample string 19", "purchaseDate": "sample string 20", "isArmsLengthTransaction": "sample string 21", "taxAmount": 22.0, "fairTaxAmount": 23.0, "overpayment": 24.0, "avgDistance": "sample string 25", "totalComps": "sample string 26", "isMultiParcel": true, "numYears": 28, "assessmentUrl": "sample string 29", "propertyCardUrl": "sample string 30" }, { "propertyAddressId": 1, "addressFull": "sample string 2", "formattedPin": "sample string 3", "propertyImageUrl": "sample string 4", "propertyClass": "sample string 5", "propertyClassDescription": "sample string 6", "propertyTaxAnalysisType": "sample string 7", "townshipId": 8, "townshipName": "sample string 9", "firstName": "sample string 10", "lastName": "sample string 11", "phone": "sample string 12", "emailAddress": "sample string 13", "pin": "sample string 14", "address": "sample string 15", "city": "sample string 16", "state": "sample string 17", "zip": "sample string 18", "purchasePrice": "sample string 19", "purchaseDate": "sample string 20", "isArmsLengthTransaction": "sample string 21", "taxAmount": 22.0, "fairTaxAmount": 23.0, "overpayment": 24.0, "avgDistance": "sample string 25", "totalComps": "sample string 26", "isMultiParcel": true, "numYears": 28, "assessmentUrl": "sample string 29", "propertyCardUrl": "sample string 30" } ]
text/html
Sample:
[{"propertyAddressId":1,"addressFull":"sample string 2","formattedPin":"sample string 3","propertyImageUrl":"sample string 4","propertyClass":"sample string 5","propertyClassDescription":"sample string 6","propertyTaxAnalysisType":"sample string 7","townshipId":8,"townshipName":"sample string 9","firstName":"sample string 10","lastName":"sample string 11","phone":"sample string 12","emailAddress":"sample string 13","pin":"sample string 14","address":"sample string 15","city":"sample string 16","state":"sample string 17","zip":"sample string 18","purchasePrice":"sample string 19","purchaseDate":"sample string 20","isArmsLengthTransaction":"sample string 21","taxAmount":22.0,"fairTaxAmount":23.0,"overpayment":24.0,"avgDistance":"sample string 25","totalComps":"sample string 26","isMultiParcel":true,"numYears":28,"assessmentUrl":"sample string 29","propertyCardUrl":"sample string 30"},{"propertyAddressId":1,"addressFull":"sample string 2","formattedPin":"sample string 3","propertyImageUrl":"sample string 4","propertyClass":"sample string 5","propertyClassDescription":"sample string 6","propertyTaxAnalysisType":"sample string 7","townshipId":8,"townshipName":"sample string 9","firstName":"sample string 10","lastName":"sample string 11","phone":"sample string 12","emailAddress":"sample string 13","pin":"sample string 14","address":"sample string 15","city":"sample string 16","state":"sample string 17","zip":"sample string 18","purchasePrice":"sample string 19","purchaseDate":"sample string 20","isArmsLengthTransaction":"sample string 21","taxAmount":22.0,"fairTaxAmount":23.0,"overpayment":24.0,"avgDistance":"sample string 25","totalComps":"sample string 26","isMultiParcel":true,"numYears":28,"assessmentUrl":"sample string 29","propertyCardUrl":"sample string 30"}]
application/xml, text/xml
Sample:
<ArrayOfCachedPropertyTaxAnalysisModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos"> <CachedPropertyTaxAnalysisModel> <Address>sample string 15</Address> <AddressFull>sample string 2</AddressFull> <AssessmentUrl>sample string 29</AssessmentUrl> <AvgDistance>sample string 25</AvgDistance> <City>sample string 16</City> <EmailAddress>sample string 13</EmailAddress> <FairTaxAmount>23</FairTaxAmount> <FirstName>sample string 10</FirstName> <FormattedPin>sample string 3</FormattedPin> <IsArmsLengthTransaction>sample string 21</IsArmsLengthTransaction> <IsMultiParcel>true</IsMultiParcel> <LastName>sample string 11</LastName> <NumYears>28</NumYears> <Overpayment>24</Overpayment> <Phone>sample string 12</Phone> <Pin>sample string 14</Pin> <PropertyAddressId>1</PropertyAddressId> <PropertyCardUrl>sample string 30</PropertyCardUrl> <PropertyClass>sample string 5</PropertyClass> <PropertyClassDescription>sample string 6</PropertyClassDescription> <PropertyImageUrl>sample string 4</PropertyImageUrl> <PropertyTaxAnalysisType>sample string 7</PropertyTaxAnalysisType> <PurchaseDate>sample string 20</PurchaseDate> <PurchasePrice>sample string 19</PurchasePrice> <State>sample string 17</State> <TaxAmount>22</TaxAmount> <TotalComps>sample string 26</TotalComps> <TownshipId>8</TownshipId> <TownshipName>sample string 9</TownshipName> <Zip>sample string 18</Zip> </CachedPropertyTaxAnalysisModel> <CachedPropertyTaxAnalysisModel> <Address>sample string 15</Address> <AddressFull>sample string 2</AddressFull> <AssessmentUrl>sample string 29</AssessmentUrl> <AvgDistance>sample string 25</AvgDistance> <City>sample string 16</City> <EmailAddress>sample string 13</EmailAddress> <FairTaxAmount>23</FairTaxAmount> <FirstName>sample string 10</FirstName> <FormattedPin>sample string 3</FormattedPin> <IsArmsLengthTransaction>sample string 21</IsArmsLengthTransaction> <IsMultiParcel>true</IsMultiParcel> <LastName>sample string 11</LastName> <NumYears>28</NumYears> <Overpayment>24</Overpayment> <Phone>sample string 12</Phone> <Pin>sample string 14</Pin> <PropertyAddressId>1</PropertyAddressId> <PropertyCardUrl>sample string 30</PropertyCardUrl> <PropertyClass>sample string 5</PropertyClass> <PropertyClassDescription>sample string 6</PropertyClassDescription> <PropertyImageUrl>sample string 4</PropertyImageUrl> <PropertyTaxAnalysisType>sample string 7</PropertyTaxAnalysisType> <PurchaseDate>sample string 20</PurchaseDate> <PurchasePrice>sample string 19</PurchasePrice> <State>sample string 17</State> <TaxAmount>22</TaxAmount> <TotalComps>sample string 26</TotalComps> <TownshipId>8</TownshipId> <TownshipName>sample string 9</TownshipName> <Zip>sample string 18</Zip> </CachedPropertyTaxAnalysisModel> </ArrayOfCachedPropertyTaxAnalysisModel>