GET api/properties/{propertyAddressId}/exemptions/history?historicalYearInterval={historicalYearInterval}

This method will retrieve property exemptions historical data for a specific property and x number of history years.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyAddressId

Property Address Id

integer

Required

historicalYearInterval

Historical number of years to retrieve data for

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

Collection of

Collection of PropertyExemptionPo
NameDescriptionTypeAdditional information
ExemptionName

string

None.

ExemptionResponse

string

None.

TaxRegionName

string

None.

ExemptionAmount

decimal number

None.

Id

integer

None.

Pin

string

Max length: 14

ReceivedDate

date

None.

TaxYear

integer

None.

Eav

integer

None.

EavReduction

integer

None.

ExemptionId

integer

None.

ExemptionResponseId

integer

None.

TaxRegionId

integer

None.

Exemption

Exemption

None.

ExemptionResponse

ExemptionResponse

None.

TaxRegion

TaxRegion

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "exemptionName": "sample string 1",
    "exemptionResponse": "sample string 2",
    "taxRegionName": "sample string 3",
    "exemptionAmount": 1.0,
    "id": 4,
    "pin": "sample string 5",
    "receivedDate": "2025-05-20T16:54:33.6746454-05:00",
    "taxYear": 6,
    "eav": 1,
    "eavReduction": 1,
    "exemptionId": 7,
    "exemptionResponseId": 8,
    "taxRegionId": 9,
    "exemption": {
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "isPrimaryResidence": true,
      "isInvestment": true,
      "isSecondHome": true,
      "retroactiveYearCount": 7,
      "canApplyRetroactively": true,
      "shouldReapplyEveryYear": true,
      "incomeLimit": 1.0,
      "applicationUrl": "sample string 10",
      "ageLimit": 1,
      "isActive": true,
      "eavReductionLimit": 1,
      "requireAppeal": true,
      "isPurchaseYearRequired": true,
      "isDisabilityYearRequired": true,
      "isReturnFromServiceYearRequired": true,
      "isHomeImprovementYearRequired": true,
      "marketValueIncreaseLimit": 1.0,
      "type": "sample string 17",
      "countyId": 18,
      "county": {
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "appealProcessDescription": "sample string 4",
        "fipsCode": "sample string 5",
        "established": 1,
        "population": 1,
        "shapeArea": 1.1,
        "shapeLen": 1.1,
        "geom": "sample string 6",
        "pinFormat": "sample string 7",
        "propertyImageUrl": "sample string 8",
        "appealYearIncrement": 9,
        "taxPaymentYearIncrement": 10,
        "reassessmentCycleInYears": 11,
        "landArea": 12.1,
        "waterArea": 13.1,
        "reassessmentDescription": "sample string 14",
        "exemptionRefundPeriodInYears": 15,
        "assessorScheduleUrl": "sample string 16",
        "borScheduleUrl": "sample string 17",
        "stateId": 18,
        "isSupported": true,
        "assessmentPageUrl": "sample string 20",
        "propertyCardPageUrl": "sample string 21",
        "state": {
          "id": 1,
          "name": "sample string 2",
          "shortName": "sample string 3",
          "geom": "sample string 4",
          "isTerritory": true,
          "landArea": 6.1,
          "waterArea": 7.1
        }
      }
    },
    "taxRegion": {
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "abbrv": "sample string 4",
      "countyId": 5,
      "county": {
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "appealProcessDescription": "sample string 4",
        "fipsCode": "sample string 5",
        "established": 1,
        "population": 1,
        "shapeArea": 1.1,
        "shapeLen": 1.1,
        "geom": "sample string 6",
        "pinFormat": "sample string 7",
        "propertyImageUrl": "sample string 8",
        "appealYearIncrement": 9,
        "taxPaymentYearIncrement": 10,
        "reassessmentCycleInYears": 11,
        "landArea": 12.1,
        "waterArea": 13.1,
        "reassessmentDescription": "sample string 14",
        "exemptionRefundPeriodInYears": 15,
        "assessorScheduleUrl": "sample string 16",
        "borScheduleUrl": "sample string 17",
        "stateId": 18,
        "isSupported": true,
        "assessmentPageUrl": "sample string 20",
        "propertyCardPageUrl": "sample string 21",
        "state": {
          "id": 1,
          "name": "sample string 2",
          "shortName": "sample string 3",
          "geom": "sample string 4",
          "isTerritory": true,
          "landArea": 6.1,
          "waterArea": 7.1
        }
      }
    }
  },
  {
    "exemptionName": "sample string 1",
    "exemptionResponse": "sample string 2",
    "taxRegionName": "sample string 3",
    "exemptionAmount": 1.0,
    "id": 4,
    "pin": "sample string 5",
    "receivedDate": "2025-05-20T16:54:33.6746454-05:00",
    "taxYear": 6,
    "eav": 1,
    "eavReduction": 1,
    "exemptionId": 7,
    "exemptionResponseId": 8,
    "taxRegionId": 9,
    "exemption": {
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "isPrimaryResidence": true,
      "isInvestment": true,
      "isSecondHome": true,
      "retroactiveYearCount": 7,
      "canApplyRetroactively": true,
      "shouldReapplyEveryYear": true,
      "incomeLimit": 1.0,
      "applicationUrl": "sample string 10",
      "ageLimit": 1,
      "isActive": true,
      "eavReductionLimit": 1,
      "requireAppeal": true,
      "isPurchaseYearRequired": true,
      "isDisabilityYearRequired": true,
      "isReturnFromServiceYearRequired": true,
      "isHomeImprovementYearRequired": true,
      "marketValueIncreaseLimit": 1.0,
      "type": "sample string 17",
      "countyId": 18,
      "county": {
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "appealProcessDescription": "sample string 4",
        "fipsCode": "sample string 5",
        "established": 1,
        "population": 1,
        "shapeArea": 1.1,
        "shapeLen": 1.1,
        "geom": "sample string 6",
        "pinFormat": "sample string 7",
        "propertyImageUrl": "sample string 8",
        "appealYearIncrement": 9,
        "taxPaymentYearIncrement": 10,
        "reassessmentCycleInYears": 11,
        "landArea": 12.1,
        "waterArea": 13.1,
        "reassessmentDescription": "sample string 14",
        "exemptionRefundPeriodInYears": 15,
        "assessorScheduleUrl": "sample string 16",
        "borScheduleUrl": "sample string 17",
        "stateId": 18,
        "isSupported": true,
        "assessmentPageUrl": "sample string 20",
        "propertyCardPageUrl": "sample string 21",
        "state": {
          "id": 1,
          "name": "sample string 2",
          "shortName": "sample string 3",
          "geom": "sample string 4",
          "isTerritory": true,
          "landArea": 6.1,
          "waterArea": 7.1
        }
      }
    },
    "taxRegion": {
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "abbrv": "sample string 4",
      "countyId": 5,
      "county": {
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "appealProcessDescription": "sample string 4",
        "fipsCode": "sample string 5",
        "established": 1,
        "population": 1,
        "shapeArea": 1.1,
        "shapeLen": 1.1,
        "geom": "sample string 6",
        "pinFormat": "sample string 7",
        "propertyImageUrl": "sample string 8",
        "appealYearIncrement": 9,
        "taxPaymentYearIncrement": 10,
        "reassessmentCycleInYears": 11,
        "landArea": 12.1,
        "waterArea": 13.1,
        "reassessmentDescription": "sample string 14",
        "exemptionRefundPeriodInYears": 15,
        "assessorScheduleUrl": "sample string 16",
        "borScheduleUrl": "sample string 17",
        "stateId": 18,
        "isSupported": true,
        "assessmentPageUrl": "sample string 20",
        "propertyCardPageUrl": "sample string 21",
        "state": {
          "id": 1,
          "name": "sample string 2",
          "shortName": "sample string 3",
          "geom": "sample string 4",
          "isTerritory": true,
          "landArea": 6.1,
          "waterArea": 7.1
        }
      }
    }
  }
]

