POST api/analysis/{propertyAddressId}/appeals/validate
This method will validate appeal by running a full property tax analysis and suggesting all appropriate appeals for a target property based on the information entered by the user
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| propertyAddressId |
Property address id |
integer |
Required |
Body Parameters
Instance of
PropertyTaxAnalysisBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| IsBuyer | boolean |
None. |
|
| IsResident | boolean |
None. |
|
| IsShortSaleOrForeclosure | boolean |
None. |
|
| PurchasePrice | decimal number |
None. |
|
| PurchaseDate | string |
None. |
|
| AppraisedValue | decimal number |
None. |
|
| AppraisalAsOfDate | string |
None. |
|
| TargetAppealTypes | Collection of integer |
None. |
|
| UserId | integer |
None. |
|
| AffiliateCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"isBuyer": true,
"isResident": true,
"isShortSaleOrForeclosure": true,
"purchasePrice": 1.0,
"purchaseDate": "sample string 1",
"appraisedValue": 1.0,
"appraisalAsOfDate": "sample string 2",
"targetAppealTypes": [
1,
2
],
"userId": 3,
"affiliateCode": "sample string 4"
}
text/html
Sample:
{"isBuyer":true,"isResident":true,"isShortSaleOrForeclosure":true,"purchasePrice":1.0,"purchaseDate":"sample string 1","appraisedValue":1.0,"appraisalAsOfDate":"sample string 2","targetAppealTypes":[1,2],"userId":3,"affiliateCode":"sample string 4"}
application/xml, text/xml
Sample:
<PropertyTaxAnalysisBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.AnalysisBinding">
<AffiliateCode>sample string 4</AffiliateCode>
<AppraisalAsOfDate>sample string 2</AppraisalAsOfDate>
<AppraisedValue>1</AppraisedValue>
<IsBuyer>true</IsBuyer>
<IsResident>true</IsResident>
<IsShortSaleOrForeclosure>true</IsShortSaleOrForeclosure>
<PurchaseDate>sample string 1</PurchaseDate>
<PurchasePrice>1</PurchasePrice>
<TargetAppealTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</TargetAppealTypes>
<UserId>3</UserId>
</PropertyTaxAnalysisBindingModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Instance of
AppealValidationAnalysisModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RecommendedAnalysisTypes | Collection of integer |
None. |
|
| AppealYear | integer |
None. |
|
| GrossTaxAmount | decimal number |
None. |
|
| FairTaxAmount | decimal number |
None. |
|
| MarketValue | decimal number |
None. |
|
| MarketValueAsOfDate | string |
None. |
|
| OverPaymentAmount | decimal number |
None. |
|
| AppealSchedule | TownshipAppealSchedule |
None. |
|
| AvailableAppealTypes | Collection of PropertyAppealType |
None. |
|
| PageContent | PtdContentPage |
None. |
|
| IsAppealRecommended | boolean |
None. |
|
| Property | PropertyReportData |
None. |
|
| FullAnalysisRecommendation | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"recommendedAnalysisTypes": [
1,
2
],
"appealYear": 1,
"grossTaxAmount": 2.0,
"fairTaxAmount": 1.0,
"marketValue": 3.1,
"marketValueAsOfDate": "sample string 4",
"overPaymentAmount": 5.0,
"appealSchedule": {
"townshipId": 1,
"appealYear": 2,
"townshipName": "sample string 3",
"lastReAssessmentYear": 4,
"nextReAssessmentYear": 5,
"stateId": 6,
"stateName": "sample string 7",
"countyId": 8,
"countyName": "sample string 9",
"assessmentPostingDate": "2025-11-21T06:47:46.4735034-06:00",
"isAssessmentPostingDateEstimated": true,
"assessorFilingStartDate": "2025-11-21T06:47:46.4735034-06:00",
"isAssessorFilingStartDateEstimated": true,
"assessorFilingEndDate": "2025-11-21T06:47:46.4735034-06:00",
"isAssessorFilingEndDateEstimated": true,
"assessorDocFilingEndDate": "2025-11-21T06:47:46.4735034-06:00",
"isAssessorDocFilingEndDateEstimated": true,
"assessorRereviewStartDate": "2025-11-21T06:47:46.475541-06:00",
"isAssessorRereviewStartDateEstimated": true,
"assessorRereviewEndDate": "2025-11-21T06:47:46.475541-06:00",
"isAssessorRereviewEndDateEstimated": true,
"assessorAppealCertificationDate": "2025-11-21T06:47:46.475541-06:00",
"isAssessorAppealCertificationDateEstimated": true,
"assessorAppealPublishDate": "2025-11-21T06:47:46.475541-06:00",
"isAssessorAppealPublishDateEstimated": true,
"numDaysBeforeAssessorAppealStart": 1,
"numDaysBeforeAssessorAppealEnds": 1,
"assessorAppealEnded": true,
"borAppealPostingDate": "2025-11-21T06:47:46.477331-06:00",
"isBorAppealPostingDateEstimated": true,
"borFilingStartDate": "2025-11-21T06:47:46.477331-06:00",
"isBorFilingStartDateEstimated": true,
"borFilingEndDate": "2025-11-21T06:47:46.477331-06:00",
"isBorFilingEndDateEstimated": true,
"borDocFilingEndDate": "2025-11-21T06:47:46.477331-06:00",
"isBorDocFilingEndDateEstimated": true,
"borAppealDecisionDate": "2025-11-21T06:47:46.477331-06:00",
"isBorAppealDecisionDateEstimated": true,
"borRereviewStartDate": "2025-11-21T06:47:46.477331-06:00",
"isBorRereviewStartDateEstimated": true,
"borRereviewEndDate": "2025-11-21T06:47:46.479363-06:00",
"isBorRereviewEndDateEstimated": true,
"borRereviewDecisionDate": "2025-11-21T06:47:46.479363-06:00",
"isBorRereviewDecisionDateEstimated": true,
"borRereviewPublishDate": "2025-11-21T06:47:46.479363-06:00",
"isBorRereviewPublishDateEstimated": true,
"numDaysBeforeBorAppealStarts": 1,
"numDaysBeforeBorAppealEnds": 1,
"borAppealEnded": true,
"stateAppealBoardFilingStartDate": "2025-11-21T06:47:46.479363-06:00",
"isStateAppealBoardFilingStartDateEstimated": true,
"stateAppealBoardFilingEndDate": "2025-11-21T06:47:46.479363-06:00",
"isStateAppealBoardFilingEndDateEstimated": true,
"numDaysBeforeStateAppealStarts": 1,
"numDaysBeforeStateAppealEnds": 1,
"stateAppealEnded": true,
"showAssessorEstimatedMarker": true,
"showBorEstimatedMarker": true,
"showAssessorDaysMarker": true,
"showBorDaysMarker": true,
"showStateDaysMarker": true,
"assessorLabel1": "sample string 37",
"assessorLabel2": "sample string 38",
"borLabel1": "sample string 39",
"borLabel2": "sample string 40",
"stateLabel1": "sample string 41",
"stateLabel2": "sample string 42",
"showStateEstimatedMarket": true
},
"availableAppealTypes": [
{
"id": 1,
"appealType": "sample string 2",
"displayName": "sample string 3",
"description": "sample string 4",
"addedDate": "2025-11-21T06:47:46.4834109-06:00",
"rank": 6,
"canCompbineWithOtherAppeals": true,
"countyId": 8,
"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,
"appealType": "sample string 2",
"displayName": "sample string 3",
"description": "sample string 4",
"addedDate": "2025-11-21T06:47:46.4834109-06:00",
"rank": 6,
"canCompbineWithOtherAppeals": true,
"countyId": 8,
"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
}
}
}
],
"pageContent": {
"id": 1,
"pageName": "sample string 2",
"slug": "sample string 3",
"title": "sample string 4",
"content": "sample string 5",
"lastModifiedDate": "sample string 6",
"ptdContentPageTypeId": 7,
"ptdContentPageType": {
"id": 1,
"type": "sample string 2",
"description": "sample string 3"
},
"customContent": "sample string 8"
},
"isAppealRecommended": true,
"property": {
"propertyAddressId": 1,
"pin": "sample string 2",
"formattedPin": "sample string 3",
"taxYear": 4,
"geoCenter": "sample string 5",
"addressLine1": "sample string 6",
"city": "sample string 7",
"state": "sample string 8",
"zipCode": "sample string 9",
"fullAddress": "sample string 10",
"countyName": "sample string 11",
"countyId": 12,
"townshipId": 13,
"townshipName": "sample string 14",
"taxCodeId": 15,
"taxCode": "sample string 16",
"neighborhood": 17,
"age": 18,
"description": "sample string 19",
"propertyClass": "sample string 20",
"propertyClassId": 21,
"residenceType": "sample string 22",
"residenceTypeId": 1,
"constructionType": "sample string 23",
"exteriorConstructionTypeRating": 1,
"buildingUse": "sample string 24",
"buildingUseId": 1,
"apartments": "sample string 25",
"fullBaths": 26,
"halfBaths": 27,
"basementType": "sample string 28",
"basementTypeRating": 1,
"atticType": "sample string 29",
"atticTypeRating": 1,
"centralAir": true,
"fireplaceCount": 31,
"garageType": "sample string 32",
"garageTypeRating": 1,
"landAreaSqFt": 33.1,
"buildingAreaSqFt": 34.1,
"landAssessment": 35.1,
"buildingAssessment": 36.1,
"assessmentRatio": 37.0,
"totalAssessment": 38.1,
"landAssessmentLastYear": 39.1,
"buildingAssessmentLastYear": 40.1,
"assessmentRatioLastYear": 41.0,
"totalAssessmentLastYear": 42.0,
"assessmentLevel": 43.0,
"taxRate": 44.0,
"stateEqualizationFactor": 45.0,
"marketValue": 46.1,
"marketValueLastYear": 47.1,
"grossTaxAmount": 48.0,
"propertyImageUrl": "sample string 49",
"isSubject": true,
"distance": 51.0,
"priorTaxYear": 52,
"lastYearGrossTaxAmount": 53.0,
"taxRateYear": 54,
"stateEqualizationFactorYear": 55,
"taxRateLastYear": 56.0,
"stateEqualizationFactorLastYear": 57.0,
"lastReassessmentYear": 58,
"nextReassessmentYear": 59,
"transactionAmount": 1.0,
"executedDate": "sample string 60",
"buyer": "sample string 61",
"seller": "sample string 62",
"deed": "sample string 63",
"isIncomeProperty": true,
"multiParcelIds": [
1,
2
],
"multiParcelPins": [
"sample string 1",
"sample string 2"
],
"card": 1,
"cookCountyEquivalentClassId": 1,
"cookCountyEquivalentClass": "sample string 65",
"cookCountyEquivalentClassDescription": "sample string 66",
"storiesCount": "sample string 67",
"stories": "sample string 68",
"styleId": 69,
"style": "sample string 70",
"exteriorWallType": "sample string 71",
"roofCoverId": 72,
"roofCover": "sample string 73",
"roofCoverRating": 74,
"yearBuilt": 75,
"yearRemodeled": 1,
"effectiveYearBuilt": 1,
"physicalConditionId": 1,
"physicalCondition": "sample string 76",
"physicalConditionRating": 1,
"gradeId": 1,
"grade": "sample string 77",
"gradeRating": 1,
"cduStructureId": 1,
"cduStructure": "sample string 78",
"cduStructureRating": 1,
"bedroomCount": 1,
"bathsWith4FixCount": 1,
"bathsWith5FixCount": 1,
"totalFixturesCount": 1,
"totalLivingArea": 1.1,
"atticArea": 1.1,
"basementArea": 79,
"heatingType": "sample string 80",
"prefabFireplaceCount": 1,
"woodBurningFireplaceCount": 1,
"recRoomArea": 1,
"basementFinishedArea": 1,
"lowerLevelFinishedArea": 1,
"upperFloorArea": 1,
"secondFloorArea": 1,
"firstFloorArea": 1,
"lowerLevelArea": 1,
"livingArea": 1,
"grossFloorArea": 1,
"parkingCount": 1,
"garageCount": 1,
"garageArea": 1,
"garageCarsCount": 1,
"attachedGarageId": 1,
"attachedGarageType": "sample string 81",
"attachedGarageTypeRating": 1,
"attachedGarageCount": 1,
"attachedGarageArea": 1,
"attachedCarPortGarageId": 1,
"attachedCarPortGarageType": "sample string 82",
"attachedCarPortGarageTypeRating": 1,
"attachedCarPortCount": 1,
"attachedCarPortArea": 1,
"detachedGarageId": 1,
"detachedGarageType": "sample string 83",
"detachedGarageTypeRating": 1,
"detachedGarageCount": 1,
"detachedGarageArea": 1,
"basementGarageId": 1,
"basementGarageType": "sample string 84",
"basementGarageTypeRating": 1,
"basementGarageCarCount": 1,
"basementGarageArea": 1,
"shedsArea": 1,
"gazeboArea": 1,
"groundPoolArea": 1,
"deckCount": 1,
"deckArea": 1,
"concretePatioCount": 1,
"concretePatioArea": 1,
"enclosedPorchCount": 1,
"enclosedPorchArea": 1,
"openPorchCount": 1,
"openPorchArea": 1,
"outbuildingsCount": 1,
"singleParcelBuildingCount": 1,
"landUseCode": "sample string 85",
"recordType": "sample string 86",
"occupancyPercent": 1.0,
"prorationPercentage": 1.0,
"interiorFinishPercent": 1.0,
"rec1OutbuildingName": "sample string 87",
"rec1OutbuildingArea": 1,
"rec1OutbuildingYearBuilt": 1,
"rec2OutbuildingName": "sample string 88",
"rec2OutbuildingArea": 1,
"rec2OutbuildingYearBuilt": 1,
"rec3OutbuildingName": "sample string 89",
"rec3OutbuildingArea": 1,
"rec3OutbuildingYearBuilt": 1,
"rec4OutbuildingName": "sample string 90",
"rec4OutbuildingArea": 1,
"rec4OutbuildingYearBuilt": 1,
"lotSizeAcres": 1.0,
"wallHeight": 1,
"unitsCount": 1,
"outbuildingTypes": "sample string 91",
"neighborhoodDescription": "sample string 92",
"neighborhoodId": 1,
"externalWallId": 1,
"externalWallRating": 1,
"landMethod": "sample string 93",
"landUseCodeId": 1,
"salesPriceSqFt": 1.0,
"propertyCardUrl": "sample string 94",
"assessmentUrl": "sample string 95",
"baseMarketValue1977": 1,
"farmLandMarketValue": 1,
"farmBuildingsMarketValue": 1,
"farmTotalAssessment": 1,
"preferentialAssessmentReason": "sample string 96",
"partialAssessmentFlag": true,
"physicalDepreciationPercent": 1.0,
"landAssessmentAssessmentNotice": 1,
"buildingAssessmentAssessmentNotice": 1,
"totalAssessmentAssessmentNotice": 1,
"buildingAssessmentResidential": 1,
"buildingAssessmentCommercial": 1,
"totalAssessmentEqualized": 1,
"residentialLandMarketValue": 1,
"buildingMarketValueResidential": 1,
"totalResidentialMarketValue": 1,
"commercialLandMarketValue": 1,
"commercialBuildingMarketValue": 1,
"totalMarketValueCommercial": 1,
"condoOwnershipPercent": 1.0,
"costsTaxAmount": 1.0,
"omitRollbackTaxAmount": 1.0,
"totalCurrentYearTaxAmount": 1.0,
"taxBillTotalAssessmentEqualized": 1.0,
"taxBillExemptionAssessedValue": 1,
"taxBillStateAssessedPollutionControl": 1,
"taxBillTaxableValuation": 1,
"taxExemptLevel": 1,
"taxBillForfeitedTax": 1,
"taxBillFirstInstallmentPaymentAmount": 1,
"taxBillSecondInstallmentPaymentAmount": 1,
"taxBillFirstInstallmentDueDate": 1,
"taxBillSecondInstallmentDueDate": 1,
"treasurerCollectorCharges": 1,
"taxBillRealEstateTaxAmount": 1,
"taxBillStatementYear": 1,
"taxBillYear": 1,
"currentYearTaxDueAmount": 1,
"taxBillTaxRate": 1,
"totalDrainageTaxAmount": 1,
"totalSpecialServicesTaxAmount": 1,
"drainageDistrictProjectName": 1,
"taxpayerCompanyName": "sample string 98",
"documentNumber": "sample string 99",
"qualifiedSaleFlag": "sample string 100",
"legalDescription": "sample string 101"
},
"fullAnalysisRecommendation": "sample string 7"
}
text/html
Sample:
{"recommendedAnalysisTypes":[1,2],"appealYear":1,"grossTaxAmount":2.0,"fairTaxAmount":1.0,"marketValue":3.1,"marketValueAsOfDate":"sample string 4","overPaymentAmount":5.0,"appealSchedule":{"townshipId":1,"appealYear":2,"townshipName":"sample string 3","lastReAssessmentYear":4,"nextReAssessmentYear":5,"stateId":6,"stateName":"sample string 7","countyId":8,"countyName":"sample string 9","assessmentPostingDate":"2025-11-21T06:47:46.4735034-06:00","isAssessmentPostingDateEstimated":true,"assessorFilingStartDate":"2025-11-21T06:47:46.4735034-06:00","isAssessorFilingStartDateEstimated":true,"assessorFilingEndDate":"2025-11-21T06:47:46.4735034-06:00","isAssessorFilingEndDateEstimated":true,"assessorDocFilingEndDate":"2025-11-21T06:47:46.4735034-06:00","isAssessorDocFilingEndDateEstimated":true,"assessorRereviewStartDate":"2025-11-21T06:47:46.475541-06:00","isAssessorRereviewStartDateEstimated":true,"assessorRereviewEndDate":"2025-11-21T06:47:46.475541-06:00","isAssessorRereviewEndDateEstimated":true,"assessorAppealCertificationDate":"2025-11-21T06:47:46.475541-06:00","isAssessorAppealCertificationDateEstimated":true,"assessorAppealPublishDate":"2025-11-21T06:47:46.475541-06:00","isAssessorAppealPublishDateEstimated":true,"numDaysBeforeAssessorAppealStart":1,"numDaysBeforeAssessorAppealEnds":1,"assessorAppealEnded":true,"borAppealPostingDate":"2025-11-21T06:47:46.477331-06:00","isBorAppealPostingDateEstimated":true,"borFilingStartDate":"2025-11-21T06:47:46.477331-06:00","isBorFilingStartDateEstimated":true,"borFilingEndDate":"2025-11-21T06:47:46.477331-06:00","isBorFilingEndDateEstimated":true,"borDocFilingEndDate":"2025-11-21T06:47:46.477331-06:00","isBorDocFilingEndDateEstimated":true,"borAppealDecisionDate":"2025-11-21T06:47:46.477331-06:00","isBorAppealDecisionDateEstimated":true,"borRereviewStartDate":"2025-11-21T06:47:46.477331-06:00","isBorRereviewStartDateEstimated":true,"borRereviewEndDate":"2025-11-21T06:47:46.479363-06:00","isBorRereviewEndDateEstimated":true,"borRereviewDecisionDate":"2025-11-21T06:47:46.479363-06:00","isBorRereviewDecisionDateEstimated":true,"borRereviewPublishDate":"2025-11-21T06:47:46.479363-06:00","isBorRereviewPublishDateEstimated":true,"numDaysBeforeBorAppealStarts":1,"numDaysBeforeBorAppealEnds":1,"borAppealEnded":true,"stateAppealBoardFilingStartDate":"2025-11-21T06:47:46.479363-06:00","isStateAppealBoardFilingStartDateEstimated":true,"stateAppealBoardFilingEndDate":"2025-11-21T06:47:46.479363-06:00","isStateAppealBoardFilingEndDateEstimated":true,"numDaysBeforeStateAppealStarts":1,"numDaysBeforeStateAppealEnds":1,"stateAppealEnded":true,"showAssessorEstimatedMarker":true,"showBorEstimatedMarker":true,"showAssessorDaysMarker":true,"showBorDaysMarker":true,"showStateDaysMarker":true,"assessorLabel1":"sample string 37","assessorLabel2":"sample string 38","borLabel1":"sample string 39","borLabel2":"sample string 40","stateLabel1":"sample string 41","stateLabel2":"sample string 42","showStateEstimatedMarket":true},"availableAppealTypes":[{"id":1,"appealType":"sample string 2","displayName":"sample string 3","description":"sample string 4","addedDate":"2025-11-21T06:47:46.4834109-06:00","rank":6,"canCompbineWithOtherAppeals":true,"countyId":8,"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,"appealType":"sample string 2","displayName":"sample string 3","description":"sample string 4","addedDate":"2025-11-21T06:47:46.4834109-06:00","rank":6,"canCompbineWithOtherAppeals":true,"countyId":8,"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}}}],"pageContent":{"id":1,"pageName":"sample string 2","slug":"sample string 3","title":"sample string 4","content":"sample string 5","lastModifiedDate":"sample string 6","ptdContentPageTypeId":7,"ptdContentPageType":{"id":1,"type":"sample string 2","description":"sample string 3"},"customContent":"sample string 8"},"isAppealRecommended":true,"property":{"propertyAddressId":1,"pin":"sample string 2","formattedPin":"sample string 3","taxYear":4,"geoCenter":"sample string 5","addressLine1":"sample string 6","city":"sample string 7","state":"sample string 8","zipCode":"sample string 9","fullAddress":"sample string 10","countyName":"sample string 11","countyId":12,"townshipId":13,"townshipName":"sample string 14","taxCodeId":15,"taxCode":"sample string 16","neighborhood":17,"age":18,"description":"sample string 19","propertyClass":"sample string 20","propertyClassId":21,"residenceType":"sample string 22","residenceTypeId":1,"constructionType":"sample string 23","exteriorConstructionTypeRating":1,"buildingUse":"sample string 24","buildingUseId":1,"apartments":"sample string 25","fullBaths":26,"halfBaths":27,"basementType":"sample string 28","basementTypeRating":1,"atticType":"sample string 29","atticTypeRating":1,"centralAir":true,"fireplaceCount":31,"garageType":"sample string 32","garageTypeRating":1,"landAreaSqFt":33.1,"buildingAreaSqFt":34.1,"landAssessment":35.1,"buildingAssessment":36.1,"assessmentRatio":37.0,"totalAssessment":38.1,"landAssessmentLastYear":39.1,"buildingAssessmentLastYear":40.1,"assessmentRatioLastYear":41.0,"totalAssessmentLastYear":42.0,"assessmentLevel":43.0,"taxRate":44.0,"stateEqualizationFactor":45.0,"marketValue":46.1,"marketValueLastYear":47.1,"grossTaxAmount":48.0,"propertyImageUrl":"sample string 49","isSubject":true,"distance":51.0,"priorTaxYear":52,"lastYearGrossTaxAmount":53.0,"taxRateYear":54,"stateEqualizationFactorYear":55,"taxRateLastYear":56.0,"stateEqualizationFactorLastYear":57.0,"lastReassessmentYear":58,"nextReassessmentYear":59,"transactionAmount":1.0,"executedDate":"sample string 60","buyer":"sample string 61","seller":"sample string 62","deed":"sample string 63","isIncomeProperty":true,"multiParcelIds":[1,2],"multiParcelPins":["sample string 1","sample string 2"],"card":1,"cookCountyEquivalentClassId":1,"cookCountyEquivalentClass":"sample string 65","cookCountyEquivalentClassDescription":"sample string 66","storiesCount":"sample string 67","stories":"sample string 68","styleId":69,"style":"sample string 70","exteriorWallType":"sample string 71","roofCoverId":72,"roofCover":"sample string 73","roofCoverRating":74,"yearBuilt":75,"yearRemodeled":1,"effectiveYearBuilt":1,"physicalConditionId":1,"physicalCondition":"sample string 76","physicalConditionRating":1,"gradeId":1,"grade":"sample string 77","gradeRating":1,"cduStructureId":1,"cduStructure":"sample string 78","cduStructureRating":1,"bedroomCount":1,"bathsWith4FixCount":1,"bathsWith5FixCount":1,"totalFixturesCount":1,"totalLivingArea":1.1,"atticArea":1.1,"basementArea":79,"heatingType":"sample string 80","prefabFireplaceCount":1,"woodBurningFireplaceCount":1,"recRoomArea":1,"basementFinishedArea":1,"lowerLevelFinishedArea":1,"upperFloorArea":1,"secondFloorArea":1,"firstFloorArea":1,"lowerLevelArea":1,"livingArea":1,"grossFloorArea":1,"parkingCount":1,"garageCount":1,"garageArea":1,"garageCarsCount":1,"attachedGarageId":1,"attachedGarageType":"sample string 81","attachedGarageTypeRating":1,"attachedGarageCount":1,"attachedGarageArea":1,"attachedCarPortGarageId":1,"attachedCarPortGarageType":"sample string 82","attachedCarPortGarageTypeRating":1,"attachedCarPortCount":1,"attachedCarPortArea":1,"detachedGarageId":1,"detachedGarageType":"sample string 83","detachedGarageTypeRating":1,"detachedGarageCount":1,"detachedGarageArea":1,"basementGarageId":1,"basementGarageType":"sample string 84","basementGarageTypeRating":1,"basementGarageCarCount":1,"basementGarageArea":1,"shedsArea":1,"gazeboArea":1,"groundPoolArea":1,"deckCount":1,"deckArea":1,"concretePatioCount":1,"concretePatioArea":1,"enclosedPorchCount":1,"enclosedPorchArea":1,"openPorchCount":1,"openPorchArea":1,"outbuildingsCount":1,"singleParcelBuildingCount":1,"landUseCode":"sample string 85","recordType":"sample string 86","occupancyPercent":1.0,"prorationPercentage":1.0,"interiorFinishPercent":1.0,"rec1OutbuildingName":"sample string 87","rec1OutbuildingArea":1,"rec1OutbuildingYearBuilt":1,"rec2OutbuildingName":"sample string 88","rec2OutbuildingArea":1,"rec2OutbuildingYearBuilt":1,"rec3OutbuildingName":"sample string 89","rec3OutbuildingArea":1,"rec3OutbuildingYearBuilt":1,"rec4OutbuildingName":"sample string 90","rec4OutbuildingArea":1,"rec4OutbuildingYearBuilt":1,"lotSizeAcres":1.0,"wallHeight":1,"unitsCount":1,"outbuildingTypes":"sample string 91","neighborhoodDescription":"sample string 92","neighborhoodId":1,"externalWallId":1,"externalWallRating":1,"landMethod":"sample string 93","landUseCodeId":1,"salesPriceSqFt":1.0,"propertyCardUrl":"sample string 94","assessmentUrl":"sample string 95","baseMarketValue1977":1,"farmLandMarketValue":1,"farmBuildingsMarketValue":1,"farmTotalAssessment":1,"preferentialAssessmentReason":"sample string 96","partialAssessmentFlag":true,"physicalDepreciationPercent":1.0,"landAssessmentAssessmentNotice":1,"buildingAssessmentAssessmentNotice":1,"totalAssessmentAssessmentNotice":1,"buildingAssessmentResidential":1,"buildingAssessmentCommercial":1,"totalAssessmentEqualized":1,"residentialLandMarketValue":1,"buildingMarketValueResidential":1,"totalResidentialMarketValue":1,"commercialLandMarketValue":1,"commercialBuildingMarketValue":1,"totalMarketValueCommercial":1,"condoOwnershipPercent":1.0,"costsTaxAmount":1.0,"omitRollbackTaxAmount":1.0,"totalCurrentYearTaxAmount":1.0,"taxBillTotalAssessmentEqualized":1.0,"taxBillExemptionAssessedValue":1,"taxBillStateAssessedPollutionControl":1,"taxBillTaxableValuation":1,"taxExemptLevel":1,"taxBillForfeitedTax":1,"taxBillFirstInstallmentPaymentAmount":1,"taxBillSecondInstallmentPaymentAmount":1,"taxBillFirstInstallmentDueDate":1,"taxBillSecondInstallmentDueDate":1,"treasurerCollectorCharges":1,"taxBillRealEstateTaxAmount":1,"taxBillStatementYear":1,"taxBillYear":1,"currentYearTaxDueAmount":1,"taxBillTaxRate":1,"totalDrainageTaxAmount":1,"totalSpecialServicesTaxAmount":1,"drainageDistrictProjectName":1,"taxpayerCompanyName":"sample string 98","documentNumber":"sample string 99","qualifiedSaleFlag":"sample string 100","legalDescription":"sample string 101"},"fullAnalysisRecommendation":"sample string 7"}
application/xml, text/xml
Sample:
<AppealValidationAnalysisModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.Appeal">
<AppealSchedule xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
<d2p1:AppealYear>2</d2p1:AppealYear>
<d2p1:AssessmentPostingDate>2025-11-21T06:47:46.4735034-06:00</d2p1:AssessmentPostingDate>
<d2p1:AssessorAppealCertificationDate>2025-11-21T06:47:46.475541-06:00</d2p1:AssessorAppealCertificationDate>
<d2p1:AssessorAppealEnded>true</d2p1:AssessorAppealEnded>
<d2p1:AssessorAppealPublishDate>2025-11-21T06:47:46.475541-06:00</d2p1:AssessorAppealPublishDate>
<d2p1:AssessorDocFilingEndDate>2025-11-21T06:47:46.4735034-06:00</d2p1:AssessorDocFilingEndDate>
<d2p1:AssessorFilingEndDate>2025-11-21T06:47:46.4735034-06:00</d2p1:AssessorFilingEndDate>
<d2p1:AssessorFilingStartDate>2025-11-21T06:47:46.4735034-06:00</d2p1:AssessorFilingStartDate>
<d2p1:AssessorLabel1>sample string 37</d2p1:AssessorLabel1>
<d2p1:AssessorLabel2>sample string 38</d2p1:AssessorLabel2>
<d2p1:AssessorRereviewEndDate>2025-11-21T06:47:46.475541-06:00</d2p1:AssessorRereviewEndDate>
<d2p1:AssessorRereviewStartDate>2025-11-21T06:47:46.475541-06:00</d2p1:AssessorRereviewStartDate>
<d2p1:BorAppealDecisionDate>2025-11-21T06:47:46.477331-06:00</d2p1:BorAppealDecisionDate>
<d2p1:BorAppealEnded>true</d2p1:BorAppealEnded>
<d2p1:BorAppealPostingDate>2025-11-21T06:47:46.477331-06:00</d2p1:BorAppealPostingDate>
<d2p1:BorDocFilingEndDate>2025-11-21T06:47:46.477331-06:00</d2p1:BorDocFilingEndDate>
<d2p1:BorFilingEndDate>2025-11-21T06:47:46.477331-06:00</d2p1:BorFilingEndDate>
<d2p1:BorFilingStartDate>2025-11-21T06:47:46.477331-06:00</d2p1:BorFilingStartDate>
<d2p1:BorLabel1>sample string 39</d2p1:BorLabel1>
<d2p1:BorLabel2>sample string 40</d2p1:BorLabel2>
<d2p1:BorRereviewDecisionDate>2025-11-21T06:47:46.479363-06:00</d2p1:BorRereviewDecisionDate>
<d2p1:BorRereviewEndDate>2025-11-21T06:47:46.479363-06:00</d2p1:BorRereviewEndDate>
<d2p1:BorRereviewPublishDate>2025-11-21T06:47:46.479363-06:00</d2p1:BorRereviewPublishDate>
<d2p1:BorRereviewStartDate>2025-11-21T06:47:46.477331-06:00</d2p1:BorRereviewStartDate>
<d2p1:CountyId>8</d2p1:CountyId>
<d2p1:CountyName>sample string 9</d2p1:CountyName>
<d2p1:IsAssessmentPostingDateEstimated>true</d2p1:IsAssessmentPostingDateEstimated>
<d2p1:IsAssessorAppealCertificationDateEstimated>true</d2p1:IsAssessorAppealCertificationDateEstimated>
<d2p1:IsAssessorAppealPublishDateEstimated>true</d2p1:IsAssessorAppealPublishDateEstimated>
<d2p1:IsAssessorDocFilingEndDateEstimated>true</d2p1:IsAssessorDocFilingEndDateEstimated>
<d2p1:IsAssessorFilingEndDateEstimated>true</d2p1:IsAssessorFilingEndDateEstimated>
<d2p1:IsAssessorFilingStartDateEstimated>true</d2p1:IsAssessorFilingStartDateEstimated>
<d2p1:IsAssessorRereviewEndDateEstimated>true</d2p1:IsAssessorRereviewEndDateEstimated>
<d2p1:IsAssessorRereviewStartDateEstimated>true</d2p1:IsAssessorRereviewStartDateEstimated>
<d2p1:IsBorAppealDecisionDateEstimated>true</d2p1:IsBorAppealDecisionDateEstimated>
<d2p1:IsBorAppealPostingDateEstimated>true</d2p1:IsBorAppealPostingDateEstimated>
<d2p1:IsBorDocFilingEndDateEstimated>true</d2p1:IsBorDocFilingEndDateEstimated>
<d2p1:IsBorFilingEndDateEstimated>true</d2p1:IsBorFilingEndDateEstimated>
<d2p1:IsBorFilingStartDateEstimated>true</d2p1:IsBorFilingStartDateEstimated>
<d2p1:IsBorRereviewDecisionDateEstimated>true</d2p1:IsBorRereviewDecisionDateEstimated>
<d2p1:IsBorRereviewEndDateEstimated>true</d2p1:IsBorRereviewEndDateEstimated>
<d2p1:IsBorRereviewPublishDateEstimated>true</d2p1:IsBorRereviewPublishDateEstimated>
<d2p1:IsBorRereviewStartDateEstimated>true</d2p1:IsBorRereviewStartDateEstimated>
<d2p1:IsStateAppealBoardFilingEndDateEstimated>true</d2p1:IsStateAppealBoardFilingEndDateEstimated>
<d2p1:IsStateAppealBoardFilingStartDateEstimated>true</d2p1:IsStateAppealBoardFilingStartDateEstimated>
<d2p1:LastReAssessmentYear>4</d2p1:LastReAssessmentYear>
<d2p1:NextReAssessmentYear>5</d2p1:NextReAssessmentYear>
<d2p1:NumDaysBeforeAssessorAppealEnds>1</d2p1:NumDaysBeforeAssessorAppealEnds>
<d2p1:NumDaysBeforeAssessorAppealStart>1</d2p1:NumDaysBeforeAssessorAppealStart>
<d2p1:NumDaysBeforeBorAppealEnds>1</d2p1:NumDaysBeforeBorAppealEnds>
<d2p1:NumDaysBeforeBorAppealStarts>1</d2p1:NumDaysBeforeBorAppealStarts>
<d2p1:NumDaysBeforeStateAppealEnds>1</d2p1:NumDaysBeforeStateAppealEnds>
<d2p1:NumDaysBeforeStateAppealStarts>1</d2p1:NumDaysBeforeStateAppealStarts>
<d2p1:ShowAssessorDaysMarker>true</d2p1:ShowAssessorDaysMarker>
<d2p1:ShowAssessorEstimatedMarker>true</d2p1:ShowAssessorEstimatedMarker>
<d2p1:ShowBorDaysMarker>true</d2p1:ShowBorDaysMarker>
<d2p1:ShowBorEstimatedMarker>true</d2p1:ShowBorEstimatedMarker>
<d2p1:ShowStateDaysMarker>true</d2p1:ShowStateDaysMarker>
<d2p1:ShowStateEstimatedMarket>true</d2p1:ShowStateEstimatedMarket>
<d2p1:StateAppealBoardFilingEndDate>2025-11-21T06:47:46.479363-06:00</d2p1:StateAppealBoardFilingEndDate>
<d2p1:StateAppealBoardFilingStartDate>2025-11-21T06:47:46.479363-06:00</d2p1:StateAppealBoardFilingStartDate>
<d2p1:StateAppealEnded>true</d2p1:StateAppealEnded>
<d2p1:StateId>6</d2p1:StateId>
<d2p1:StateLabel1>sample string 41</d2p1:StateLabel1>
<d2p1:StateLabel2>sample string 42</d2p1:StateLabel2>
<d2p1:StateName>sample string 7</d2p1:StateName>
<d2p1:TownshipId>1</d2p1:TownshipId>
<d2p1:TownshipName>sample string 3</d2p1:TownshipName>
</AppealSchedule>
<AppealYear>1</AppealYear>
<AvailableAppealTypes xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
<d2p1:PropertyAppealType>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
<d2p1:AddedDate>2025-11-21T06:47:46.4834109-06:00</d2p1:AddedDate>
<d2p1:AppealType>sample string 2</d2p1:AppealType>
<d2p1:CanCompbineWithOtherAppeals>true</d2p1:CanCompbineWithOtherAppeals>
<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>8</d2p1:CountyId>
<d2p1:Description>sample string 4</d2p1:Description>
<d2p1:DisplayName>sample string 3</d2p1:DisplayName>
<d2p1:Rank>6</d2p1:Rank>
</d2p1:PropertyAppealType>
<d2p1:PropertyAppealType>
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
<d2p1:AddedDate>2025-11-21T06:47:46.4834109-06:00</d2p1:AddedDate>
<d2p1:AppealType>sample string 2</d2p1:AppealType>
<d2p1:CanCompbineWithOtherAppeals>true</d2p1:CanCompbineWithOtherAppeals>
<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>8</d2p1:CountyId>
<d2p1:Description>sample string 4</d2p1:Description>
<d2p1:DisplayName>sample string 3</d2p1:DisplayName>
<d2p1:Rank>6</d2p1:Rank>
</d2p1:PropertyAppealType>
</AvailableAppealTypes>
<FairTaxAmount>1</FairTaxAmount>
<FullAnalysisRecommendation>sample string 7</FullAnalysisRecommendation>
<GrossTaxAmount>2</GrossTaxAmount>
<IsAppealRecommended>true</IsAppealRecommended>
<MarketValue>3.1</MarketValue>
<MarketValueAsOfDate>sample string 4</MarketValueAsOfDate>
<OverPaymentAmount>5</OverPaymentAmount>
<PageContent xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
<d2p1:Content>sample string 5</d2p1:Content>
<d2p1:CustomContent>sample string 8</d2p1:CustomContent>
<d2p1:LastModifiedDate>sample string 6</d2p1:LastModifiedDate>
<d2p1:PageName>sample string 2</d2p1:PageName>
<d2p1:PtdContentPageType xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
<d3p1:Description>sample string 3</d3p1:Description>
<d3p1:Type>sample string 2</d3p1:Type>
</d2p1:PtdContentPageType>
<d2p1:PtdContentPageTypeId>7</d2p1:PtdContentPageTypeId>
<d2p1:Slug>sample string 3</d2p1:Slug>
<d2p1:Title>sample string 4</d2p1:Title>
</PageContent>
<Property xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.ReportModels">
<d2p1:AddressLine1>sample string 6</d2p1:AddressLine1>
<d2p1:Age>18</d2p1:Age>
<d2p1:Apartments>sample string 25</d2p1:Apartments>
<d2p1:AssessmentLevel>43</d2p1:AssessmentLevel>
<d2p1:AssessmentRatio>37</d2p1:AssessmentRatio>
<d2p1:AssessmentRatioLastYear>41</d2p1:AssessmentRatioLastYear>
<d2p1:AssessmentUrl>sample string 95</d2p1:AssessmentUrl>
<d2p1:AttachedCarPortArea>1</d2p1:AttachedCarPortArea>
<d2p1:AttachedCarPortCount>1</d2p1:AttachedCarPortCount>
<d2p1:AttachedCarPortGarageId>1</d2p1:AttachedCarPortGarageId>
<d2p1:AttachedCarPortGarageType>sample string 82</d2p1:AttachedCarPortGarageType>
<d2p1:AttachedCarPortGarageTypeRating>1</d2p1:AttachedCarPortGarageTypeRating>
<d2p1:AttachedGarageArea>1</d2p1:AttachedGarageArea>
<d2p1:AttachedGarageCount>1</d2p1:AttachedGarageCount>
<d2p1:AttachedGarageId>1</d2p1:AttachedGarageId>
<d2p1:AttachedGarageType>sample string 81</d2p1:AttachedGarageType>
<d2p1:AttachedGarageTypeRating>1</d2p1:AttachedGarageTypeRating>
<d2p1:AtticArea>1.1</d2p1:AtticArea>
<d2p1:AtticType>sample string 29</d2p1:AtticType>
<d2p1:AtticTypeRating>1</d2p1:AtticTypeRating>
<d2p1:BaseMarketValue1977>1</d2p1:BaseMarketValue1977>
<d2p1:BasementArea>79</d2p1:BasementArea>
<d2p1:BasementFinishedArea>1</d2p1:BasementFinishedArea>
<d2p1:BasementGarageArea>1</d2p1:BasementGarageArea>
<d2p1:BasementGarageCarCount>1</d2p1:BasementGarageCarCount>
<d2p1:BasementGarageId>1</d2p1:BasementGarageId>
<d2p1:BasementGarageType>sample string 84</d2p1:BasementGarageType>
<d2p1:BasementGarageTypeRating>1</d2p1:BasementGarageTypeRating>
<d2p1:BasementType>sample string 28</d2p1:BasementType>
<d2p1:BasementTypeRating>1</d2p1:BasementTypeRating>
<d2p1:BathsWith4FixCount>1</d2p1:BathsWith4FixCount>
<d2p1:BathsWith5FixCount>1</d2p1:BathsWith5FixCount>
<d2p1:BedroomCount>1</d2p1:BedroomCount>
<d2p1:BuildingAreaSqFt>34.1</d2p1:BuildingAreaSqFt>
<d2p1:BuildingAssessment>36.1</d2p1:BuildingAssessment>
<d2p1:BuildingAssessmentAssessmentNotice>1</d2p1:BuildingAssessmentAssessmentNotice>
<d2p1:BuildingAssessmentCommercial>1</d2p1:BuildingAssessmentCommercial>
<d2p1:BuildingAssessmentLastYear>40.1</d2p1:BuildingAssessmentLastYear>
<d2p1:BuildingAssessmentResidential>1</d2p1:BuildingAssessmentResidential>
<d2p1:BuildingMarketValueResidential>1</d2p1:BuildingMarketValueResidential>
<d2p1:BuildingUse>sample string 24</d2p1:BuildingUse>
<d2p1:BuildingUseId>1</d2p1:BuildingUseId>
<d2p1:Buyer>sample string 61</d2p1:Buyer>
<d2p1:Card>1</d2p1:Card>
<d2p1:CduStructure>sample string 78</d2p1:CduStructure>
<d2p1:CduStructureId>1</d2p1:CduStructureId>
<d2p1:CduStructureRating>1</d2p1:CduStructureRating>
<d2p1:CentralAir>true</d2p1:CentralAir>
<d2p1:City>sample string 7</d2p1:City>
<d2p1:CommercialBuildingMarketValue>1</d2p1:CommercialBuildingMarketValue>
<d2p1:CommercialLandMarketValue>1</d2p1:CommercialLandMarketValue>
<d2p1:ConcretePatioArea>1</d2p1:ConcretePatioArea>
<d2p1:ConcretePatioCount>1</d2p1:ConcretePatioCount>
<d2p1:CondoOwnershipPercent>1</d2p1:CondoOwnershipPercent>
<d2p1:ConstructionType>sample string 23</d2p1:ConstructionType>
<d2p1:CookCountyEquivalentClass>sample string 65</d2p1:CookCountyEquivalentClass>
<d2p1:CookCountyEquivalentClassDescription>sample string 66</d2p1:CookCountyEquivalentClassDescription>
<d2p1:CookCountyEquivalentClassId>1</d2p1:CookCountyEquivalentClassId>
<d2p1:CostsTaxAmount>1</d2p1:CostsTaxAmount>
<d2p1:CountyId>12</d2p1:CountyId>
<d2p1:CountyName>sample string 11</d2p1:CountyName>
<d2p1:CurrentYearTaxDueAmount>1</d2p1:CurrentYearTaxDueAmount>
<d2p1:DeckArea>1</d2p1:DeckArea>
<d2p1:DeckCount>1</d2p1:DeckCount>
<d2p1:Deed>sample string 63</d2p1:Deed>
<d2p1:Description>sample string 19</d2p1:Description>
<d2p1:DetachedGarageArea>1</d2p1:DetachedGarageArea>
<d2p1:DetachedGarageCount>1</d2p1:DetachedGarageCount>
<d2p1:DetachedGarageId>1</d2p1:DetachedGarageId>
<d2p1:DetachedGarageType>sample string 83</d2p1:DetachedGarageType>
<d2p1:DetachedGarageTypeRating>1</d2p1:DetachedGarageTypeRating>
<d2p1:Distance>51</d2p1:Distance>
<d2p1:DocumentNumber>sample string 99</d2p1:DocumentNumber>
<d2p1:DrainageDistrictProjectName>1</d2p1:DrainageDistrictProjectName>
<d2p1:EffectiveYearBuilt>1</d2p1:EffectiveYearBuilt>
<d2p1:EnclosedPorchArea>1</d2p1:EnclosedPorchArea>
<d2p1:EnclosedPorchCount>1</d2p1:EnclosedPorchCount>
<d2p1:ExecutedDate>sample string 60</d2p1:ExecutedDate>
<d2p1:ExteriorConstructionTypeRating>1</d2p1:ExteriorConstructionTypeRating>
<d2p1:ExteriorWallType>sample string 71</d2p1:ExteriorWallType>
<d2p1:ExternalWallId>1</d2p1:ExternalWallId>
<d2p1:ExternalWallRating>1</d2p1:ExternalWallRating>
<d2p1:FarmBuildingsMarketValue>1</d2p1:FarmBuildingsMarketValue>
<d2p1:FarmLandMarketValue>1</d2p1:FarmLandMarketValue>
<d2p1:FarmTotalAssessment>1</d2p1:FarmTotalAssessment>
<d2p1:FireplaceCount>31</d2p1:FireplaceCount>
<d2p1:FirstFloorArea>1</d2p1:FirstFloorArea>
<d2p1:FormattedPin>sample string 3</d2p1:FormattedPin>
<d2p1:FullAddress>sample string 10</d2p1:FullAddress>
<d2p1:FullBaths>26</d2p1:FullBaths>
<d2p1:GarageArea>1</d2p1:GarageArea>
<d2p1:GarageCarsCount>1</d2p1:GarageCarsCount>
<d2p1:GarageCount>1</d2p1:GarageCount>
<d2p1:GarageType>sample string 32</d2p1:GarageType>
<d2p1:GarageTypeRating>1</d2p1:GarageTypeRating>
<d2p1:GazeboArea>1</d2p1:GazeboArea>
<d2p1:GeoCenter>sample string 5</d2p1:GeoCenter>
<d2p1:Grade>sample string 77</d2p1:Grade>
<d2p1:GradeId>1</d2p1:GradeId>
<d2p1:GradeRating>1</d2p1:GradeRating>
<d2p1:GrossFloorArea>1</d2p1:GrossFloorArea>
<d2p1:GrossTaxAmount>48</d2p1:GrossTaxAmount>
<d2p1:GroundPoolArea>1</d2p1:GroundPoolArea>
<d2p1:HalfBaths>27</d2p1:HalfBaths>
<d2p1:HeatingType>sample string 80</d2p1:HeatingType>
<d2p1:InteriorFinishPercent>1</d2p1:InteriorFinishPercent>
<d2p1:IsIncomeProperty>true</d2p1:IsIncomeProperty>
<d2p1:IsSubject>true</d2p1:IsSubject>
<d2p1:LandAreaSqFt>33.1</d2p1:LandAreaSqFt>
<d2p1:LandAssessment>35.1</d2p1:LandAssessment>
<d2p1:LandAssessmentAssessmentNotice>1</d2p1:LandAssessmentAssessmentNotice>
<d2p1:LandAssessmentLastYear>39.1</d2p1:LandAssessmentLastYear>
<d2p1:LandMethod>sample string 93</d2p1:LandMethod>
<d2p1:LandUseCode>sample string 85</d2p1:LandUseCode>
<d2p1:LandUseCodeId>1</d2p1:LandUseCodeId>
<d2p1:LastReassessmentYear>58</d2p1:LastReassessmentYear>
<d2p1:LastYearGrossTaxAmount>53</d2p1:LastYearGrossTaxAmount>
<d2p1:LegalDescription>sample string 101</d2p1:LegalDescription>
<d2p1:LivingArea>1</d2p1:LivingArea>
<d2p1:LotSizeAcres>1</d2p1:LotSizeAcres>
<d2p1:LowerLevelArea>1</d2p1:LowerLevelArea>
<d2p1:LowerLevelFinishedArea>1</d2p1:LowerLevelFinishedArea>
<d2p1:MarketValue>46.1</d2p1:MarketValue>
<d2p1:MarketValueLastYear>47.1</d2p1:MarketValueLastYear>
<d2p1:MultiParcelIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:int>1</d3p1:int>
<d3p1:int>2</d3p1:int>
</d2p1:MultiParcelIds>
<d2p1:MultiParcelPins xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</d2p1:MultiParcelPins>
<d2p1:Neighborhood>17</d2p1:Neighborhood>
<d2p1:NeighborhoodDescription>sample string 92</d2p1:NeighborhoodDescription>
<d2p1:NeighborhoodId>1</d2p1:NeighborhoodId>
<d2p1:NextReassessmentYear>59</d2p1:NextReassessmentYear>
<d2p1:OccupancyPercent>1</d2p1:OccupancyPercent>
<d2p1:OmitRollbackTaxAmount>1</d2p1:OmitRollbackTaxAmount>
<d2p1:OpenPorchArea>1</d2p1:OpenPorchArea>
<d2p1:OpenPorchCount>1</d2p1:OpenPorchCount>
<d2p1:OutbuildingTypes>sample string 91</d2p1:OutbuildingTypes>
<d2p1:OutbuildingsCount>1</d2p1:OutbuildingsCount>
<d2p1:ParkingCount>1</d2p1:ParkingCount>
<d2p1:PartialAssessmentFlag>true</d2p1:PartialAssessmentFlag>
<d2p1:PhysicalCondition>sample string 76</d2p1:PhysicalCondition>
<d2p1:PhysicalConditionId>1</d2p1:PhysicalConditionId>
<d2p1:PhysicalConditionRating>1</d2p1:PhysicalConditionRating>
<d2p1:PhysicalDepreciationPercent>1</d2p1:PhysicalDepreciationPercent>
<d2p1:Pin>sample string 2</d2p1:Pin>
<d2p1:PrefabFireplaceCount>1</d2p1:PrefabFireplaceCount>
<d2p1:PreferentialAssessmentReason>sample string 96</d2p1:PreferentialAssessmentReason>
<d2p1:PriorTaxYear>52</d2p1:PriorTaxYear>
<d2p1:PropertyAddressId>1</d2p1:PropertyAddressId>
<d2p1:PropertyCardUrl>sample string 94</d2p1:PropertyCardUrl>
<d2p1:PropertyClass>sample string 20</d2p1:PropertyClass>
<d2p1:PropertyClassId>21</d2p1:PropertyClassId>
<d2p1:PropertyImageUrl>sample string 49</d2p1:PropertyImageUrl>
<d2p1:ProrationPercentage>1</d2p1:ProrationPercentage>
<d2p1:QualifiedSaleFlag>sample string 100</d2p1:QualifiedSaleFlag>
<d2p1:Rec1OutbuildingArea>1</d2p1:Rec1OutbuildingArea>
<d2p1:Rec1OutbuildingName>sample string 87</d2p1:Rec1OutbuildingName>
<d2p1:Rec1OutbuildingYearBuilt>1</d2p1:Rec1OutbuildingYearBuilt>
<d2p1:Rec2OutbuildingArea>1</d2p1:Rec2OutbuildingArea>
<d2p1:Rec2OutbuildingName>sample string 88</d2p1:Rec2OutbuildingName>
<d2p1:Rec2OutbuildingYearBuilt>1</d2p1:Rec2OutbuildingYearBuilt>
<d2p1:Rec3OutbuildingArea>1</d2p1:Rec3OutbuildingArea>
<d2p1:Rec3OutbuildingName>sample string 89</d2p1:Rec3OutbuildingName>
<d2p1:Rec3OutbuildingYearBuilt>1</d2p1:Rec3OutbuildingYearBuilt>
<d2p1:Rec4OutbuildingArea>1</d2p1:Rec4OutbuildingArea>
<d2p1:Rec4OutbuildingName>sample string 90</d2p1:Rec4OutbuildingName>
<d2p1:Rec4OutbuildingYearBuilt>1</d2p1:Rec4OutbuildingYearBuilt>
<d2p1:RecRoomArea>1</d2p1:RecRoomArea>
<d2p1:RecordType>sample string 86</d2p1:RecordType>
<d2p1:ResidenceType>sample string 22</d2p1:ResidenceType>
<d2p1:ResidenceTypeId>1</d2p1:ResidenceTypeId>
<d2p1:ResidentialLandMarketValue>1</d2p1:ResidentialLandMarketValue>
<d2p1:RoofCover>sample string 73</d2p1:RoofCover>
<d2p1:RoofCoverId>72</d2p1:RoofCoverId>
<d2p1:RoofCoverRating>74</d2p1:RoofCoverRating>
<d2p1:SalesPriceSqFt>1</d2p1:SalesPriceSqFt>
<d2p1:SecondFloorArea>1</d2p1:SecondFloorArea>
<d2p1:Seller>sample string 62</d2p1:Seller>
<d2p1:ShedsArea>1</d2p1:ShedsArea>
<d2p1:SingleParcelBuildingCount>1</d2p1:SingleParcelBuildingCount>
<d2p1:State>sample string 8</d2p1:State>
<d2p1:StateEqualizationFactor>45</d2p1:StateEqualizationFactor>
<d2p1:StateEqualizationFactorLastYear>57</d2p1:StateEqualizationFactorLastYear>
<d2p1:StateEqualizationFactorYear>55</d2p1:StateEqualizationFactorYear>
<d2p1:Stories>sample string 68</d2p1:Stories>
<d2p1:StoriesCount>sample string 67</d2p1:StoriesCount>
<d2p1:Style>sample string 70</d2p1:Style>
<d2p1:StyleId>69</d2p1:StyleId>
<d2p1:TaxBillExemptionAssessedValue>1</d2p1:TaxBillExemptionAssessedValue>
<d2p1:TaxBillFirstInstallmentDueDate>1</d2p1:TaxBillFirstInstallmentDueDate>
<d2p1:TaxBillFirstInstallmentPaymentAmount>1</d2p1:TaxBillFirstInstallmentPaymentAmount>
<d2p1:TaxBillForfeitedTax>1</d2p1:TaxBillForfeitedTax>
<d2p1:TaxBillRealEstateTaxAmount>1</d2p1:TaxBillRealEstateTaxAmount>
<d2p1:TaxBillSecondInstallmentDueDate>1</d2p1:TaxBillSecondInstallmentDueDate>
<d2p1:TaxBillSecondInstallmentPaymentAmount>1</d2p1:TaxBillSecondInstallmentPaymentAmount>
<d2p1:TaxBillStateAssessedPollutionControl>1</d2p1:TaxBillStateAssessedPollutionControl>
<d2p1:TaxBillStatementYear>1</d2p1:TaxBillStatementYear>
<d2p1:TaxBillTaxRate>1</d2p1:TaxBillTaxRate>
<d2p1:TaxBillTaxableValuation>1</d2p1:TaxBillTaxableValuation>
<d2p1:TaxBillTotalAssessmentEqualized>1</d2p1:TaxBillTotalAssessmentEqualized>
<d2p1:TaxBillYear>1</d2p1:TaxBillYear>
<d2p1:TaxCode>sample string 16</d2p1:TaxCode>
<d2p1:TaxCodeId>15</d2p1:TaxCodeId>
<d2p1:TaxExemptLevel>1</d2p1:TaxExemptLevel>
<d2p1:TaxRate>44</d2p1:TaxRate>
<d2p1:TaxRateLastYear>56</d2p1:TaxRateLastYear>
<d2p1:TaxRateYear>54</d2p1:TaxRateYear>
<d2p1:TaxYear>4</d2p1:TaxYear>
<d2p1:TaxpayerCompanyName>sample string 98</d2p1:TaxpayerCompanyName>
<d2p1:TotalAssessment>38.1</d2p1:TotalAssessment>
<d2p1:TotalAssessmentAssessmentNotice>1</d2p1:TotalAssessmentAssessmentNotice>
<d2p1:TotalAssessmentEqualized>1</d2p1:TotalAssessmentEqualized>
<d2p1:TotalAssessmentLastYear>42</d2p1:TotalAssessmentLastYear>
<d2p1:TotalCurrentYearTaxAmount>1</d2p1:TotalCurrentYearTaxAmount>
<d2p1:TotalDrainageTaxAmount>1</d2p1:TotalDrainageTaxAmount>
<d2p1:TotalFixturesCount>1</d2p1:TotalFixturesCount>
<d2p1:TotalLivingArea>1.1</d2p1:TotalLivingArea>
<d2p1:TotalMarketValueCommercial>1</d2p1:TotalMarketValueCommercial>
<d2p1:TotalResidentialMarketValue>1</d2p1:TotalResidentialMarketValue>
<d2p1:TotalSpecialServicesTaxAmount>1</d2p1:TotalSpecialServicesTaxAmount>
<d2p1:TownshipId>13</d2p1:TownshipId>
<d2p1:TownshipName>sample string 14</d2p1:TownshipName>
<d2p1:TransactionAmount>1</d2p1:TransactionAmount>
<d2p1:TreasurerCollectorCharges>1</d2p1:TreasurerCollectorCharges>
<d2p1:UnitsCount>1</d2p1:UnitsCount>
<d2p1:UpperFloorArea>1</d2p1:UpperFloorArea>
<d2p1:WallHeight>1</d2p1:WallHeight>
<d2p1:WoodBurningFireplaceCount>1</d2p1:WoodBurningFireplaceCount>
<d2p1:YearBuilt>75</d2p1:YearBuilt>
<d2p1:YearRemodeled>1</d2p1:YearRemodeled>
<d2p1:ZipCode>sample string 9</d2p1:ZipCode>
</Property>
<RecommendedAnalysisTypes xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</RecommendedAnalysisTypes>
</AppealValidationAnalysisModel>