POST api/analysis/{propertyAddressId}/full-analysis/{taxYear}
This method will retrieve and return tax analysis recommendations for a specific property and year
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
propertyAddressId |
Property Address Id |
integer |
Required |
taxYear |
[Optional] Tax Year for which to run analysis |
integer |
Required |
Body Parameters
Instance of
PropertyTaxAnalysisBindingModelName | 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
TaxAnalysisRecommendationsPopupPageModelName | Description | Type | Additional information |
---|---|---|---|
Title | string |
None. |
|
MainMessage | string |
None. |
|
DisplayStayInTouchSection | boolean |
None. |
|
StayInTouchMessage | string |
None. |
|
StepsToFollow | Collection of PropertyAppealWhatsNextStep |
None. |
|
AppealRecommendations | Collection of AppealRecommendationSectionPo |
None. |
|
SuggestedAppeals | Collection of PropertyAppealTypeReturnModel |
None. |
|
AnalysisResults | FullTaxAnalysisResultsData |
None. |
|
AnalyzedRecordId | integer |
None. |
|
DiscountCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "title": "sample string 1", "mainMessage": "sample string 2", "displayStayInTouchSection": true, "stayInTouchMessage": "sample string 4", "stepsToFollow": [ { "id": 1, "isAppealSupported": true, "isAppealRecommended": true, "step": "sample string 4", "displayOrder": 5, "addedDate": "2025-05-20T16:27:04.0531052-05:00" }, { "id": 1, "isAppealSupported": true, "isAppealRecommended": true, "step": "sample string 4", "displayOrder": 5, "addedDate": "2025-05-20T16:27:04.0531052-05:00" } ], "appealRecommendations": [ { "showViewReport": true, "showAppealNowButton": true, "showExplainResultsButton": true, "showDocumentLinkUrl": true, "showContactUsButton": true, "showContactAppraiserButton": true, "exemptionFilingDeadline": "sample string 7", "isPriorToClosing": true, "showComparablePropertySearchButton": true, "documentUrl": "sample string 10", "id": 11, "supportedPropertyClass": "sample string 12", "appealRecommended": true, "displayOrder": 14, "isNewBuyer": true, "title": "sample string 16", "intro": "sample string 17", "description": "sample string 18", "addedDate": "2025-05-20T16:27:04.0592818-05:00", "appealRecommendationSectionTypeId": 20, "propertyMajorClassId": 1, "propertyAppealTypeId": 1, "appealRecommendationSectionType": { "id": 1, "type": "sample string 2", "description": "sample string 3" }, "propertyMajorClass": { "id": 1, "class": 2, "description": "sample string 3", "assessmentLevel": 4.0, "asOfDate": "2025-05-20T16:27:04.0613717-05:00", "countyId": 6, "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 } } }, "propertyAppealType": { "id": 1, "appealType": "sample string 2", "displayName": "sample string 3", "description": "sample string 4", "addedDate": "2025-05-20T16:27:04.0613717-05: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 } } } }, { "showViewReport": true, "showAppealNowButton": true, "showExplainResultsButton": true, "showDocumentLinkUrl": true, "showContactUsButton": true, "showContactAppraiserButton": true, "exemptionFilingDeadline": "sample string 7", "isPriorToClosing": true, "showComparablePropertySearchButton": true, "documentUrl": "sample string 10", "id": 11, "supportedPropertyClass": "sample string 12", "appealRecommended": true, "displayOrder": 14, "isNewBuyer": true, "title": "sample string 16", "intro": "sample string 17", "description": "sample string 18", "addedDate": "2025-05-20T16:27:04.0592818-05:00", "appealRecommendationSectionTypeId": 20, "propertyMajorClassId": 1, "propertyAppealTypeId": 1, "appealRecommendationSectionType": { "id": 1, "type": "sample string 2", "description": "sample string 3" }, "propertyMajorClass": { "id": 1, "class": 2, "description": "sample string 3", "assessmentLevel": 4.0, "asOfDate": "2025-05-20T16:27:04.0613717-05:00", "countyId": 6, "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 } } }, "propertyAppealType": { "id": 1, "appealType": "sample string 2", "displayName": "sample string 3", "description": "sample string 4", "addedDate": "2025-05-20T16:27:04.0613717-05: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 } } } } ], "suggestedAppeals": [ { "id": 1, "displayName": "sample string 2", "description": "sample string 3" }, { "id": 1, "displayName": "sample string 2", "description": "sample string 3" } ], "analysisResults": { "performedTaxAnalysisTypeId": 1, "appealYear": 2, "taxYear": 3, "actualGrossTaxAmount": 4.0, "fairValueGrossTaxAmount": 5.0, "calculatedOverpaymentAmount": 6.0, "isAppealRecommended": true, "nextAppealDate": "sample string 8", "appealAgency": "sample string 9", "marketValue": 10.1, "fairMarketValue": 11.1, "minNumberOfComparablePropertiesRequiredForAppeal": 12, "numberOfComparableProperiesFound": 13, "asOfDate": "sample string 14", "agencyUrl": "sample string 15", "minAssessmentRatio": 16.0, "fairBuildingAssessment": 17.1, "fairTotalAssessment": 18.1, "fairEquilizedAssessedValue": 19.1, "appealReportTypeId": 20, "equilizedAssessedValue": 21.0, "showComparablePropertySearchButton": true, "isNextAppealDateEstimated": true, "recommendation": "sample string 24", "nextAppealEndDate": "sample string 25", "isAppealDateEstimated": true, "numOverpaymentYears": 27, "maxOverpaymentAmount": 28.0, "shortRecommendation": "sample string 29", "subjectProperty": { "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" }, "fairLandAssessment": 30.1, "actualTaxAmount": 31.0, "fairValueTaxAmount": 32.0, "exemptions": [ { "id": 1, "name": "sample string 2", "taxYear": 3, "amount": 4.0, "formattedAmount": "sample string 5" }, { "id": 1, "name": "sample string 2", "taxYear": 3, "amount": 4.0, "formattedAmount": "sample string 5" } ], "appealAgencyId": 33, "manualReviewRequired": true, "batchRecommendation": "sample string 35" }, "analyzedRecordId": 5, "discountCode": "sample string 6" }
text/html
Sample:
{"title":"sample string 1","mainMessage":"sample string 2","displayStayInTouchSection":true,"stayInTouchMessage":"sample string 4","stepsToFollow":[{"id":1,"isAppealSupported":true,"isAppealRecommended":true,"step":"sample string 4","displayOrder":5,"addedDate":"2025-05-20T16:27:04.0531052-05:00"},{"id":1,"isAppealSupported":true,"isAppealRecommended":true,"step":"sample string 4","displayOrder":5,"addedDate":"2025-05-20T16:27:04.0531052-05:00"}],"appealRecommendations":[{"showViewReport":true,"showAppealNowButton":true,"showExplainResultsButton":true,"showDocumentLinkUrl":true,"showContactUsButton":true,"showContactAppraiserButton":true,"exemptionFilingDeadline":"sample string 7","isPriorToClosing":true,"showComparablePropertySearchButton":true,"documentUrl":"sample string 10","id":11,"supportedPropertyClass":"sample string 12","appealRecommended":true,"displayOrder":14,"isNewBuyer":true,"title":"sample string 16","intro":"sample string 17","description":"sample string 18","addedDate":"2025-05-20T16:27:04.0592818-05:00","appealRecommendationSectionTypeId":20,"propertyMajorClassId":1,"propertyAppealTypeId":1,"appealRecommendationSectionType":{"id":1,"type":"sample string 2","description":"sample string 3"},"propertyMajorClass":{"id":1,"class":2,"description":"sample string 3","assessmentLevel":4.0,"asOfDate":"2025-05-20T16:27:04.0613717-05:00","countyId":6,"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}}},"propertyAppealType":{"id":1,"appealType":"sample string 2","displayName":"sample string 3","description":"sample string 4","addedDate":"2025-05-20T16:27:04.0613717-05: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}}}},{"showViewReport":true,"showAppealNowButton":true,"showExplainResultsButton":true,"showDocumentLinkUrl":true,"showContactUsButton":true,"showContactAppraiserButton":true,"exemptionFilingDeadline":"sample string 7","isPriorToClosing":true,"showComparablePropertySearchButton":true,"documentUrl":"sample string 10","id":11,"supportedPropertyClass":"sample string 12","appealRecommended":true,"displayOrder":14,"isNewBuyer":true,"title":"sample string 16","intro":"sample string 17","description":"sample string 18","addedDate":"2025-05-20T16:27:04.0592818-05:00","appealRecommendationSectionTypeId":20,"propertyMajorClassId":1,"propertyAppealTypeId":1,"appealRecommendationSectionType":{"id":1,"type":"sample string 2","description":"sample string 3"},"propertyMajorClass":{"id":1,"class":2,"description":"sample string 3","assessmentLevel":4.0,"asOfDate":"2025-05-20T16:27:04.0613717-05:00","countyId":6,"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}}},"propertyAppealType":{"id":1,"appealType":"sample string 2","displayName":"sample string 3","description":"sample string 4","addedDate":"2025-05-20T16:27:04.0613717-05: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}}}}],"suggestedAppeals":[{"id":1,"displayName":"sample string 2","description":"sample string 3"},{"id":1,"displayName":"sample string 2","description":"sample string 3"}],"analysisResults":{"performedTaxAnalysisTypeId":1,"appealYear":2,"taxYear":3,"actualGrossTaxAmount":4.0,"fairValueGrossTaxAmount":5.0,"calculatedOverpaymentAmount":6.0,"isAppealRecommended":true,"nextAppealDate":"sample string 8","appealAgency":"sample string 9","marketValue":10.1,"fairMarketValue":11.1,"minNumberOfComparablePropertiesRequiredForAppeal":12,"numberOfComparableProperiesFound":13,"asOfDate":"sample string 14","agencyUrl":"sample string 15","minAssessmentRatio":16.0,"fairBuildingAssessment":17.1,"fairTotalAssessment":18.1,"fairEquilizedAssessedValue":19.1,"appealReportTypeId":20,"equilizedAssessedValue":21.0,"showComparablePropertySearchButton":true,"isNextAppealDateEstimated":true,"recommendation":"sample string 24","nextAppealEndDate":"sample string 25","isAppealDateEstimated":true,"numOverpaymentYears":27,"maxOverpaymentAmount":28.0,"shortRecommendation":"sample string 29","subjectProperty":{"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"},"fairLandAssessment":30.1,"actualTaxAmount":31.0,"fairValueTaxAmount":32.0,"exemptions":[{"id":1,"name":"sample string 2","taxYear":3,"amount":4.0,"formattedAmount":"sample string 5"},{"id":1,"name":"sample string 2","taxYear":3,"amount":4.0,"formattedAmount":"sample string 5"}],"appealAgencyId":33,"manualReviewRequired":true,"batchRecommendation":"sample string 35"},"analyzedRecordId":5,"discountCode":"sample string 6"}
application/xml, text/xml
Sample:
<TaxAnalysisRecommendationsPopupPageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.PageModels"> <AnalysisResults xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.TaxAnalysis"> <d2p1:ActualGrossTaxAmount>4</d2p1:ActualGrossTaxAmount> <d2p1:ActualTaxAmount>31</d2p1:ActualTaxAmount> <d2p1:AgencyUrl>sample string 15</d2p1:AgencyUrl> <d2p1:AppealAgency>sample string 9</d2p1:AppealAgency> <d2p1:AppealAgencyId>33</d2p1:AppealAgencyId> <d2p1:AppealReportTypeId>20</d2p1:AppealReportTypeId> <d2p1:AppealYear>2</d2p1:AppealYear> <d2p1:AsOfDate>sample string 14</d2p1:AsOfDate> <d2p1:BatchRecommendation>sample string 35</d2p1:BatchRecommendation> <d2p1:CalculatedOverpaymentAmount>6</d2p1:CalculatedOverpaymentAmount> <d2p1:EquilizedAssessedValue>21</d2p1:EquilizedAssessedValue> <d2p1:Exemptions xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.ReportModels"> <d3p1:ExemptionReportModel> <d3p1:Amount>4</d3p1:Amount> <d3p1:FormattedAmount>sample string 5</d3p1:FormattedAmount> <d3p1:Id>1</d3p1:Id> <d3p1:Name>sample string 2</d3p1:Name> <d3p1:TaxYear>3</d3p1:TaxYear> </d3p1:ExemptionReportModel> <d3p1:ExemptionReportModel> <d3p1:Amount>4</d3p1:Amount> <d3p1:FormattedAmount>sample string 5</d3p1:FormattedAmount> <d3p1:Id>1</d3p1:Id> <d3p1:Name>sample string 2</d3p1:Name> <d3p1:TaxYear>3</d3p1:TaxYear> </d3p1:ExemptionReportModel> </d2p1:Exemptions> <d2p1:FairBuildingAssessment>17.1</d2p1:FairBuildingAssessment> <d2p1:FairEquilizedAssessedValue>19.1</d2p1:FairEquilizedAssessedValue> <d2p1:FairLandAssessment>30.1</d2p1:FairLandAssessment> <d2p1:FairMarketValue>11.1</d2p1:FairMarketValue> <d2p1:FairTotalAssessment>18.1</d2p1:FairTotalAssessment> <d2p1:FairValueGrossTaxAmount>5</d2p1:FairValueGrossTaxAmount> <d2p1:FairValueTaxAmount>32</d2p1:FairValueTaxAmount> <d2p1:IsAppealDateEstimated>true</d2p1:IsAppealDateEstimated> <d2p1:IsAppealRecommended>true</d2p1:IsAppealRecommended> <d2p1:IsNextAppealDateEstimated>true</d2p1:IsNextAppealDateEstimated> <d2p1:ManualReviewRequired>true</d2p1:ManualReviewRequired> <d2p1:MarketValue>10.1</d2p1:MarketValue> <d2p1:MaxOverpaymentAmount>28</d2p1:MaxOverpaymentAmount> <d2p1:MinAssessmentRatio>16</d2p1:MinAssessmentRatio> <d2p1:MinNumberOfComparablePropertiesRequiredForAppeal>12</d2p1:MinNumberOfComparablePropertiesRequiredForAppeal> <d2p1:NextAppealDate>sample string 8</d2p1:NextAppealDate> <d2p1:NextAppealEndDate>sample string 25</d2p1:NextAppealEndDate> <d2p1:NumOverpaymentYears>27</d2p1:NumOverpaymentYears> <d2p1:NumberOfComparableProperiesFound>13</d2p1:NumberOfComparableProperiesFound> <d2p1:PerformedTaxAnalysisTypeId>1</d2p1:PerformedTaxAnalysisTypeId> <d2p1:Recommendation>sample string 24</d2p1:Recommendation> <d2p1:ShortRecommendation>sample string 29</d2p1:ShortRecommendation> <d2p1:ShowComparablePropertySearchButton>true</d2p1:ShowComparablePropertySearchButton> <d2p1:SubjectProperty xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.ReportModels"> <d3p1:AddressLine1>sample string 6</d3p1:AddressLine1> <d3p1:Age>18</d3p1:Age> <d3p1:Apartments>sample string 25</d3p1:Apartments> <d3p1:AssessmentLevel>43</d3p1:AssessmentLevel> <d3p1:AssessmentRatio>37</d3p1:AssessmentRatio> <d3p1:AssessmentRatioLastYear>41</d3p1:AssessmentRatioLastYear> <d3p1:AssessmentUrl>sample string 95</d3p1:AssessmentUrl> <d3p1:AttachedCarPortArea>1</d3p1:AttachedCarPortArea> <d3p1:AttachedCarPortCount>1</d3p1:AttachedCarPortCount> <d3p1:AttachedCarPortGarageId>1</d3p1:AttachedCarPortGarageId> <d3p1:AttachedCarPortGarageType>sample string 82</d3p1:AttachedCarPortGarageType> <d3p1:AttachedCarPortGarageTypeRating>1</d3p1:AttachedCarPortGarageTypeRating> <d3p1:AttachedGarageArea>1</d3p1:AttachedGarageArea> <d3p1:AttachedGarageCount>1</d3p1:AttachedGarageCount> <d3p1:AttachedGarageId>1</d3p1:AttachedGarageId> <d3p1:AttachedGarageType>sample string 81</d3p1:AttachedGarageType> <d3p1:AttachedGarageTypeRating>1</d3p1:AttachedGarageTypeRating> <d3p1:AtticArea>1.1</d3p1:AtticArea> <d3p1:AtticType>sample string 29</d3p1:AtticType> <d3p1:AtticTypeRating>1</d3p1:AtticTypeRating> <d3p1:BaseMarketValue1977>1</d3p1:BaseMarketValue1977> <d3p1:BasementArea>79</d3p1:BasementArea> <d3p1:BasementFinishedArea>1</d3p1:BasementFinishedArea> <d3p1:BasementGarageArea>1</d3p1:BasementGarageArea> <d3p1:BasementGarageCarCount>1</d3p1:BasementGarageCarCount> <d3p1:BasementGarageId>1</d3p1:BasementGarageId> <d3p1:BasementGarageType>sample string 84</d3p1:BasementGarageType> <d3p1:BasementGarageTypeRating>1</d3p1:BasementGarageTypeRating> <d3p1:BasementType>sample string 28</d3p1:BasementType> <d3p1:BasementTypeRating>1</d3p1:BasementTypeRating> <d3p1:BathsWith4FixCount>1</d3p1:BathsWith4FixCount> <d3p1:BathsWith5FixCount>1</d3p1:BathsWith5FixCount> <d3p1:BedroomCount>1</d3p1:BedroomCount> <d3p1:BuildingAreaSqFt>34.1</d3p1:BuildingAreaSqFt> <d3p1:BuildingAssessment>36.1</d3p1:BuildingAssessment> <d3p1:BuildingAssessmentAssessmentNotice>1</d3p1:BuildingAssessmentAssessmentNotice> <d3p1:BuildingAssessmentCommercial>1</d3p1:BuildingAssessmentCommercial> <d3p1:BuildingAssessmentLastYear>40.1</d3p1:BuildingAssessmentLastYear> <d3p1:BuildingAssessmentResidential>1</d3p1:BuildingAssessmentResidential> <d3p1:BuildingMarketValueResidential>1</d3p1:BuildingMarketValueResidential> <d3p1:BuildingUse>sample string 24</d3p1:BuildingUse> <d3p1:BuildingUseId>1</d3p1:BuildingUseId> <d3p1:Buyer>sample string 61</d3p1:Buyer> <d3p1:Card>1</d3p1:Card> <d3p1:CduStructure>sample string 78</d3p1:CduStructure> <d3p1:CduStructureId>1</d3p1:CduStructureId> <d3p1:CduStructureRating>1</d3p1:CduStructureRating> <d3p1:CentralAir>true</d3p1:CentralAir> <d3p1:City>sample string 7</d3p1:City> <d3p1:CommercialBuildingMarketValue>1</d3p1:CommercialBuildingMarketValue> <d3p1:CommercialLandMarketValue>1</d3p1:CommercialLandMarketValue> <d3p1:ConcretePatioArea>1</d3p1:ConcretePatioArea> <d3p1:ConcretePatioCount>1</d3p1:ConcretePatioCount> <d3p1:CondoOwnershipPercent>1</d3p1:CondoOwnershipPercent> <d3p1:ConstructionType>sample string 23</d3p1:ConstructionType> <d3p1:CookCountyEquivalentClass>sample string 65</d3p1:CookCountyEquivalentClass> <d3p1:CookCountyEquivalentClassDescription>sample string 66</d3p1:CookCountyEquivalentClassDescription> <d3p1:CookCountyEquivalentClassId>1</d3p1:CookCountyEquivalentClassId> <d3p1:CostsTaxAmount>1</d3p1:CostsTaxAmount> <d3p1:CountyId>12</d3p1:CountyId> <d3p1:CountyName>sample string 11</d3p1:CountyName> <d3p1:CurrentYearTaxDueAmount>1</d3p1:CurrentYearTaxDueAmount> <d3p1:DeckArea>1</d3p1:DeckArea> <d3p1:DeckCount>1</d3p1:DeckCount> <d3p1:Deed>sample string 63</d3p1:Deed> <d3p1:Description>sample string 19</d3p1:Description> <d3p1:DetachedGarageArea>1</d3p1:DetachedGarageArea> <d3p1:DetachedGarageCount>1</d3p1:DetachedGarageCount> <d3p1:DetachedGarageId>1</d3p1:DetachedGarageId> <d3p1:DetachedGarageType>sample string 83</d3p1:DetachedGarageType> <d3p1:DetachedGarageTypeRating>1</d3p1:DetachedGarageTypeRating> <d3p1:Distance>51</d3p1:Distance> <d3p1:DocumentNumber>sample string 99</d3p1:DocumentNumber> <d3p1:DrainageDistrictProjectName>1</d3p1:DrainageDistrictProjectName> <d3p1:EffectiveYearBuilt>1</d3p1:EffectiveYearBuilt> <d3p1:EnclosedPorchArea>1</d3p1:EnclosedPorchArea> <d3p1:EnclosedPorchCount>1</d3p1:EnclosedPorchCount> <d3p1:ExecutedDate>sample string 60</d3p1:ExecutedDate> <d3p1:ExteriorConstructionTypeRating>1</d3p1:ExteriorConstructionTypeRating> <d3p1:ExteriorWallType>sample string 71</d3p1:ExteriorWallType> <d3p1:ExternalWallId>1</d3p1:ExternalWallId> <d3p1:ExternalWallRating>1</d3p1:ExternalWallRating> <d3p1:FarmBuildingsMarketValue>1</d3p1:FarmBuildingsMarketValue> <d3p1:FarmLandMarketValue>1</d3p1:FarmLandMarketValue> <d3p1:FarmTotalAssessment>1</d3p1:FarmTotalAssessment> <d3p1:FireplaceCount>31</d3p1:FireplaceCount> <d3p1:FirstFloorArea>1</d3p1:FirstFloorArea> <d3p1:FormattedPin>sample string 3</d3p1:FormattedPin> <d3p1:FullAddress>sample string 10</d3p1:FullAddress> <d3p1:FullBaths>26</d3p1:FullBaths> <d3p1:GarageArea>1</d3p1:GarageArea> <d3p1:GarageCarsCount>1</d3p1:GarageCarsCount> <d3p1:GarageCount>1</d3p1:GarageCount> <d3p1:GarageType>sample string 32</d3p1:GarageType> <d3p1:GarageTypeRating>1</d3p1:GarageTypeRating> <d3p1:GazeboArea>1</d3p1:GazeboArea> <d3p1:GeoCenter>sample string 5</d3p1:GeoCenter> <d3p1:Grade>sample string 77</d3p1:Grade> <d3p1:GradeId>1</d3p1:GradeId> <d3p1:GradeRating>1</d3p1:GradeRating> <d3p1:GrossFloorArea>1</d3p1:GrossFloorArea> <d3p1:GrossTaxAmount>48</d3p1:GrossTaxAmount> <d3p1:GroundPoolArea>1</d3p1:GroundPoolArea> <d3p1:HalfBaths>27</d3p1:HalfBaths> <d3p1:HeatingType>sample string 80</d3p1:HeatingType> <d3p1:InteriorFinishPercent>1</d3p1:InteriorFinishPercent> <d3p1:IsIncomeProperty>true</d3p1:IsIncomeProperty> <d3p1:IsSubject>true</d3p1:IsSubject> <d3p1:LandAreaSqFt>33.1</d3p1:LandAreaSqFt> <d3p1:LandAssessment>35.1</d3p1:LandAssessment> <d3p1:LandAssessmentAssessmentNotice>1</d3p1:LandAssessmentAssessmentNotice> <d3p1:LandAssessmentLastYear>39.1</d3p1:LandAssessmentLastYear> <d3p1:LandMethod>sample string 93</d3p1:LandMethod> <d3p1:LandUseCode>sample string 85</d3p1:LandUseCode> <d3p1:LandUseCodeId>1</d3p1:LandUseCodeId> <d3p1:LastReassessmentYear>58</d3p1:LastReassessmentYear> <d3p1:LastYearGrossTaxAmount>53</d3p1:LastYearGrossTaxAmount> <d3p1:LegalDescription>sample string 101</d3p1:LegalDescription> <d3p1:LivingArea>1</d3p1:LivingArea> <d3p1:LotSizeAcres>1</d3p1:LotSizeAcres> <d3p1:LowerLevelArea>1</d3p1:LowerLevelArea> <d3p1:LowerLevelFinishedArea>1</d3p1:LowerLevelFinishedArea> <d3p1:MarketValue>46.1</d3p1:MarketValue> <d3p1:MarketValueLastYear>47.1</d3p1:MarketValueLastYear> <d3p1:MultiParcelIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:int>1</d4p1:int> <d4p1:int>2</d4p1:int> </d3p1:MultiParcelIds> <d3p1:MultiParcelPins xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>sample string 1</d4p1:string> <d4p1:string>sample string 2</d4p1:string> </d3p1:MultiParcelPins> <d3p1:Neighborhood>17</d3p1:Neighborhood> <d3p1:NeighborhoodDescription>sample string 92</d3p1:NeighborhoodDescription> <d3p1:NeighborhoodId>1</d3p1:NeighborhoodId> <d3p1:NextReassessmentYear>59</d3p1:NextReassessmentYear> <d3p1:OccupancyPercent>1</d3p1:OccupancyPercent> <d3p1:OmitRollbackTaxAmount>1</d3p1:OmitRollbackTaxAmount> <d3p1:OpenPorchArea>1</d3p1:OpenPorchArea> <d3p1:OpenPorchCount>1</d3p1:OpenPorchCount> <d3p1:OutbuildingTypes>sample string 91</d3p1:OutbuildingTypes> <d3p1:OutbuildingsCount>1</d3p1:OutbuildingsCount> <d3p1:ParkingCount>1</d3p1:ParkingCount> <d3p1:PartialAssessmentFlag>true</d3p1:PartialAssessmentFlag> <d3p1:PhysicalCondition>sample string 76</d3p1:PhysicalCondition> <d3p1:PhysicalConditionId>1</d3p1:PhysicalConditionId> <d3p1:PhysicalConditionRating>1</d3p1:PhysicalConditionRating> <d3p1:PhysicalDepreciationPercent>1</d3p1:PhysicalDepreciationPercent> <d3p1:Pin>sample string 2</d3p1:Pin> <d3p1:PrefabFireplaceCount>1</d3p1:PrefabFireplaceCount> <d3p1:PreferentialAssessmentReason>sample string 96</d3p1:PreferentialAssessmentReason> <d3p1:PriorTaxYear>52</d3p1:PriorTaxYear> <d3p1:PropertyAddressId>1</d3p1:PropertyAddressId> <d3p1:PropertyCardUrl>sample string 94</d3p1:PropertyCardUrl> <d3p1:PropertyClass>sample string 20</d3p1:PropertyClass> <d3p1:PropertyClassId>21</d3p1:PropertyClassId> <d3p1:PropertyImageUrl>sample string 49</d3p1:PropertyImageUrl> <d3p1:ProrationPercentage>1</d3p1:ProrationPercentage> <d3p1:QualifiedSaleFlag>sample string 100</d3p1:QualifiedSaleFlag> <d3p1:Rec1OutbuildingArea>1</d3p1:Rec1OutbuildingArea> <d3p1:Rec1OutbuildingName>sample string 87</d3p1:Rec1OutbuildingName> <d3p1:Rec1OutbuildingYearBuilt>1</d3p1:Rec1OutbuildingYearBuilt> <d3p1:Rec2OutbuildingArea>1</d3p1:Rec2OutbuildingArea> <d3p1:Rec2OutbuildingName>sample string 88</d3p1:Rec2OutbuildingName> <d3p1:Rec2OutbuildingYearBuilt>1</d3p1:Rec2OutbuildingYearBuilt> <d3p1:Rec3OutbuildingArea>1</d3p1:Rec3OutbuildingArea> <d3p1:Rec3OutbuildingName>sample string 89</d3p1:Rec3OutbuildingName> <d3p1:Rec3OutbuildingYearBuilt>1</d3p1:Rec3OutbuildingYearBuilt> <d3p1:Rec4OutbuildingArea>1</d3p1:Rec4OutbuildingArea> <d3p1:Rec4OutbuildingName>sample string 90</d3p1:Rec4OutbuildingName> <d3p1:Rec4OutbuildingYearBuilt>1</d3p1:Rec4OutbuildingYearBuilt> <d3p1:RecRoomArea>1</d3p1:RecRoomArea> <d3p1:RecordType>sample string 86</d3p1:RecordType> <d3p1:ResidenceType>sample string 22</d3p1:ResidenceType> <d3p1:ResidenceTypeId>1</d3p1:ResidenceTypeId> <d3p1:ResidentialLandMarketValue>1</d3p1:ResidentialLandMarketValue> <d3p1:RoofCover>sample string 73</d3p1:RoofCover> <d3p1:RoofCoverId>72</d3p1:RoofCoverId> <d3p1:RoofCoverRating>74</d3p1:RoofCoverRating> <d3p1:SalesPriceSqFt>1</d3p1:SalesPriceSqFt> <d3p1:SecondFloorArea>1</d3p1:SecondFloorArea> <d3p1:Seller>sample string 62</d3p1:Seller> <d3p1:ShedsArea>1</d3p1:ShedsArea> <d3p1:SingleParcelBuildingCount>1</d3p1:SingleParcelBuildingCount> <d3p1:State>sample string 8</d3p1:State> <d3p1:StateEqualizationFactor>45</d3p1:StateEqualizationFactor> <d3p1:StateEqualizationFactorLastYear>57</d3p1:StateEqualizationFactorLastYear> <d3p1:StateEqualizationFactorYear>55</d3p1:StateEqualizationFactorYear> <d3p1:Stories>sample string 68</d3p1:Stories> <d3p1:StoriesCount>sample string 67</d3p1:StoriesCount> <d3p1:Style>sample string 70</d3p1:Style> <d3p1:StyleId>69</d3p1:StyleId> <d3p1:TaxBillExemptionAssessedValue>1</d3p1:TaxBillExemptionAssessedValue> <d3p1:TaxBillFirstInstallmentDueDate>1</d3p1:TaxBillFirstInstallmentDueDate> <d3p1:TaxBillFirstInstallmentPaymentAmount>1</d3p1:TaxBillFirstInstallmentPaymentAmount> <d3p1:TaxBillForfeitedTax>1</d3p1:TaxBillForfeitedTax> <d3p1:TaxBillRealEstateTaxAmount>1</d3p1:TaxBillRealEstateTaxAmount> <d3p1:TaxBillSecondInstallmentDueDate>1</d3p1:TaxBillSecondInstallmentDueDate> <d3p1:TaxBillSecondInstallmentPaymentAmount>1</d3p1:TaxBillSecondInstallmentPaymentAmount> <d3p1:TaxBillStateAssessedPollutionControl>1</d3p1:TaxBillStateAssessedPollutionControl> <d3p1:TaxBillStatementYear>1</d3p1:TaxBillStatementYear> <d3p1:TaxBillTaxRate>1</d3p1:TaxBillTaxRate> <d3p1:TaxBillTaxableValuation>1</d3p1:TaxBillTaxableValuation> <d3p1:TaxBillTotalAssessmentEqualized>1</d3p1:TaxBillTotalAssessmentEqualized> <d3p1:TaxBillYear>1</d3p1:TaxBillYear> <d3p1:TaxCode>sample string 16</d3p1:TaxCode> <d3p1:TaxCodeId>15</d3p1:TaxCodeId> <d3p1:TaxExemptLevel>1</d3p1:TaxExemptLevel> <d3p1:TaxRate>44</d3p1:TaxRate> <d3p1:TaxRateLastYear>56</d3p1:TaxRateLastYear> <d3p1:TaxRateYear>54</d3p1:TaxRateYear> <d3p1:TaxYear>4</d3p1:TaxYear> <d3p1:TaxpayerCompanyName>sample string 98</d3p1:TaxpayerCompanyName> <d3p1:TotalAssessment>38.1</d3p1:TotalAssessment> <d3p1:TotalAssessmentAssessmentNotice>1</d3p1:TotalAssessmentAssessmentNotice> <d3p1:TotalAssessmentEqualized>1</d3p1:TotalAssessmentEqualized> <d3p1:TotalAssessmentLastYear>42</d3p1:TotalAssessmentLastYear> <d3p1:TotalCurrentYearTaxAmount>1</d3p1:TotalCurrentYearTaxAmount> <d3p1:TotalDrainageTaxAmount>1</d3p1:TotalDrainageTaxAmount> <d3p1:TotalFixturesCount>1</d3p1:TotalFixturesCount> <d3p1:TotalLivingArea>1.1</d3p1:TotalLivingArea> <d3p1:TotalMarketValueCommercial>1</d3p1:TotalMarketValueCommercial> <d3p1:TotalResidentialMarketValue>1</d3p1:TotalResidentialMarketValue> <d3p1:TotalSpecialServicesTaxAmount>1</d3p1:TotalSpecialServicesTaxAmount> <d3p1:TownshipId>13</d3p1:TownshipId> <d3p1:TownshipName>sample string 14</d3p1:TownshipName> <d3p1:TransactionAmount>1</d3p1:TransactionAmount> <d3p1:TreasurerCollectorCharges>1</d3p1:TreasurerCollectorCharges> <d3p1:UnitsCount>1</d3p1:UnitsCount> <d3p1:UpperFloorArea>1</d3p1:UpperFloorArea> <d3p1:WallHeight>1</d3p1:WallHeight> <d3p1:WoodBurningFireplaceCount>1</d3p1:WoodBurningFireplaceCount> <d3p1:YearBuilt>75</d3p1:YearBuilt> <d3p1:YearRemodeled>1</d3p1:YearRemodeled> <d3p1:ZipCode>sample string 9</d3p1:ZipCode> </d2p1:SubjectProperty> <d2p1:TaxYear>3</d2p1:TaxYear> </AnalysisResults> <AnalyzedRecordId>5</AnalyzedRecordId> <AppealRecommendations xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos"> <d2p1:AppealRecommendationSectionPo> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">11</Id> <AddedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T16:27:04.0592818-05:00</AddedDate> <AppealRecommendationSectionType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <d4p1:Description>sample string 3</d4p1:Description> <d4p1:Type>sample string 2</d4p1:Type> </AppealRecommendationSectionType> <AppealRecommendationSectionTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">20</AppealRecommendationSectionTypeId> <AppealRecommended xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AppealRecommended> <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 18</Description> <DisplayOrder xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">14</DisplayOrder> <Intro xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 17</Intro> <IsNewBuyer xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsNewBuyer> <PropertyAppealType xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <AddedDate>2025-05-20T16:27:04.0613717-05:00</AddedDate> <AppealType>sample string 2</AppealType> <CanCompbineWithOtherAppeals>true</CanCompbineWithOtherAppeals> <County> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <AppealProcessDescription>sample string 4</AppealProcessDescription> <AppealYearIncrement>9</AppealYearIncrement> <AssessmentPageUrl>sample string 20</AssessmentPageUrl> <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl> <BorScheduleUrl>sample string 17</BorScheduleUrl> <Description>sample string 3</Description> <Established>1</Established> <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears> <FipsCode>sample string 5</FipsCode> <Geom>sample string 6</Geom> <IsSupported>true</IsSupported> <LandArea>12.1</LandArea> <Name>sample string 2</Name> <PinFormat>sample string 7</PinFormat> <Population>1</Population> <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl> <PropertyImageUrl>sample string 8</PropertyImageUrl> <ReassessmentCycleInYears>11</ReassessmentCycleInYears> <ReassessmentDescription>sample string 14</ReassessmentDescription> <ShapeArea>1.1</ShapeArea> <ShapeLen>1.1</ShapeLen> <State> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <Geom>sample string 4</Geom> <IsTerritory>true</IsTerritory> <LandArea>6.1</LandArea> <Name>sample string 2</Name> <ShortName>sample string 3</ShortName> <WaterArea>7.1</WaterArea> </State> <StateId>18</StateId> <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement> <WaterArea>13.1</WaterArea> </County> <CountyId>8</CountyId> <Description>sample string 4</Description> <DisplayName>sample string 3</DisplayName> <Rank>6</Rank> </PropertyAppealType> <PropertyAppealTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</PropertyAppealTypeId> <PropertyMajorClass xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <AsOfDate>2025-05-20T16:27:04.0613717-05:00</AsOfDate> <AssessmentLevel>4</AssessmentLevel> <Class>2</Class> <County> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <AppealProcessDescription>sample string 4</AppealProcessDescription> <AppealYearIncrement>9</AppealYearIncrement> <AssessmentPageUrl>sample string 20</AssessmentPageUrl> <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl> <BorScheduleUrl>sample string 17</BorScheduleUrl> <Description>sample string 3</Description> <Established>1</Established> <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears> <FipsCode>sample string 5</FipsCode> <Geom>sample string 6</Geom> <IsSupported>true</IsSupported> <LandArea>12.1</LandArea> <Name>sample string 2</Name> <PinFormat>sample string 7</PinFormat> <Population>1</Population> <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl> <PropertyImageUrl>sample string 8</PropertyImageUrl> <ReassessmentCycleInYears>11</ReassessmentCycleInYears> <ReassessmentDescription>sample string 14</ReassessmentDescription> <ShapeArea>1.1</ShapeArea> <ShapeLen>1.1</ShapeLen> <State> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <Geom>sample string 4</Geom> <IsTerritory>true</IsTerritory> <LandArea>6.1</LandArea> <Name>sample string 2</Name> <ShortName>sample string 3</ShortName> <WaterArea>7.1</WaterArea> </State> <StateId>18</StateId> <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement> <WaterArea>13.1</WaterArea> </County> <CountyId>6</CountyId> <Description>sample string 3</Description> </PropertyMajorClass> <PropertyMajorClassId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</PropertyMajorClassId> <SupportedPropertyClass xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</SupportedPropertyClass> <Title xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 16</Title> <d2p1:DocumentUrl>sample string 10</d2p1:DocumentUrl> <d2p1:ExemptionFilingDeadline>sample string 7</d2p1:ExemptionFilingDeadline> <d2p1:IsPriorToClosing>true</d2p1:IsPriorToClosing> <d2p1:ShowAppealNowButton>true</d2p1:ShowAppealNowButton> <d2p1:ShowComparablePropertySearchButton>true</d2p1:ShowComparablePropertySearchButton> <d2p1:ShowContactAppraiserButton>true</d2p1:ShowContactAppraiserButton> <d2p1:ShowContactUsButton>true</d2p1:ShowContactUsButton> <d2p1:ShowDocumentLinkUrl>true</d2p1:ShowDocumentLinkUrl> <d2p1:ShowExplainResultsButton>true</d2p1:ShowExplainResultsButton> <d2p1:ShowViewReport>true</d2p1:ShowViewReport> </d2p1:AppealRecommendationSectionPo> <d2p1:AppealRecommendationSectionPo> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">11</Id> <AddedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T16:27:04.0592818-05:00</AddedDate> <AppealRecommendationSectionType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <d4p1:Description>sample string 3</d4p1:Description> <d4p1:Type>sample string 2</d4p1:Type> </AppealRecommendationSectionType> <AppealRecommendationSectionTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">20</AppealRecommendationSectionTypeId> <AppealRecommended xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AppealRecommended> <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 18</Description> <DisplayOrder xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">14</DisplayOrder> <Intro xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 17</Intro> <IsNewBuyer xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsNewBuyer> <PropertyAppealType xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <AddedDate>2025-05-20T16:27:04.0613717-05:00</AddedDate> <AppealType>sample string 2</AppealType> <CanCompbineWithOtherAppeals>true</CanCompbineWithOtherAppeals> <County> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <AppealProcessDescription>sample string 4</AppealProcessDescription> <AppealYearIncrement>9</AppealYearIncrement> <AssessmentPageUrl>sample string 20</AssessmentPageUrl> <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl> <BorScheduleUrl>sample string 17</BorScheduleUrl> <Description>sample string 3</Description> <Established>1</Established> <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears> <FipsCode>sample string 5</FipsCode> <Geom>sample string 6</Geom> <IsSupported>true</IsSupported> <LandArea>12.1</LandArea> <Name>sample string 2</Name> <PinFormat>sample string 7</PinFormat> <Population>1</Population> <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl> <PropertyImageUrl>sample string 8</PropertyImageUrl> <ReassessmentCycleInYears>11</ReassessmentCycleInYears> <ReassessmentDescription>sample string 14</ReassessmentDescription> <ShapeArea>1.1</ShapeArea> <ShapeLen>1.1</ShapeLen> <State> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <Geom>sample string 4</Geom> <IsTerritory>true</IsTerritory> <LandArea>6.1</LandArea> <Name>sample string 2</Name> <ShortName>sample string 3</ShortName> <WaterArea>7.1</WaterArea> </State> <StateId>18</StateId> <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement> <WaterArea>13.1</WaterArea> </County> <CountyId>8</CountyId> <Description>sample string 4</Description> <DisplayName>sample string 3</DisplayName> <Rank>6</Rank> </PropertyAppealType> <PropertyAppealTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</PropertyAppealTypeId> <PropertyMajorClass xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <AsOfDate>2025-05-20T16:27:04.0613717-05:00</AsOfDate> <AssessmentLevel>4</AssessmentLevel> <Class>2</Class> <County> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <AppealProcessDescription>sample string 4</AppealProcessDescription> <AppealYearIncrement>9</AppealYearIncrement> <AssessmentPageUrl>sample string 20</AssessmentPageUrl> <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl> <BorScheduleUrl>sample string 17</BorScheduleUrl> <Description>sample string 3</Description> <Established>1</Established> <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears> <FipsCode>sample string 5</FipsCode> <Geom>sample string 6</Geom> <IsSupported>true</IsSupported> <LandArea>12.1</LandArea> <Name>sample string 2</Name> <PinFormat>sample string 7</PinFormat> <Population>1</Population> <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl> <PropertyImageUrl>sample string 8</PropertyImageUrl> <ReassessmentCycleInYears>11</ReassessmentCycleInYears> <ReassessmentDescription>sample string 14</ReassessmentDescription> <ShapeArea>1.1</ShapeArea> <ShapeLen>1.1</ShapeLen> <State> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <Geom>sample string 4</Geom> <IsTerritory>true</IsTerritory> <LandArea>6.1</LandArea> <Name>sample string 2</Name> <ShortName>sample string 3</ShortName> <WaterArea>7.1</WaterArea> </State> <StateId>18</StateId> <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement> <WaterArea>13.1</WaterArea> </County> <CountyId>6</CountyId> <Description>sample string 3</Description> </PropertyMajorClass> <PropertyMajorClassId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</PropertyMajorClassId> <SupportedPropertyClass xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</SupportedPropertyClass> <Title xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 16</Title> <d2p1:DocumentUrl>sample string 10</d2p1:DocumentUrl> <d2p1:ExemptionFilingDeadline>sample string 7</d2p1:ExemptionFilingDeadline> <d2p1:IsPriorToClosing>true</d2p1:IsPriorToClosing> <d2p1:ShowAppealNowButton>true</d2p1:ShowAppealNowButton> <d2p1:ShowComparablePropertySearchButton>true</d2p1:ShowComparablePropertySearchButton> <d2p1:ShowContactAppraiserButton>true</d2p1:ShowContactAppraiserButton> <d2p1:ShowContactUsButton>true</d2p1:ShowContactUsButton> <d2p1:ShowDocumentLinkUrl>true</d2p1:ShowDocumentLinkUrl> <d2p1:ShowExplainResultsButton>true</d2p1:ShowExplainResultsButton> <d2p1:ShowViewReport>true</d2p1:ShowViewReport> </d2p1:AppealRecommendationSectionPo> </AppealRecommendations> <DiscountCode>sample string 6</DiscountCode> <DisplayStayInTouchSection>true</DisplayStayInTouchSection> <MainMessage>sample string 2</MainMessage> <StayInTouchMessage>sample string 4</StayInTouchMessage> <StepsToFollow xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities"> <d2p1:PropertyAppealWhatsNextStep> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <d2p1:AddedDate>2025-05-20T16:27:04.0531052-05:00</d2p1:AddedDate> <d2p1:DisplayOrder>5</d2p1:DisplayOrder> <d2p1:IsAppealRecommended>true</d2p1:IsAppealRecommended> <d2p1:IsAppealSupported>true</d2p1:IsAppealSupported> <d2p1:Step>sample string 4</d2p1:Step> </d2p1:PropertyAppealWhatsNextStep> <d2p1:PropertyAppealWhatsNextStep> <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id> <d2p1:AddedDate>2025-05-20T16:27:04.0531052-05:00</d2p1:AddedDate> <d2p1:DisplayOrder>5</d2p1:DisplayOrder> <d2p1:IsAppealRecommended>true</d2p1:IsAppealRecommended> <d2p1:IsAppealSupported>true</d2p1:IsAppealSupported> <d2p1:Step>sample string 4</d2p1:Step> </d2p1:PropertyAppealWhatsNextStep> </StepsToFollow> <SuggestedAppeals xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.Response"> <d2p1:PropertyAppealTypeReturnModel> <d2p1:Description>sample string 3</d2p1:Description> <d2p1:DisplayName>sample string 2</d2p1:DisplayName> <d2p1:Id>1</d2p1:Id> </d2p1:PropertyAppealTypeReturnModel> <d2p1:PropertyAppealTypeReturnModel> <d2p1:Description>sample string 3</d2p1:Description> <d2p1:DisplayName>sample string 2</d2p1:DisplayName> <d2p1:Id>1</d2p1:Id> </d2p1:PropertyAppealTypeReturnModel> </SuggestedAppeals> <Title>sample string 1</Title> </TaxAnalysisRecommendationsPopupPageModel>