GET api/reports/pages/county/{countyId}

This method will retrieve data for the county report page to be distributed with every report.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

County Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Instance of

CountyReportPageModel
NameDescriptionTypeAdditional information
CountyId

integer

None.

CountyName

string

None.

ExemptionFilingDeadline

string

None.

AppealAgencies

Collection of AgencyPo

None.

AppealLocations

Collection of AppealLocation

None.

TaxInstallments

Collection of TaxPaymentInstallmentPo

None.

TaxPaymentMethods

Collection of TaxPaymentMethod

None.

CurrentYear

integer

None.

TaxPaymentYear

integer

None.

TaxAppealYear

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "countyId": 1,
  "countyName": "sample string 2",
  "exemptionFilingDeadline": "sample string 3",
  "appealAgencies": [
    {
      "countyId": 1,
      "countyName": "sample string 1",
      "stateName": "sample string 2",
      "id": 3,
      "name": "sample string 4",
      "description": "sample string 5",
      "url": "sample string 6",
      "imageUrl": "sample string 7",
      "handlesAppeals": true,
      "handlesPayments": true,
      "appealFormsUrl": "sample string 10",
      "coeFormsUrl": "sample string 11",
      "divisionsFormsUrl": "sample string 12",
      "exemptionsFormsUrl": "sample string 13",
      "farmsFormsUrl": "sample string 14",
      "floodsFormsUrl": "sample string 15",
      "incentivesFormsUrl": "sample string 16",
      "ommittedAssessmentsFormsUrl": "sample string 17",
      "miscFormsUrl": "sample string 18",
      "exemptionDeadlineMonth": 1,
      "exemptionDeadlineDay": 1,
      "displayOrder": 1,
      "stateId": 19,
      "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
      }
    },
    {
      "countyId": 1,
      "countyName": "sample string 1",
      "stateName": "sample string 2",
      "id": 3,
      "name": "sample string 4",
      "description": "sample string 5",
      "url": "sample string 6",
      "imageUrl": "sample string 7",
      "handlesAppeals": true,
      "handlesPayments": true,
      "appealFormsUrl": "sample string 10",
      "coeFormsUrl": "sample string 11",
      "divisionsFormsUrl": "sample string 12",
      "exemptionsFormsUrl": "sample string 13",
      "farmsFormsUrl": "sample string 14",
      "floodsFormsUrl": "sample string 15",
      "incentivesFormsUrl": "sample string 16",
      "ommittedAssessmentsFormsUrl": "sample string 17",
      "miscFormsUrl": "sample string 18",
      "exemptionDeadlineMonth": 1,
      "exemptionDeadlineDay": 1,
      "displayOrder": 1,
      "stateId": 19,
      "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
      }
    }
  ],
  "appealLocations": [
    {
      "id": 1,
      "addressHtml": "sample string 2",
      "phone": "sample string 3",
      "workingHours": "sample string 4",
      "commentsHtml": "sample string 5",
      "effectiveDate": "2025-07-06T05:17:10.8608169-05:00",
      "displayOrder": 7,
      "locationName": "sample string 8",
      "agencyId": 9,
      "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
        }
      }
    },
    {
      "id": 1,
      "addressHtml": "sample string 2",
      "phone": "sample string 3",
      "workingHours": "sample string 4",
      "commentsHtml": "sample string 5",
      "effectiveDate": "2025-07-06T05:17:10.8608169-05:00",
      "displayOrder": 7,
      "locationName": "sample string 8",
      "agencyId": 9,
      "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
        }
      }
    }
  ],
  "taxInstallments": [
    {
      "countyName": "sample string 1",
      "taxYear": 2,
      "paymentDate": "sample string 3",
      "id": 4,
      "name": "sample string 5",
      "dueMonth": 6,
      "dueDay": 7,
      "taxYearOffset": 8,
      "paymentPercent": 9.0,
      "countyId": 10,
      "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
        }
      }
    },
    {
      "countyName": "sample string 1",
      "taxYear": 2,
      "paymentDate": "sample string 3",
      "id": 4,
      "name": "sample string 5",
      "dueMonth": 6,
      "dueDay": 7,
      "taxYearOffset": 8,
      "paymentPercent": 9.0,
      "countyId": 10,
      "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
        }
      }
    }
  ],
  "taxPaymentMethods": [
    {
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "imageUrl": "sample string 4",
      "effectiveDate": "2025-07-06T05:17:10.8608169-05:00",
      "displayOrderNumber": 6,
      "countyId": 7,
      "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,
      "name": "sample string 2",
      "description": "sample string 3",
      "imageUrl": "sample string 4",
      "effectiveDate": "2025-07-06T05:17:10.8608169-05:00",
      "displayOrderNumber": 6,
      "countyId": 7,
      "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
        }
      }
    }
  ],
  "currentYear": 4,
  "taxPaymentYear": 5,
  "taxAppealYear": 6
}

