GET api/county/GetCountyModel?countyId={countyId}
This method will retrieve county model data for a county
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| countyId |
County id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Instance of
CountyPageModel| Name | Description | Type | Additional information |
|---|---|---|---|
| County | CountyPo |
None. |
|
| Statistics | CountyStatistics |
None. |
|
| Agencies | Collection of AgencyPo |
None. |
|
| AppealAgencies | Collection of AgencyPo |
None. |
|
| AppealLocations | Collection of AppealLocation |
None. |
|
| TaxInstallments | Collection of TaxPaymentInstallmentPo |
None. |
|
| EqualizationFactorTimeSeries | Collection of StateEqualizationFactor |
None. |
|
| TaxPaymentMethods | Collection of TaxPaymentMethod |
None. |
Response Formats
application/json, text/json
Sample:
{
"county": {
"taxYear": 1,
"center": "sample string 2",
"appealYear": 3,
"paymentYear": 4,
"stateName": "sample string 5",
"stateEqFactorDescription": "sample string 6",
"id": 7,
"name": "sample string 8",
"description": "sample string 9",
"appealProcessDescription": "sample string 10",
"fipsCode": "sample string 11",
"established": 1,
"population": 1,
"shapeArea": 1.1,
"shapeLen": 1.1,
"geom": "sample string 12",
"pinFormat": "sample string 13",
"propertyImageUrl": "sample string 14",
"appealYearIncrement": 15,
"taxPaymentYearIncrement": 16,
"reassessmentCycleInYears": 17,
"landArea": 18.1,
"waterArea": 19.1,
"reassessmentDescription": "sample string 20",
"exemptionRefundPeriodInYears": 21,
"assessorScheduleUrl": "sample string 22",
"borScheduleUrl": "sample string 23",
"stateId": 24,
"isSupported": true,
"assessmentPageUrl": "sample string 26",
"propertyCardPageUrl": "sample string 27",
"state": {
"id": 1,
"name": "sample string 2",
"shortName": "sample string 3",
"geom": "sample string 4",
"isTerritory": true,
"landArea": 6.1,
"waterArea": 7.1
}
},
"statistics": {
"countyId": 1,
"townshipCount": 2,
"taxCodeCount": 3,
"neighborhoodCount": 4,
"municipalityCount": 5
},
"agencies": [
{
"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
}
}
],
"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-11-01T05:58:50.0660933-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-11-01T05:58:50.0660933-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
}
}
}
],
"equalizationFactorTimeSeries": [
{
"countyId": 1,
"taxYear": 2,
"factor": 3.0,
"asOfDate": "2025-11-01T05:58:50.0660933-05:00",
"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": 5
},
{
"countyId": 1,
"taxYear": 2,
"factor": 3.0,
"asOfDate": "2025-11-01T05:58:50.0660933-05:00",
"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": 5
}
],
"taxPaymentMethods": [
{
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"imageUrl": "sample string 4",
"effectiveDate": "2025-11-01T05:58:50.0660933-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-11-01T05:58:50.0660933-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
}
}
}
]
}
text/html
Sample:
{"county":{"taxYear":1,"center":"sample string 2","appealYear":3,"paymentYear":4,"stateName":"sample string 5","stateEqFactorDescription":"sample string 6","id":7,"name":"sample string 8","description":"sample string 9","appealProcessDescription":"sample string 10","fipsCode":"sample string 11","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 12","pinFormat":"sample string 13","propertyImageUrl":"sample string 14","appealYearIncrement":15,"taxPaymentYearIncrement":16,"reassessmentCycleInYears":17,"landArea":18.1,"waterArea":19.1,"reassessmentDescription":"sample string 20","exemptionRefundPeriodInYears":21,"assessorScheduleUrl":"sample string 22","borScheduleUrl":"sample string 23","stateId":24,"isSupported":true,"assessmentPageUrl":"sample string 26","propertyCardPageUrl":"sample string 27","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}},"statistics":{"countyId":1,"townshipCount":2,"taxCodeCount":3,"neighborhoodCount":4,"municipalityCount":5},"agencies":[{"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}}],"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-11-01T05:58:50.0660933-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-11-01T05:58:50.0660933-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}}}],"equalizationFactorTimeSeries":[{"countyId":1,"taxYear":2,"factor":3.0,"asOfDate":"2025-11-01T05:58:50.0660933-05:00","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":5},{"countyId":1,"taxYear":2,"factor":3.0,"asOfDate":"2025-11-01T05:58:50.0660933-05:00","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":5}],"taxPaymentMethods":[{"id":1,"name":"sample string 2","description":"sample string 3","imageUrl":"sample string 4","effectiveDate":"2025-11-01T05:58:50.0660933-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-11-01T05:58:50.0660933-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}}}]}
application/xml, text/xml
Sample:
<CountyPageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.PageModel">
<Agencies 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>
</Agencies>
<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-11-01T05:58:50.0660933-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-11-01T05:58:50.0660933-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>
<County xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">7</Id>
<AppealProcessDescription xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 10</AppealProcessDescription>
<AppealYearIncrement xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">15</AppealYearIncrement>
<AssessmentPageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 26</AssessmentPageUrl>
<AssessorScheduleUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 22</AssessorScheduleUrl>
<BorScheduleUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 23</BorScheduleUrl>
<Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 9</Description>
<Established xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</Established>
<ExemptionRefundPeriodInYears xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">21</ExemptionRefundPeriodInYears>
<FipsCode xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 11</FipsCode>
<Geom xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</Geom>
<IsSupported xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsSupported>
<LandArea xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">18.1</LandArea>
<Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 8</Name>
<PinFormat xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 13</PinFormat>
<Population xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</Population>
<PropertyCardPageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 27</PropertyCardPageUrl>
<PropertyImageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 14</PropertyImageUrl>
<ReassessmentCycleInYears xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">17</ReassessmentCycleInYears>
<ReassessmentDescription xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 20</ReassessmentDescription>
<ShapeArea xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1.1</ShapeArea>
<ShapeLen xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1.1</ShapeLen>
<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">24</StateId>
<TaxPaymentYearIncrement xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">16</TaxPaymentYearIncrement>
<WaterArea xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">19.1</WaterArea>
<d2p1:AppealYear>3</d2p1:AppealYear>
<d2p1:Center>sample string 2</d2p1:Center>
<d2p1:PaymentYear>4</d2p1:PaymentYear>
<d2p1:StateEqFactorDescription>sample string 6</d2p1:StateEqFactorDescription>
<d2p1:StateName>sample string 5</d2p1:StateName>
<d2p1:TaxYear>1</d2p1:TaxYear>
</County>
<EqualizationFactorTimeSeries xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
<d2p1:StateEqualizationFactor>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">5</Id>
<d2p1:AsOfDate>2025-11-01T05:58:50.0660933-05:00</d2p1:AsOfDate>
<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:Factor>3</d2p1:Factor>
<d2p1:TaxYear>2</d2p1:TaxYear>
</d2p1:StateEqualizationFactor>
<d2p1:StateEqualizationFactor>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">5</Id>
<d2p1:AsOfDate>2025-11-01T05:58:50.0660933-05:00</d2p1:AsOfDate>
<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:Factor>3</d2p1:Factor>
<d2p1:TaxYear>2</d2p1:TaxYear>
</d2p1:StateEqualizationFactor>
</EqualizationFactorTimeSeries>
<Statistics xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
<d2p1:CountyId>1</d2p1:CountyId>
<d2p1:MunicipalityCount>5</d2p1:MunicipalityCount>
<d2p1:NeighborhoodCount>4</d2p1:NeighborhoodCount>
<d2p1:TaxCodeCount>3</d2p1:TaxCodeCount>
<d2p1:TownshipCount>2</d2p1:TownshipCount>
</Statistics>
<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-11-01T05:58:50.0660933-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-11-01T05:58:50.0660933-05:00</d2p1:EffectiveDate>
<d2p1:ImageUrl>sample string 4</d2p1:ImageUrl>
<d2p1:Name>sample string 2</d2p1:Name>
</d2p1:TaxPaymentMethod>
</TaxPaymentMethods>
</CountyPageModel>