GET api/county/GetTaxAppealFacts?countyId={countyId}

This method will retrieve tax appeal guidelines for a county

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

County id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of

TaxAppealFactsPageModel
NameDescriptionTypeAdditional information
TaxAffectFactors

Collection of TaxAffectFactor

None.

QuickFacts

Collection of QuickFact

None.

Response Formats

application/json, text/json

Sample:
{
  "taxAffectFactors": [
    {
      "id": 1,
      "factor": "sample string 2",
      "description": "sample string 3",
      "effectiveDate": "2025-05-20T17:38:13.7743181-05:00",
      "dateAdded": "2025-05-20T17:38:13.7743181-05:00",
      "countyId": 4,
      "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
        }
      }
    },
    {
      "id": 1,
      "factor": "sample string 2",
      "description": "sample string 3",
      "effectiveDate": "2025-05-20T17:38:13.7743181-05:00",
      "dateAdded": "2025-05-20T17:38:13.7743181-05:00",
      "countyId": 4,
      "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
        }
      }
    }
  ],
  "quickFacts": [
    {
      "id": 1,
      "fact": "sample string 2",
      "isAppeal": true,
      "isExemption": true,
      "dateAdded": "2025-05-20T17:38:13.7763944-05:00",
      "agencyId": 6,
      "countyId": 7,
      "agency": {
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "url": "sample string 4",
        "imageUrl": "sample string 5",
        "handlesAppeals": true,
        "handlesPayments": true,
        "appealFormsUrl": "sample string 8",
        "coeFormsUrl": "sample string 9",
        "divisionsFormsUrl": "sample string 10",
        "exemptionsFormsUrl": "sample string 11",
        "farmsFormsUrl": "sample string 12",
        "floodsFormsUrl": "sample string 13",
        "incentivesFormsUrl": "sample string 14",
        "ommittedAssessmentsFormsUrl": "sample string 15",
        "miscFormsUrl": "sample string 16",
        "exemptionDeadlineMonth": 1,
        "exemptionDeadlineDay": 1,
        "displayOrder": 1,
        "countyId": 1,
        "stateId": 17,
        "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
          }
        },
        "state": {
          "id": 1,
          "name": "sample string 2",
          "shortName": "sample string 3",
          "geom": "sample string 4",
          "isTerritory": true,
          "landArea": 6.1,
          "waterArea": 7.1
        }
      },
      "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
        }
      }
    },
    {
      "id": 1,
      "fact": "sample string 2",
      "isAppeal": true,
      "isExemption": true,
      "dateAdded": "2025-05-20T17:38:13.7763944-05:00",
      "agencyId": 6,
      "countyId": 7,
      "agency": {
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "url": "sample string 4",
        "imageUrl": "sample string 5",
        "handlesAppeals": true,
        "handlesPayments": true,
        "appealFormsUrl": "sample string 8",
        "coeFormsUrl": "sample string 9",
        "divisionsFormsUrl": "sample string 10",
        "exemptionsFormsUrl": "sample string 11",
        "farmsFormsUrl": "sample string 12",
        "floodsFormsUrl": "sample string 13",
        "incentivesFormsUrl": "sample string 14",
        "ommittedAssessmentsFormsUrl": "sample string 15",
        "miscFormsUrl": "sample string 16",
        "exemptionDeadlineMonth": 1,
        "exemptionDeadlineDay": 1,
        "displayOrder": 1,
        "countyId": 1,
        "stateId": 17,
        "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
          }
        },
        "state": {
          "id": 1,
          "name": "sample string 2",
          "shortName": "sample string 3",
          "geom": "sample string 4",
          "isTerritory": true,
          "landArea": 6.1,
          "waterArea": 7.1
        }
      },
      "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:
{"taxAffectFactors":[{"id":1,"factor":"sample string 2","description":"sample string 3","effectiveDate":"2025-05-20T17:38:13.7743181-05:00","dateAdded":"2025-05-20T17:38:13.7743181-05:00","countyId":4,"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}}},{"id":1,"factor":"sample string 2","description":"sample string 3","effectiveDate":"2025-05-20T17:38:13.7743181-05:00","dateAdded":"2025-05-20T17:38:13.7743181-05:00","countyId":4,"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}}}],"quickFacts":[{"id":1,"fact":"sample string 2","isAppeal":true,"isExemption":true,"dateAdded":"2025-05-20T17:38:13.7763944-05:00","agencyId":6,"countyId":7,"agency":{"id":1,"name":"sample string 2","description":"sample string 3","url":"sample string 4","imageUrl":"sample string 5","handlesAppeals":true,"handlesPayments":true,"appealFormsUrl":"sample string 8","coeFormsUrl":"sample string 9","divisionsFormsUrl":"sample string 10","exemptionsFormsUrl":"sample string 11","farmsFormsUrl":"sample string 12","floodsFormsUrl":"sample string 13","incentivesFormsUrl":"sample string 14","ommittedAssessmentsFormsUrl":"sample string 15","miscFormsUrl":"sample string 16","exemptionDeadlineMonth":1,"exemptionDeadlineDay":1,"displayOrder":1,"countyId":1,"stateId":17,"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}},"state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}},"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}}},{"id":1,"fact":"sample string 2","isAppeal":true,"isExemption":true,"dateAdded":"2025-05-20T17:38:13.7763944-05:00","agencyId":6,"countyId":7,"agency":{"id":1,"name":"sample string 2","description":"sample string 3","url":"sample string 4","imageUrl":"sample string 5","handlesAppeals":true,"handlesPayments":true,"appealFormsUrl":"sample string 8","coeFormsUrl":"sample string 9","divisionsFormsUrl":"sample string 10","exemptionsFormsUrl":"sample string 11","farmsFormsUrl":"sample string 12","floodsFormsUrl":"sample string 13","incentivesFormsUrl":"sample string 14","ommittedAssessmentsFormsUrl":"sample string 15","miscFormsUrl":"sample string 16","exemptionDeadlineMonth":1,"exemptionDeadlineDay":1,"displayOrder":1,"countyId":1,"stateId":17,"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}},"state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}},"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:
<TaxAppealFactsPageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.PageModel">
  <QuickFacts xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <d2p1:QuickFact>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d2p1:Agency>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d2p1:AppealFormsUrl>sample string 8</d2p1:AppealFormsUrl>
        <d2p1:CoeFormsUrl>sample string 9</d2p1:CoeFormsUrl>
        <d2p1:County>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d2p1:AppealProcessDescription>sample string 4</d2p1:AppealProcessDescription>
          <d2p1:AppealYearIncrement>9</d2p1:AppealYearIncrement>
          <d2p1:AssessmentPageUrl>sample string 20</d2p1:AssessmentPageUrl>
          <d2p1:AssessorScheduleUrl>sample string 16</d2p1:AssessorScheduleUrl>
          <d2p1:BorScheduleUrl>sample string 17</d2p1:BorScheduleUrl>
          <d2p1:Description>sample string 3</d2p1:Description>
          <d2p1:Established>1</d2p1:Established>
          <d2p1:ExemptionRefundPeriodInYears>15</d2p1:ExemptionRefundPeriodInYears>
          <d2p1:FipsCode>sample string 5</d2p1:FipsCode>
          <d2p1:Geom>sample string 6</d2p1:Geom>
          <d2p1:IsSupported>true</d2p1:IsSupported>
          <d2p1:LandArea>12.1</d2p1:LandArea>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:PinFormat>sample string 7</d2p1:PinFormat>
          <d2p1:Population>1</d2p1:Population>
          <d2p1:PropertyCardPageUrl>sample string 21</d2p1:PropertyCardPageUrl>
          <d2p1:PropertyImageUrl>sample string 8</d2p1:PropertyImageUrl>
          <d2p1:ReassessmentCycleInYears>11</d2p1:ReassessmentCycleInYears>
          <d2p1:ReassessmentDescription>sample string 14</d2p1:ReassessmentDescription>
          <d2p1:ShapeArea>1.1</d2p1:ShapeArea>
          <d2p1:ShapeLen>1.1</d2p1:ShapeLen>
          <d2p1:State>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <d2p1:Geom>sample string 4</d2p1:Geom>
            <d2p1:IsTerritory>true</d2p1:IsTerritory>
            <d2p1:LandArea>6.1</d2p1:LandArea>
            <d2p1:Name>sample string 2</d2p1:Name>
            <d2p1:ShortName>sample string 3</d2p1:ShortName>
            <d2p1:WaterArea>7.1</d2p1:WaterArea>
          </d2p1:State>
          <d2p1:StateId>18</d2p1:StateId>
          <d2p1:TaxPaymentYearIncrement>10</d2p1:TaxPaymentYearIncrement>
          <d2p1:WaterArea>13.1</d2p1:WaterArea>
        </d2p1:County>
        <d2p1:CountyId>1</d2p1:CountyId>
        <d2p1:Description>sample string 3</d2p1:Description>
        <d2p1:DisplayOrder>1</d2p1:DisplayOrder>
        <d2p1:DivisionsFormsUrl>sample string 10</d2p1:DivisionsFormsUrl>
        <d2p1:ExemptionDeadlineDay>1</d2p1:ExemptionDeadlineDay>
        <d2p1:ExemptionDeadlineMonth>1</d2p1:ExemptionDeadlineMonth>
        <d2p1:ExemptionsFormsUrl>sample string 11</d2p1:ExemptionsFormsUrl>
        <d2p1:FarmsFormsUrl>sample string 12</d2p1:FarmsFormsUrl>
        <d2p1:FloodsFormsUrl>sample string 13</d2p1:FloodsFormsUrl>
        <d2p1:HandlesAppeals>true</d2p1:HandlesAppeals>
        <d2p1:HandlesPayments>true</d2p1:HandlesPayments>
        <d2p1:ImageUrl>sample string 5</d2p1:ImageUrl>
        <d2p1:IncentivesFormsUrl>sample string 14</d2p1:IncentivesFormsUrl>
        <d2p1:MiscFormsUrl>sample string 16</d2p1:MiscFormsUrl>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:OmmittedAssessmentsFormsUrl>sample string 15</d2p1:OmmittedAssessmentsFormsUrl>
        <d2p1:State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d2p1:Geom>sample string 4</d2p1:Geom>
          <d2p1:IsTerritory>true</d2p1:IsTerritory>
          <d2p1:LandArea>6.1</d2p1:LandArea>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:ShortName>sample string 3</d2p1:ShortName>
          <d2p1:WaterArea>7.1</d2p1:WaterArea>
        </d2p1:State>
        <d2p1:StateId>17</d2p1:StateId>
        <d2p1:Url>sample string 4</d2p1:Url>
      </d2p1:Agency>
      <d2p1:AgencyId>6</d2p1:AgencyId>
      <d2p1:County>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d2p1:AppealProcessDescription>sample string 4</d2p1:AppealProcessDescription>
        <d2p1:AppealYearIncrement>9</d2p1:AppealYearIncrement>
        <d2p1:AssessmentPageUrl>sample string 20</d2p1:AssessmentPageUrl>
        <d2p1:AssessorScheduleUrl>sample string 16</d2p1:AssessorScheduleUrl>
        <d2p1:BorScheduleUrl>sample string 17</d2p1:BorScheduleUrl>
        <d2p1:Description>sample string 3</d2p1:Description>
        <d2p1:Established>1</d2p1:Established>
        <d2p1:ExemptionRefundPeriodInYears>15</d2p1:ExemptionRefundPeriodInYears>
        <d2p1:FipsCode>sample string 5</d2p1:FipsCode>
        <d2p1:Geom>sample string 6</d2p1:Geom>
        <d2p1:IsSupported>true</d2p1:IsSupported>
        <d2p1:LandArea>12.1</d2p1:LandArea>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:PinFormat>sample string 7</d2p1:PinFormat>
        <d2p1:Population>1</d2p1:Population>
        <d2p1:PropertyCardPageUrl>sample string 21</d2p1:PropertyCardPageUrl>
        <d2p1:PropertyImageUrl>sample string 8</d2p1:PropertyImageUrl>
        <d2p1:ReassessmentCycleInYears>11</d2p1:ReassessmentCycleInYears>
        <d2p1:ReassessmentDescription>sample string 14</d2p1:ReassessmentDescription>
        <d2p1:ShapeArea>1.1</d2p1:ShapeArea>
        <d2p1:ShapeLen>1.1</d2p1:ShapeLen>
        <d2p1:State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d2p1:Geom>sample string 4</d2p1:Geom>
          <d2p1:IsTerritory>true</d2p1:IsTerritory>
          <d2p1:LandArea>6.1</d2p1:LandArea>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:ShortName>sample string 3</d2p1:ShortName>
          <d2p1:WaterArea>7.1</d2p1:WaterArea>
        </d2p1:State>
        <d2p1:StateId>18</d2p1:StateId>
        <d2p1:TaxPaymentYearIncrement>10</d2p1:TaxPaymentYearIncrement>
        <d2p1:WaterArea>13.1</d2p1:WaterArea>
      </d2p1:County>
      <d2p1:CountyId>7</d2p1:CountyId>
      <d2p1:DateAdded>2025-05-20T17:38:13.7763944-05:00</d2p1:DateAdded>
      <d2p1:Fact>sample string 2</d2p1:Fact>
      <d2p1:IsAppeal>true</d2p1:IsAppeal>
      <d2p1:IsExemption>true</d2p1:IsExemption>
    </d2p1:QuickFact>
    <d2p1:QuickFact>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d2p1:Agency>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d2p1:AppealFormsUrl>sample string 8</d2p1:AppealFormsUrl>
        <d2p1:CoeFormsUrl>sample string 9</d2p1:CoeFormsUrl>
        <d2p1:County>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d2p1:AppealProcessDescription>sample string 4</d2p1:AppealProcessDescription>
          <d2p1:AppealYearIncrement>9</d2p1:AppealYearIncrement>
          <d2p1:AssessmentPageUrl>sample string 20</d2p1:AssessmentPageUrl>
          <d2p1:AssessorScheduleUrl>sample string 16</d2p1:AssessorScheduleUrl>
          <d2p1:BorScheduleUrl>sample string 17</d2p1:BorScheduleUrl>
          <d2p1:Description>sample string 3</d2p1:Description>
          <d2p1:Established>1</d2p1:Established>
          <d2p1:ExemptionRefundPeriodInYears>15</d2p1:ExemptionRefundPeriodInYears>
          <d2p1:FipsCode>sample string 5</d2p1:FipsCode>
          <d2p1:Geom>sample string 6</d2p1:Geom>
          <d2p1:IsSupported>true</d2p1:IsSupported>
          <d2p1:LandArea>12.1</d2p1:LandArea>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:PinFormat>sample string 7</d2p1:PinFormat>
          <d2p1:Population>1</d2p1:Population>
          <d2p1:PropertyCardPageUrl>sample string 21</d2p1:PropertyCardPageUrl>
          <d2p1:PropertyImageUrl>sample string 8</d2p1:PropertyImageUrl>
          <d2p1:ReassessmentCycleInYears>11</d2p1:ReassessmentCycleInYears>
          <d2p1:ReassessmentDescription>sample string 14</d2p1:ReassessmentDescription>
          <d2p1:ShapeArea>1.1</d2p1:ShapeArea>
          <d2p1:ShapeLen>1.1</d2p1:ShapeLen>
          <d2p1:State>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <d2p1:Geom>sample string 4</d2p1:Geom>
            <d2p1:IsTerritory>true</d2p1:IsTerritory>
            <d2p1:LandArea>6.1</d2p1:LandArea>
            <d2p1:Name>sample string 2</d2p1:Name>
            <d2p1:ShortName>sample string 3</d2p1:ShortName>
            <d2p1:WaterArea>7.1</d2p1:WaterArea>
          </d2p1:State>
          <d2p1:StateId>18</d2p1:StateId>
          <d2p1:TaxPaymentYearIncrement>10</d2p1:TaxPaymentYearIncrement>
          <d2p1:WaterArea>13.1</d2p1:WaterArea>
        </d2p1:County>
        <d2p1:CountyId>1</d2p1:CountyId>
        <d2p1:Description>sample string 3</d2p1:Description>
        <d2p1:DisplayOrder>1</d2p1:DisplayOrder>
        <d2p1:DivisionsFormsUrl>sample string 10</d2p1:DivisionsFormsUrl>
        <d2p1:ExemptionDeadlineDay>1</d2p1:ExemptionDeadlineDay>
        <d2p1:ExemptionDeadlineMonth>1</d2p1:ExemptionDeadlineMonth>
        <d2p1:ExemptionsFormsUrl>sample string 11</d2p1:ExemptionsFormsUrl>
        <d2p1:FarmsFormsUrl>sample string 12</d2p1:FarmsFormsUrl>
        <d2p1:FloodsFormsUrl>sample string 13</d2p1:FloodsFormsUrl>
        <d2p1:HandlesAppeals>true</d2p1:HandlesAppeals>
        <d2p1:HandlesPayments>true</d2p1:HandlesPayments>
        <d2p1:ImageUrl>sample string 5</d2p1:ImageUrl>
        <d2p1:IncentivesFormsUrl>sample string 14</d2p1:IncentivesFormsUrl>
        <d2p1:MiscFormsUrl>sample string 16</d2p1:MiscFormsUrl>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:OmmittedAssessmentsFormsUrl>sample string 15</d2p1:OmmittedAssessmentsFormsUrl>
        <d2p1:State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d2p1:Geom>sample string 4</d2p1:Geom>
          <d2p1:IsTerritory>true</d2p1:IsTerritory>
          <d2p1:LandArea>6.1</d2p1:LandArea>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:ShortName>sample string 3</d2p1:ShortName>
          <d2p1:WaterArea>7.1</d2p1:WaterArea>
        </d2p1:State>
        <d2p1:StateId>17</d2p1:StateId>
        <d2p1:Url>sample string 4</d2p1:Url>
      </d2p1:Agency>
      <d2p1:AgencyId>6</d2p1:AgencyId>
      <d2p1:County>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d2p1:AppealProcessDescription>sample string 4</d2p1:AppealProcessDescription>
        <d2p1:AppealYearIncrement>9</d2p1:AppealYearIncrement>
        <d2p1:AssessmentPageUrl>sample string 20</d2p1:AssessmentPageUrl>
        <d2p1:AssessorScheduleUrl>sample string 16</d2p1:AssessorScheduleUrl>
        <d2p1:BorScheduleUrl>sample string 17</d2p1:BorScheduleUrl>
        <d2p1:Description>sample string 3</d2p1:Description>
        <d2p1:Established>1</d2p1:Established>
        <d2p1:ExemptionRefundPeriodInYears>15</d2p1:ExemptionRefundPeriodInYears>
        <d2p1:FipsCode>sample string 5</d2p1:FipsCode>
        <d2p1:Geom>sample string 6</d2p1:Geom>
        <d2p1:IsSupported>true</d2p1:IsSupported>
        <d2p1:LandArea>12.1</d2p1:LandArea>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:PinFormat>sample string 7</d2p1:PinFormat>
        <d2p1:Population>1</d2p1:Population>
        <d2p1:PropertyCardPageUrl>sample string 21</d2p1:PropertyCardPageUrl>
        <d2p1:PropertyImageUrl>sample string 8</d2p1:PropertyImageUrl>
        <d2p1:ReassessmentCycleInYears>11</d2p1:ReassessmentCycleInYears>
        <d2p1:ReassessmentDescription>sample string 14</d2p1:ReassessmentDescription>
        <d2p1:ShapeArea>1.1</d2p1:ShapeArea>
        <d2p1:ShapeLen>1.1</d2p1:ShapeLen>
        <d2p1:State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d2p1:Geom>sample string 4</d2p1:Geom>
          <d2p1:IsTerritory>true</d2p1:IsTerritory>
          <d2p1:LandArea>6.1</d2p1:LandArea>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:ShortName>sample string 3</d2p1:ShortName>
          <d2p1:WaterArea>7.1</d2p1:WaterArea>
        </d2p1:State>
        <d2p1:StateId>18</d2p1:StateId>
        <d2p1:TaxPaymentYearIncrement>10</d2p1:TaxPaymentYearIncrement>
        <d2p1:WaterArea>13.1</d2p1:WaterArea>
      </d2p1:County>
      <d2p1:CountyId>7</d2p1:CountyId>
      <d2p1:DateAdded>2025-05-20T17:38:13.7763944-05:00</d2p1:DateAdded>
      <d2p1:Fact>sample string 2</d2p1:Fact>
      <d2p1:IsAppeal>true</d2p1:IsAppeal>
      <d2p1:IsExemption>true</d2p1:IsExemption>
    </d2p1:QuickFact>
  </QuickFacts>
  <TaxAffectFactors xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <d2p1:TaxAffectFactor>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d2p1:County>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d2p1:AppealProcessDescription>sample string 4</d2p1:AppealProcessDescription>
        <d2p1:AppealYearIncrement>9</d2p1:AppealYearIncrement>
        <d2p1:AssessmentPageUrl>sample string 20</d2p1:AssessmentPageUrl>
        <d2p1:AssessorScheduleUrl>sample string 16</d2p1:AssessorScheduleUrl>
        <d2p1:BorScheduleUrl>sample string 17</d2p1:BorScheduleUrl>
        <d2p1:Description>sample string 3</d2p1:Description>
        <d2p1:Established>1</d2p1:Established>
        <d2p1:ExemptionRefundPeriodInYears>15</d2p1:ExemptionRefundPeriodInYears>
        <d2p1:FipsCode>sample string 5</d2p1:FipsCode>
        <d2p1:Geom>sample string 6</d2p1:Geom>
        <d2p1:IsSupported>true</d2p1:IsSupported>
        <d2p1:LandArea>12.1</d2p1:LandArea>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:PinFormat>sample string 7</d2p1:PinFormat>
        <d2p1:Population>1</d2p1:Population>
        <d2p1:PropertyCardPageUrl>sample string 21</d2p1:PropertyCardPageUrl>
        <d2p1:PropertyImageUrl>sample string 8</d2p1:PropertyImageUrl>
        <d2p1:ReassessmentCycleInYears>11</d2p1:ReassessmentCycleInYears>
        <d2p1:ReassessmentDescription>sample string 14</d2p1:ReassessmentDescription>
        <d2p1:ShapeArea>1.1</d2p1:ShapeArea>
        <d2p1:ShapeLen>1.1</d2p1:ShapeLen>
        <d2p1:State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d2p1:Geom>sample string 4</d2p1:Geom>
          <d2p1:IsTerritory>true</d2p1:IsTerritory>
          <d2p1:LandArea>6.1</d2p1:LandArea>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:ShortName>sample string 3</d2p1:ShortName>
          <d2p1:WaterArea>7.1</d2p1:WaterArea>
        </d2p1:State>
        <d2p1:StateId>18</d2p1:StateId>
        <d2p1:TaxPaymentYearIncrement>10</d2p1:TaxPaymentYearIncrement>
        <d2p1:WaterArea>13.1</d2p1:WaterArea>
      </d2p1:County>
      <d2p1:CountyId>4</d2p1:CountyId>
      <d2p1:DateAdded>2025-05-20T17:38:13.7743181-05:00</d2p1:DateAdded>
      <d2p1:Description>sample string 3</d2p1:Description>
      <d2p1:EffectiveDate>2025-05-20T17:38:13.7743181-05:00</d2p1:EffectiveDate>
      <d2p1:Factor>sample string 2</d2p1:Factor>
    </d2p1:TaxAffectFactor>
    <d2p1:TaxAffectFactor>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d2p1:County>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d2p1:AppealProcessDescription>sample string 4</d2p1:AppealProcessDescription>
        <d2p1:AppealYearIncrement>9</d2p1:AppealYearIncrement>
        <d2p1:AssessmentPageUrl>sample string 20</d2p1:AssessmentPageUrl>
        <d2p1:AssessorScheduleUrl>sample string 16</d2p1:AssessorScheduleUrl>
        <d2p1:BorScheduleUrl>sample string 17</d2p1:BorScheduleUrl>
        <d2p1:Description>sample string 3</d2p1:Description>
        <d2p1:Established>1</d2p1:Established>
        <d2p1:ExemptionRefundPeriodInYears>15</d2p1:ExemptionRefundPeriodInYears>
        <d2p1:FipsCode>sample string 5</d2p1:FipsCode>
        <d2p1:Geom>sample string 6</d2p1:Geom>
        <d2p1:IsSupported>true</d2p1:IsSupported>
        <d2p1:LandArea>12.1</d2p1:LandArea>
        <d2p1:Name>sample string 2</d2p1:Name>
        <d2p1:PinFormat>sample string 7</d2p1:PinFormat>
        <d2p1:Population>1</d2p1:Population>
        <d2p1:PropertyCardPageUrl>sample string 21</d2p1:PropertyCardPageUrl>
        <d2p1:PropertyImageUrl>sample string 8</d2p1:PropertyImageUrl>
        <d2p1:ReassessmentCycleInYears>11</d2p1:ReassessmentCycleInYears>
        <d2p1:ReassessmentDescription>sample string 14</d2p1:ReassessmentDescription>
        <d2p1:ShapeArea>1.1</d2p1:ShapeArea>
        <d2p1:ShapeLen>1.1</d2p1:ShapeLen>
        <d2p1:State>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d2p1:Geom>sample string 4</d2p1:Geom>
          <d2p1:IsTerritory>true</d2p1:IsTerritory>
          <d2p1:LandArea>6.1</d2p1:LandArea>
          <d2p1:Name>sample string 2</d2p1:Name>
          <d2p1:ShortName>sample string 3</d2p1:ShortName>
          <d2p1:WaterArea>7.1</d2p1:WaterArea>
        </d2p1:State>
        <d2p1:StateId>18</d2p1:StateId>
        <d2p1:TaxPaymentYearIncrement>10</d2p1:TaxPaymentYearIncrement>
        <d2p1:WaterArea>13.1</d2p1:WaterArea>
      </d2p1:County>
      <d2p1:CountyId>4</d2p1:CountyId>
      <d2p1:DateAdded>2025-05-20T17:38:13.7743181-05:00</d2p1:DateAdded>
      <d2p1:Description>sample string 3</d2p1:Description>
      <d2p1:EffectiveDate>2025-05-20T17:38:13.7743181-05:00</d2p1:EffectiveDate>
      <d2p1:Factor>sample string 2</d2p1:Factor>
    </d2p1:TaxAffectFactor>
  </TaxAffectFactors>
</TaxAppealFactsPageModel>