text/html

Sample:
{"countyId":1,"countyName":"sample string 2","exemptionFilingDeadline":"sample string 3","appealAgencies":[{"countyId":1,"countyName":"sample string 1","stateName":"sample string 2","id":3,"name":"sample string 4","description":"sample string 5","url":"sample string 6","imageUrl":"sample string 7","handlesAppeals":true,"handlesPayments":true,"appealFormsUrl":"sample string 10","coeFormsUrl":"sample string 11","divisionsFormsUrl":"sample string 12","exemptionsFormsUrl":"sample string 13","farmsFormsUrl":"sample string 14","floodsFormsUrl":"sample string 15","incentivesFormsUrl":"sample string 16","ommittedAssessmentsFormsUrl":"sample string 17","miscFormsUrl":"sample string 18","exemptionDeadlineMonth":1,"exemptionDeadlineDay":1,"displayOrder":1,"stateId":19,"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}},{"countyId":1,"countyName":"sample string 1","stateName":"sample string 2","id":3,"name":"sample string 4","description":"sample string 5","url":"sample string 6","imageUrl":"sample string 7","handlesAppeals":true,"handlesPayments":true,"appealFormsUrl":"sample string 10","coeFormsUrl":"sample string 11","divisionsFormsUrl":"sample string 12","exemptionsFormsUrl":"sample string 13","farmsFormsUrl":"sample string 14","floodsFormsUrl":"sample string 15","incentivesFormsUrl":"sample string 16","ommittedAssessmentsFormsUrl":"sample string 17","miscFormsUrl":"sample string 18","exemptionDeadlineMonth":1,"exemptionDeadlineDay":1,"displayOrder":1,"stateId":19,"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}}],"appealLocations":[{"id":1,"addressHtml":"sample string 2","phone":"sample string 3","workingHours":"sample string 4","commentsHtml":"sample string 5","effectiveDate":"2025-07-06T05:17:10.8608169-05:00","displayOrder":7,"locationName":"sample string 8","agencyId":9,"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}}},{"id":1,"addressHtml":"sample string 2","phone":"sample string 3","workingHours":"sample string 4","commentsHtml":"sample string 5","effectiveDate":"2025-07-06T05:17:10.8608169-05:00","displayOrder":7,"locationName":"sample string 8","agencyId":9,"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}}}],"taxInstallments":[{"countyName":"sample string 1","taxYear":2,"paymentDate":"sample string 3","id":4,"name":"sample string 5","dueMonth":6,"dueDay":7,"taxYearOffset":8,"paymentPercent":9.0,"countyId":10,"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}}},{"countyName":"sample string 1","taxYear":2,"paymentDate":"sample string 3","id":4,"name":"sample string 5","dueMonth":6,"dueDay":7,"taxYearOffset":8,"paymentPercent":9.0,"countyId":10,"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}}}],"taxPaymentMethods":[{"id":1,"name":"sample string 2","description":"sample string 3","imageUrl":"sample string 4","effectiveDate":"2025-07-06T05:17:10.8608169-05:00","displayOrderNumber":6,"countyId":7,"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,"name":"sample string 2","description":"sample string 3","imageUrl":"sample string 4","effectiveDate":"2025-07-06T05:17:10.8608169-05:00","displayOrderNumber":6,"countyId":7,"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}}}],"currentYear":4,"taxPaymentYear":5,"taxAppealYear":6}