text/html

Sample:
[{"exemptionName":"sample string 1","exemptionResponse":"sample string 2","taxRegionName":"sample string 3","exemptionAmount":1.0,"id":4,"pin":"sample string 5","receivedDate":"2025-05-20T16:54:33.6746454-05:00","taxYear":6,"eav":1,"eavReduction":1,"exemptionId":7,"exemptionResponseId":8,"taxRegionId":9,"exemption":{"id":1,"name":"sample string 2","description":"sample string 3","isPrimaryResidence":true,"isInvestment":true,"isSecondHome":true,"retroactiveYearCount":7,"canApplyRetroactively":true,"shouldReapplyEveryYear":true,"incomeLimit":1.0,"applicationUrl":"sample string 10","ageLimit":1,"isActive":true,"eavReductionLimit":1,"requireAppeal":true,"isPurchaseYearRequired":true,"isDisabilityYearRequired":true,"isReturnFromServiceYearRequired":true,"isHomeImprovementYearRequired":true,"marketValueIncreaseLimit":1.0,"type":"sample string 17","countyId":18,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}}},"taxRegion":{"id":1,"name":"sample string 2","description":"sample string 3","abbrv":"sample string 4","countyId":5,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}}}},{"exemptionName":"sample string 1","exemptionResponse":"sample string 2","taxRegionName":"sample string 3","exemptionAmount":1.0,"id":4,"pin":"sample string 5","receivedDate":"2025-05-20T16:54:33.6746454-05:00","taxYear":6,"eav":1,"eavReduction":1,"exemptionId":7,"exemptionResponseId":8,"taxRegionId":9,"exemption":{"id":1,"name":"sample string 2","description":"sample string 3","isPrimaryResidence":true,"isInvestment":true,"isSecondHome":true,"retroactiveYearCount":7,"canApplyRetroactively":true,"shouldReapplyEveryYear":true,"incomeLimit":1.0,"applicationUrl":"sample string 10","ageLimit":1,"isActive":true,"eavReductionLimit":1,"requireAppeal":true,"isPurchaseYearRequired":true,"isDisabilityYearRequired":true,"isReturnFromServiceYearRequired":true,"isHomeImprovementYearRequired":true,"marketValueIncreaseLimit":1.0,"type":"sample string 17","countyId":18,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}}},"taxRegion":{"id":1,"name":"sample string 2","description":"sample string 3","abbrv":"sample string 4","countyId":5,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}}}}]

