GET api/analysis/townships/{townshipId}/missing-exemptions
Requires Authorization!
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
townshipId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of MissingExemptionPropertyModelName | Description | Type | Additional information |
---|---|---|---|
Pin | string |
None. |
|
MaxHOYear | integer |
None. |
|
MaxHSYear | integer |
None. |
|
MaxSFRYear | integer |
None. |
|
PropertyAddressId | integer |
None. |
|
AddressFull | string |
None. |
|
FormattedPin | string |
None. |
|
PropertyImageUrl | string |
None. |
|
OwnerName | string |
None. |
|
Age | integer |
None. |
|
TaxRate | decimal number |
None. |
|
IsVeteran | boolean |
None. |
|
TownshipId | integer |
None. |
|
TownshipName | string |
None. |
|
PropertyClass | string |
None. |
|
PropertyClassDescription | string |
None. |
|
AssessmentUrl | string |
None. |
|
PropertyCardUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "pin": "sample string 1", "maxHOYear": 2, "maxHSYear": 3, "maxSFRYear": 4, "propertyAddressId": 5, "addressFull": "sample string 6", "formattedPin": "sample string 7", "propertyImageUrl": "sample string 8", "ownerName": "sample string 9", "age": 10, "taxRate": 11.0, "isVeteran": true, "townshipId": 13, "townshipName": "sample string 14", "propertyClass": "sample string 15", "propertyClassDescription": "sample string 16", "assessmentUrl": "sample string 17", "propertyCardUrl": "sample string 18" }, { "pin": "sample string 1", "maxHOYear": 2, "maxHSYear": 3, "maxSFRYear": 4, "propertyAddressId": 5, "addressFull": "sample string 6", "formattedPin": "sample string 7", "propertyImageUrl": "sample string 8", "ownerName": "sample string 9", "age": 10, "taxRate": 11.0, "isVeteran": true, "townshipId": 13, "townshipName": "sample string 14", "propertyClass": "sample string 15", "propertyClassDescription": "sample string 16", "assessmentUrl": "sample string 17", "propertyCardUrl": "sample string 18" } ]
text/html
Sample:
[{"pin":"sample string 1","maxHOYear":2,"maxHSYear":3,"maxSFRYear":4,"propertyAddressId":5,"addressFull":"sample string 6","formattedPin":"sample string 7","propertyImageUrl":"sample string 8","ownerName":"sample string 9","age":10,"taxRate":11.0,"isVeteran":true,"townshipId":13,"townshipName":"sample string 14","propertyClass":"sample string 15","propertyClassDescription":"sample string 16","assessmentUrl":"sample string 17","propertyCardUrl":"sample string 18"},{"pin":"sample string 1","maxHOYear":2,"maxHSYear":3,"maxSFRYear":4,"propertyAddressId":5,"addressFull":"sample string 6","formattedPin":"sample string 7","propertyImageUrl":"sample string 8","ownerName":"sample string 9","age":10,"taxRate":11.0,"isVeteran":true,"townshipId":13,"townshipName":"sample string 14","propertyClass":"sample string 15","propertyClassDescription":"sample string 16","assessmentUrl":"sample string 17","propertyCardUrl":"sample string 18"}]
application/xml, text/xml
Sample:
<ArrayOfMissingExemptionPropertyModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos"> <MissingExemptionPropertyModel> <AddressFull>sample string 6</AddressFull> <Age>10</Age> <AssessmentUrl>sample string 17</AssessmentUrl> <FormattedPin>sample string 7</FormattedPin> <IsVeteran>true</IsVeteran> <MaxHOYear>2</MaxHOYear> <MaxHSYear>3</MaxHSYear> <MaxSFRYear>4</MaxSFRYear> <OwnerName>sample string 9</OwnerName> <Pin>sample string 1</Pin> <PropertyAddressId>5</PropertyAddressId> <PropertyCardUrl>sample string 18</PropertyCardUrl> <PropertyClass>sample string 15</PropertyClass> <PropertyClassDescription>sample string 16</PropertyClassDescription> <PropertyImageUrl>sample string 8</PropertyImageUrl> <TaxRate>11</TaxRate> <TownshipId>13</TownshipId> <TownshipName>sample string 14</TownshipName> </MissingExemptionPropertyModel> <MissingExemptionPropertyModel> <AddressFull>sample string 6</AddressFull> <Age>10</Age> <AssessmentUrl>sample string 17</AssessmentUrl> <FormattedPin>sample string 7</FormattedPin> <IsVeteran>true</IsVeteran> <MaxHOYear>2</MaxHOYear> <MaxHSYear>3</MaxHSYear> <MaxSFRYear>4</MaxSFRYear> <OwnerName>sample string 9</OwnerName> <Pin>sample string 1</Pin> <PropertyAddressId>5</PropertyAddressId> <PropertyCardUrl>sample string 18</PropertyCardUrl> <PropertyClass>sample string 15</PropertyClass> <PropertyClassDescription>sample string 16</PropertyClassDescription> <PropertyImageUrl>sample string 8</PropertyImageUrl> <TaxRate>11</TaxRate> <TownshipId>13</TownshipId> <TownshipName>sample string 14</TownshipName> </MissingExemptionPropertyModel> </ArrayOfMissingExemptionPropertyModel>