application/xml, text/xml

Sample:
<CountyReportPageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.ReportModels">
  <AppealAgencies xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
    <d2p1:AgencyPo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">3</Id>
      <AppealFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 10</AppealFormsUrl>
      <CoeFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 11</CoeFormsUrl>
      <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
        <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 xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</CountyId>
      <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Description>
      <DisplayOrder xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</DisplayOrder>
      <DivisionsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</DivisionsFormsUrl>
      <ExemptionDeadlineDay xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</ExemptionDeadlineDay>
      <ExemptionDeadlineMonth xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</ExemptionDeadlineMonth>
      <ExemptionsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 13</ExemptionsFormsUrl>
      <FarmsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 14</FarmsFormsUrl>
      <FloodsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 15</FloodsFormsUrl>
      <HandlesAppeals xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</HandlesAppeals>
      <HandlesPayments xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</HandlesPayments>
      <ImageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 7</ImageUrl>
      <IncentivesFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 16</IncentivesFormsUrl>
      <MiscFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 18</MiscFormsUrl>
      <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 4</Name>
      <OmmittedAssessmentsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 17</OmmittedAssessmentsFormsUrl>
      <State xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
        <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 xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">19</StateId>
      <Url xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 6</Url>
      <d2p1:CountyId>1</d2p1:CountyId>
      <d2p1:CountyName>sample string 1</d2p1:CountyName>
      <d2p1:StateName>sample string 2</d2p1:StateName>
    </d2p1:AgencyPo>
    <d2p1:AgencyPo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">3</Id>
      <AppealFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 10</AppealFormsUrl>
      <CoeFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 11</CoeFormsUrl>
      <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
        <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 xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</CountyId>
      <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Description>
      <DisplayOrder xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</DisplayOrder>
      <DivisionsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</DivisionsFormsUrl>
      <ExemptionDeadlineDay xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</ExemptionDeadlineDay>
      <ExemptionDeadlineMonth xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</ExemptionDeadlineMonth>
      <ExemptionsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 13</ExemptionsFormsUrl>
      <FarmsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 14</FarmsFormsUrl>
      <FloodsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 15</FloodsFormsUrl>
      <HandlesAppeals xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</HandlesAppeals>
      <HandlesPayments xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</HandlesPayments>
      <ImageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 7</ImageUrl>
      <IncentivesFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 16</IncentivesFormsUrl>
      <MiscFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 18</MiscFormsUrl>
      <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 4</Name>
      <OmmittedAssessmentsFormsUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 17</OmmittedAssessmentsFormsUrl>
      <State xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
        <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 xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">19</StateId>
      <Url xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 6</Url>
      <d2p1:CountyId>1</d2p1:CountyId>
      <d2p1:CountyName>sample string 1</d2p1:CountyName>
      <d2p1:StateName>sample string 2</d2p1:StateName>
    </d2p1:AgencyPo>
  </AppealAgencies>
  <AppealLocations xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <d2p1:AppealLocation>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d2p1:AddressHtml>sample string 2</d2p1:AddressHtml>
      <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>9</d2p1:AgencyId>
      <d2p1:CommentsHtml>sample string 5</d2p1:CommentsHtml>
      <d2p1:DisplayOrder>7</d2p1:DisplayOrder>
      <d2p1:EffectiveDate>2025-07-06T05:17:10.8608169-05:00</d2p1:EffectiveDate>
      <d2p1:LocationName>sample string 8</d2p1:LocationName>
      <d2p1:Phone>sample string 3</d2p1:Phone>
      <d2p1:WorkingHours>sample string 4</d2p1:WorkingHours>
    </d2p1:AppealLocation>
    <d2p1:AppealLocation>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d2p1:AddressHtml>sample string 2</d2p1:AddressHtml>
      <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>9</d2p1:AgencyId>
      <d2p1:CommentsHtml>sample string 5</d2p1:CommentsHtml>
      <d2p1:DisplayOrder>7</d2p1:DisplayOrder>
      <d2p1:EffectiveDate>2025-07-06T05:17:10.8608169-05:00</d2p1:EffectiveDate>
      <d2p1:LocationName>sample string 8</d2p1:LocationName>
      <d2p1:Phone>sample string 3</d2p1:Phone>
      <d2p1:WorkingHours>sample string 4</d2p1:WorkingHours>
    </d2p1:AppealLocation>
  </AppealLocations>
  <CountyId>1</CountyId>
  <CountyName>sample string 2</CountyName>
  <CurrentYear>4</CurrentYear>
  <ExemptionFilingDeadline>sample string 3</ExemptionFilingDeadline>
  <TaxAppealYear>6</TaxAppealYear>
  <TaxInstallments xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
    <d2p1:TaxPaymentInstallmentPo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
      <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
        <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 xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">10</CountyId>
      <DueDay xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">7</DueDay>
      <DueMonth xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">6</DueMonth>
      <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Name>
      <PaymentPercent xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">9</PaymentPercent>
      <TaxYearOffset xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</TaxYearOffset>
      <d2p1:CountyName>sample string 1</d2p1:CountyName>
      <d2p1:PaymentDate>sample string 3</d2p1:PaymentDate>
      <d2p1:TaxYear>2</d2p1:TaxYear>
    </d2p1:TaxPaymentInstallmentPo>
    <d2p1:TaxPaymentInstallmentPo>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
      <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
        <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 xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">10</CountyId>
      <DueDay xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">7</DueDay>
      <DueMonth xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">6</DueMonth>
      <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Name>
      <PaymentPercent xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">9</PaymentPercent>
      <TaxYearOffset xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</TaxYearOffset>
      <d2p1:CountyName>sample string 1</d2p1:CountyName>
      <d2p1:PaymentDate>sample string 3</d2p1:PaymentDate>
      <d2p1:TaxYear>2</d2p1:TaxYear>
    </d2p1:TaxPaymentInstallmentPo>
  </TaxInstallments>
  <TaxPaymentMethods xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <d2p1:TaxPaymentMethod>
      <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>7</d2p1:CountyId>
      <d2p1:Description>sample string 3</d2p1:Description>
      <d2p1:DisplayOrderNumber>6</d2p1:DisplayOrderNumber>
      <d2p1:EffectiveDate>2025-07-06T05:17:10.8608169-05:00</d2p1:EffectiveDate>
      <d2p1:ImageUrl>sample string 4</d2p1:ImageUrl>
      <d2p1:Name>sample string 2</d2p1:Name>
    </d2p1:TaxPaymentMethod>
    <d2p1:TaxPaymentMethod>
      <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>7</d2p1:CountyId>
      <d2p1:Description>sample string 3</d2p1:Description>
      <d2p1:DisplayOrderNumber>6</d2p1:DisplayOrderNumber>
      <d2p1:EffectiveDate>2025-07-06T05:17:10.8608169-05:00</d2p1:EffectiveDate>
      <d2p1:ImageUrl>sample string 4</d2p1:ImageUrl>
      <d2p1:Name>sample string 2</d2p1:Name>
    </d2p1:TaxPaymentMethod>
  </TaxPaymentMethods>
  <TaxPaymentYear>5</TaxPaymentYear>
</CountyReportPageModel>