application/xml, text/xml

Sample:
<ArrayOfPropertyExemptionPo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
  <PropertyExemptionPo>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
    <Eav xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</Eav>
    <EavReduction xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</EavReduction>
    <Exemption xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <AgeLimit>1</AgeLimit>
      <ApplicationUrl>sample string 10</ApplicationUrl>
      <CanApplyRetroactively>true</CanApplyRetroactively>
      <County>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <AppealProcessDescription>sample string 4</AppealProcessDescription>
        <AppealYearIncrement>9</AppealYearIncrement>
        <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
        <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
        <BorScheduleUrl>sample string 17</BorScheduleUrl>
        <Description>sample string 3</Description>
        <Established>1</Established>
        <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
        <FipsCode>sample string 5</FipsCode>
        <Geom>sample string 6</Geom>
        <IsSupported>true</IsSupported>
        <LandArea>12.1</LandArea>
        <Name>sample string 2</Name>
        <PinFormat>sample string 7</PinFormat>
        <Population>1</Population>
        <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
        <PropertyImageUrl>sample string 8</PropertyImageUrl>
        <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
        <ReassessmentDescription>sample string 14</ReassessmentDescription>
        <ShapeArea>1.1</ShapeArea>
        <ShapeLen>1.1</ShapeLen>
        <State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <Geom>sample string 4</Geom>
          <IsTerritory>true</IsTerritory>
          <LandArea>6.1</LandArea>
          <Name>sample string 2</Name>
          <ShortName>sample string 3</ShortName>
          <WaterArea>7.1</WaterArea>
        </State>
        <StateId>18</StateId>
        <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
        <WaterArea>13.1</WaterArea>
      </County>
      <CountyId>18</CountyId>
      <Description>sample string 3</Description>
      <EavReductionLimit>1</EavReductionLimit>
      <IncomeLimit>1</IncomeLimit>
      <IsActive>true</IsActive>
      <IsDisabilityYearRequired>true</IsDisabilityYearRequired>
      <IsHomeImprovementYearRequired>true</IsHomeImprovementYearRequired>
      <IsInvestment>true</IsInvestment>
      <IsPrimaryResidence>true</IsPrimaryResidence>
      <IsPurchaseYearRequired>true</IsPurchaseYearRequired>
      <IsReturnFromServiceYearRequired>true</IsReturnFromServiceYearRequired>
      <IsSecondHome>true</IsSecondHome>
      <MarketValueIncreaseLimit>1</MarketValueIncreaseLimit>
      <Name>sample string 2</Name>
      <RequireAppeal>true</RequireAppeal>
      <RetroactiveYearCount>7</RetroactiveYearCount>
      <ShouldReapplyEveryYear>true</ShouldReapplyEveryYear>
      <Type>sample string 17</Type>
    </Exemption>
    <ExemptionAmount i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities" />
    <ExemptionId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">7</ExemptionId>
    <ExemptionResponse xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <Description>sample string 3</Description>
      <Reason>sample string 2</Reason>
    </ExemptionResponse>
    <ExemptionResponseId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</ExemptionResponseId>
    <Pin xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Pin>
    <ReceivedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T16:54:33.6746454-05:00</ReceivedDate>
    <TaxRegion xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <Abbrv>sample string 4</Abbrv>
      <County>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <AppealProcessDescription>sample string 4</AppealProcessDescription>
        <AppealYearIncrement>9</AppealYearIncrement>
        <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
        <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
        <BorScheduleUrl>sample string 17</BorScheduleUrl>
        <Description>sample string 3</Description>
        <Established>1</Established>
        <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
        <FipsCode>sample string 5</FipsCode>
        <Geom>sample string 6</Geom>
        <IsSupported>true</IsSupported>
        <LandArea>12.1</LandArea>
        <Name>sample string 2</Name>
        <PinFormat>sample string 7</PinFormat>
        <Population>1</Population>
        <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
        <PropertyImageUrl>sample string 8</PropertyImageUrl>
        <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
        <ReassessmentDescription>sample string 14</ReassessmentDescription>
        <ShapeArea>1.1</ShapeArea>
        <ShapeLen>1.1</ShapeLen>
        <State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <Geom>sample string 4</Geom>
          <IsTerritory>true</IsTerritory>
          <LandArea>6.1</LandArea>
          <Name>sample string 2</Name>
          <ShortName>sample string 3</ShortName>
          <WaterArea>7.1</WaterArea>
        </State>
        <StateId>18</StateId>
        <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
        <WaterArea>13.1</WaterArea>
      </County>
      <CountyId>5</CountyId>
      <Description>sample string 3</Description>
      <Name>sample string 2</Name>
    </TaxRegion>
    <TaxRegionId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">9</TaxRegionId>
    <TaxYear xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">6</TaxYear>
    <ExemptionAmount>1</ExemptionAmount>
    <ExemptionName>sample string 1</ExemptionName>
    <ExemptionResponse>sample string 2</ExemptionResponse>
    <TaxRegionName>sample string 3</TaxRegionName>
  </PropertyExemptionPo>
  <PropertyExemptionPo>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
    <Eav xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</Eav>
    <EavReduction xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</EavReduction>
    <Exemption xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <AgeLimit>1</AgeLimit>
      <ApplicationUrl>sample string 10</ApplicationUrl>
      <CanApplyRetroactively>true</CanApplyRetroactively>
      <County>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <AppealProcessDescription>sample string 4</AppealProcessDescription>
        <AppealYearIncrement>9</AppealYearIncrement>
        <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
        <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
        <BorScheduleUrl>sample string 17</BorScheduleUrl>
        <Description>sample string 3</Description>
        <Established>1</Established>
        <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
        <FipsCode>sample string 5</FipsCode>
        <Geom>sample string 6</Geom>
        <IsSupported>true</IsSupported>
        <LandArea>12.1</LandArea>
        <Name>sample string 2</Name>
        <PinFormat>sample string 7</PinFormat>
        <Population>1</Population>
        <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
        <PropertyImageUrl>sample string 8</PropertyImageUrl>
        <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
        <ReassessmentDescription>sample string 14</ReassessmentDescription>
        <ShapeArea>1.1</ShapeArea>
        <ShapeLen>1.1</ShapeLen>
        <State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <Geom>sample string 4</Geom>
          <IsTerritory>true</IsTerritory>
          <LandArea>6.1</LandArea>
          <Name>sample string 2</Name>
          <ShortName>sample string 3</ShortName>
          <WaterArea>7.1</WaterArea>
        </State>
        <StateId>18</StateId>
        <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
        <WaterArea>13.1</WaterArea>
      </County>
      <CountyId>18</CountyId>
      <Description>sample string 3</Description>
      <EavReductionLimit>1</EavReductionLimit>
      <IncomeLimit>1</IncomeLimit>
      <IsActive>true</IsActive>
      <IsDisabilityYearRequired>true</IsDisabilityYearRequired>
      <IsHomeImprovementYearRequired>true</IsHomeImprovementYearRequired>
      <IsInvestment>true</IsInvestment>
      <IsPrimaryResidence>true</IsPrimaryResidence>
      <IsPurchaseYearRequired>true</IsPurchaseYearRequired>
      <IsReturnFromServiceYearRequired>true</IsReturnFromServiceYearRequired>
      <IsSecondHome>true</IsSecondHome>
      <MarketValueIncreaseLimit>1</MarketValueIncreaseLimit>
      <Name>sample string 2</Name>
      <RequireAppeal>true</RequireAppeal>
      <RetroactiveYearCount>7</RetroactiveYearCount>
      <ShouldReapplyEveryYear>true</ShouldReapplyEveryYear>
      <Type>sample string 17</Type>
    </Exemption>
    <ExemptionAmount i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities" />
    <ExemptionId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">7</ExemptionId>
    <ExemptionResponse xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <Description>sample string 3</Description>
      <Reason>sample string 2</Reason>
    </ExemptionResponse>
    <ExemptionResponseId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</ExemptionResponseId>
    <Pin xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Pin>
    <ReceivedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T16:54:33.6746454-05:00</ReceivedDate>
    <TaxRegion xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <Abbrv>sample string 4</Abbrv>
      <County>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <AppealProcessDescription>sample string 4</AppealProcessDescription>
        <AppealYearIncrement>9</AppealYearIncrement>
        <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
        <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
        <BorScheduleUrl>sample string 17</BorScheduleUrl>
        <Description>sample string 3</Description>
        <Established>1</Established>
        <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
        <FipsCode>sample string 5</FipsCode>
        <Geom>sample string 6</Geom>
        <IsSupported>true</IsSupported>
        <LandArea>12.1</LandArea>
        <Name>sample string 2</Name>
        <PinFormat>sample string 7</PinFormat>
        <Population>1</Population>
        <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
        <PropertyImageUrl>sample string 8</PropertyImageUrl>
        <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
        <ReassessmentDescription>sample string 14</ReassessmentDescription>
        <ShapeArea>1.1</ShapeArea>
        <ShapeLen>1.1</ShapeLen>
        <State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <Geom>sample string 4</Geom>
          <IsTerritory>true</IsTerritory>
          <LandArea>6.1</LandArea>
          <Name>sample string 2</Name>
          <ShortName>sample string 3</ShortName>
          <WaterArea>7.1</WaterArea>
        </State>
        <StateId>18</StateId>
        <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
        <WaterArea>13.1</WaterArea>
      </County>
      <CountyId>5</CountyId>
      <Description>sample string 3</Description>
      <Name>sample string 2</Name>
    </TaxRegion>
    <TaxRegionId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">9</TaxRegionId>
    <TaxYear xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">6</TaxYear>
    <ExemptionAmount>1</ExemptionAmount>
    <ExemptionName>sample string 1</ExemptionName>
    <ExemptionResponse>sample string 2</ExemptionResponse>
    <TaxRegionName>sample string 3</TaxRegionName>
  </PropertyExemptionPo>
</ArrayOfPropertyExemptionPo>