POST api/analysis/{propertyAddressId}/exemption-analysis/{taxYear}

This method will run exemption analysis for the property and the owner based on the user ownership and personal profile

Request Information

URI Parameters

NameDescriptionTypeAdditional information
propertyAddressId

Property address id

integer

Required

taxYear

Tax year for which to run

integer

Required

Body Parameters

User ownership/personal profile info

UserExemptionProfile
NameDescriptionTypeAdditional information
IsPersonalResidence

boolean

None.

PropertyPurchaseDate

string

None.

HomeImprovementCompleted

boolean

None.

HomeImprovementCompletionYear

integer

None.

HomeImprovementCost

decimal number

None.

Birthday

string

None.

AnnualIncome

decimal number

None.

IsVeteran

boolean

None.

IsDisabled

boolean

None.

DisabilityLevel

decimal number

None.

DisabilityCertificationYear

integer

None.

ReturnFromServiceYear

integer

None.

IsSecondHome

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "isPersonalResidence": true,
  "propertyPurchaseDate": "sample string 2",
  "homeImprovementCompleted": true,
  "homeImprovementCompletionYear": 1,
  "homeImprovementCost": 1.0,
  "birthday": "sample string 4",
  "annualIncome": 1.1,
  "isVeteran": true,
  "isDisabled": true,
  "disabilityLevel": 1.0,
  "disabilityCertificationYear": 1,
  "returnFromServiceYear": 1,
  "isSecondHome": true
}

text/html

Sample:
{"isPersonalResidence":true,"propertyPurchaseDate":"sample string 2","homeImprovementCompleted":true,"homeImprovementCompletionYear":1,"homeImprovementCost":1.0,"birthday":"sample string 4","annualIncome":1.1,"isVeteran":true,"isDisabled":true,"disabilityLevel":1.0,"disabilityCertificationYear":1,"returnFromServiceYear":1,"isSecondHome":true}

application/xml, text/xml

Sample:
<UserExemptionProfile xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.ExemptionBinding">
  <AnnualIncome>1.1</AnnualIncome>
  <Birthday>sample string 4</Birthday>
  <DisabilityCertificationYear>1</DisabilityCertificationYear>
  <DisabilityLevel>1</DisabilityLevel>
  <HomeImprovementCompleted>true</HomeImprovementCompleted>
  <HomeImprovementCompletionYear>1</HomeImprovementCompletionYear>
  <HomeImprovementCost>1</HomeImprovementCost>
  <IsDisabled>true</IsDisabled>
  <IsPersonalResidence>true</IsPersonalResidence>
  <IsSecondHome>true</IsSecondHome>
  <IsVeteran>true</IsVeteran>
  <PropertyPurchaseDate>sample string 2</PropertyPurchaseDate>
  <ReturnFromServiceYear>1</ReturnFromServiceYear>
</UserExemptionProfile>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserExemptionProfile'.

Response Information

Resource Description

Instance of

ExemptionAnalysisPageModel
NameDescriptionTypeAdditional information
Property

PropertyAddressPo

None.

TaxYear

integer

None.

UserProfile

UserExemptionProfile

None.

Entitlements

Collection of PropertyExemptionEntitlement

None.

Estimates

Collection of PropertyExemptionEstimate

None.

AlertMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "property": {
    "propertyAddressId": 1,
    "pin": "sample string 2",
    "streetNumber": "sample string 3",
    "streetName": "sample string 4",
    "municipality": "sample string 5",
    "state": "sample string 6",
    "zipCode5": "sample string 7",
    "zipCode4": "sample string 8",
    "fullAddressLine": "sample string 9",
    "abbreviatedAddressLine": "sample string 10",
    "lastAddressLine": "sample string 11",
    "fullAddress": "sample string 12",
    "abbreviatedFullAddress": "sample string 13",
    "xPosition": 14.0,
    "yPosition": 15.0,
    "longitude": "sample string 16",
    "latitude": "sample string 17",
    "residenceTypeId": 18,
    "residenceType": "sample string 19",
    "buildingUseId": 1,
    "buildingUse": "sample string 20",
    "exteriorConstructionTypeId": 1,
    "exteriorConstructionType": "sample string 21",
    "garageSizeTypeId": 1,
    "garageSizeType": "sample string 22",
    "basementTypeId": 1,
    "basementType": "sample string 23",
    "atticTypeId": 1,
    "atticType": "sample string 24",
    "propertyClassId": 1,
    "propertyClass": "sample string 25",
    "propertyClassDescription": "sample string 26",
    "propertyMajorClassId": 1,
    "propertyMajorClass": "sample string 27",
    "assessmentLevel": 28.0,
    "fullBaths": 29,
    "halfBaths": 30,
    "centralAir": true,
    "numFirePlaces": 32,
    "age": 33,
    "landAreaSqFt": 34,
    "buildingAreaSqFt": 35,
    "apartmentNo": "sample string 36",
    "addressGeom": "sample string 37",
    "isLandmark": true,
    "townshipId": 39,
    "townshipName": "sample string 40",
    "countyId": 41,
    "countyName": "sample string 42",
    "stateId": 43,
    "stateName": "sample string 44",
    "pin10": "sample string 45",
    "headPin": "sample string 46",
    "parcelGeom": "sample string 47",
    "volume": "sample string 48",
    "taxCodeId": 49,
    "taxCode": "sample string 50",
    "stateEqualizationFactor": 1.0,
    "taxRate": 1.0,
    "taxRateYear": 1,
    "neighborhood": 51,
    "commercialUnits": "sample string 52",
    "isOpenSpace": true,
    "isUnique": true,
    "propertyImageUrl": "sample string 55",
    "taxRegionId": 1,
    "taxRegion": "sample string 56",
    "formattedPin": "sample string 57",
    "isCondo": true,
    "atticTypeRating": 1,
    "exteriorConstructionTypeRating": 1,
    "basementTypeRating": 1,
    "garageSizeTypeRating": 1,
    "residenceTypeRating": 1,
    "card": 1,
    "cookCountyEquivalentClassId": 1,
    "cookCountyEquivalentClass": "sample string 58",
    "cookCountyEquivalentClassDescription": "sample string 59",
    "storiesCount": "sample string 60",
    "stories": "sample string 61",
    "styleId": 1,
    "style": "sample string 62",
    "exteriorWallType": "sample string 63",
    "roofCoverId": 1,
    "roofCover": "sample string 64",
    "roofCoverRating": 1,
    "yearBuilt": 65,
    "yearRemodeled": 1,
    "effectiveYearBuilt": 1,
    "physicalConditionId": 1,
    "physicalCondition": "sample string 66",
    "physicalConditionRating": 1,
    "gradeId": 1,
    "grade": "sample string 67",
    "gradeRating": 1,
    "cduStructureId": 1,
    "cduStructure": "sample string 68",
    "cduStructureRating": 1,
    "bedroomCount": 1,
    "bathsWith4FixCount": 1,
    "bathsWith5FixCount": 1,
    "totalFixturesCount": 1,
    "totalLivingArea": 1.1,
    "atticArea": 1.1,
    "basementArea": 69,
    "heatingType": "sample string 70",
    "prefabFireplaceCount": 1,
    "woodBurningFireplaceCount": 1,
    "recRoomArea": 1,
    "basementFinishedArea": 1,
    "lowerLevelFinishedArea": 1,
    "upperArea": 1,
    "secondFloorArea": 1,
    "firstFloorArea": 1,
    "lowerLevelArea": 1,
    "livingArea": 1,
    "grossFloorArea": 1,
    "parkingCount": 1,
    "garageCount": 1,
    "garageArea": 1,
    "garageCarsCount": 1.0,
    "attachedGarageId": 1,
    "attachedGarageType": "sample string 71",
    "attachedGarageTypeRating": 1,
    "attachedGarageCount": 1,
    "attachedGarageArea": 1,
    "attachedCarPortGarageId": 1,
    "attachedCarPortGarageType": "sample string 72",
    "attachedCarPortGarageTypeRating": 1,
    "attachedCarPortCount": 1,
    "attachedCarPortArea": 1,
    "detachedGarageId": 1,
    "detachedGarageType": "sample string 73",
    "detachedGarageTypeRating": 1,
    "detachedGarageCount": 1,
    "detachedGarageArea": 1,
    "basementGarageId": 1,
    "basementGarageType": "sample string 74",
    "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 75",
    "recordType": "sample string 76",
    "occupancyPercent": 1.0,
    "prorationPercentage": 1.0,
    "interiorFinishPercent": 1.0,
    "rec1OutbuildingName": "sample string 77",
    "rec1OutbuildingArea": 1,
    "rec1OutbuildingYearBuilt": 1,
    "rec2OutbuildingName": "sample string 78",
    "rec2OutbuildingArea": 1,
    "rec2OutbuildingYearBuilt": 1,
    "rec3OutbuildingName": "sample string 79",
    "rec3OutbuildingArea": 1,
    "rec3OutbuildingYearBuilt": 1,
    "rec4OutbuildingName": "sample string 80",
    "rec4OutbuildingArea": 1,
    "rec4OutbuildingYearBuilt": 1,
    "lotSizeAcres": 1,
    "wallHeight": 1,
    "unitsCount": 1,
    "outbuildingTypes": "sample string 81",
    "neighborhoodDescription": "sample string 82",
    "neighborhoodId": 1,
    "externalWallId": 1,
    "externalWallRating": 1,
    "landMethod": "sample string 83",
    "landUseCodeId": 1,
    "salesPriceSqFt": 1.0,
    "qualifiedSaleFlag": "sample string 84",
    "propertyCardUrl": "sample string 85",
    "assessmentUrl": "sample string 86"
  },
  "taxYear": 1,
  "userProfile": {
    "isPersonalResidence": true,
    "propertyPurchaseDate": "sample string 2",
    "homeImprovementCompleted": true,
    "homeImprovementCompletionYear": 1,
    "homeImprovementCost": 1.0,
    "birthday": "sample string 4",
    "annualIncome": 1.1,
    "isVeteran": true,
    "isDisabled": true,
    "disabilityLevel": 1.0,
    "disabilityCertificationYear": 1,
    "returnFromServiceYear": 1,
    "isSecondHome": true
  },
  "entitlements": [
    {
      "exemptionId": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "receivedYears": [
        1,
        2
      ],
      "receivedYearsText": "sample string 4",
      "missingYears": [
        1,
        2
      ],
      "missingYearsText": "sample string 5",
      "partialRefundYear": 6,
      "refundYears": [
        1,
        2
      ],
      "refundYearsText": "sample string 7",
      "applicationFormUri": "sample string 8",
      "shouldReapplyEveryYear": true,
      "isAppealRequired": true,
      "retroactiveYearCount": 11,
      "firstApplicableYear": 12,
      "lastApplicableYear": 1
    },
    {
      "exemptionId": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "receivedYears": [
        1,
        2
      ],
      "receivedYearsText": "sample string 4",
      "missingYears": [
        1,
        2
      ],
      "missingYearsText": "sample string 5",
      "partialRefundYear": 6,
      "refundYears": [
        1,
        2
      ],
      "refundYearsText": "sample string 7",
      "applicationFormUri": "sample string 8",
      "shouldReapplyEveryYear": true,
      "isAppealRequired": true,
      "retroactiveYearCount": 11,
      "firstApplicableYear": 12,
      "lastApplicableYear": 1
    }
  ],
  "estimates": [
    {
      "name": "sample string 1",
      "description": "sample string 2",
      "annualIncome": 1.0,
      "returnYear": "sample string 3",
      "disabilityLevel": 1.0,
      "improvementYear": "sample string 4",
      "improvementAmount": 1.0,
      "eavSaving": 5.0,
      "stateEqualizationFactor": 6.0,
      "taxRate": 7.0,
      "totalEavSaving": 8.0,
      "disabilityYear": "sample string 9",
      "exemptionId": 10,
      "assessmentRatio": 11.0,
      "assessmentLevel": 12.0,
      "annualIncomeLimit": 1.0
    },
    {
      "name": "sample string 1",
      "description": "sample string 2",
      "annualIncome": 1.0,
      "returnYear": "sample string 3",
      "disabilityLevel": 1.0,
      "improvementYear": "sample string 4",
      "improvementAmount": 1.0,
      "eavSaving": 5.0,
      "stateEqualizationFactor": 6.0,
      "taxRate": 7.0,
      "totalEavSaving": 8.0,
      "disabilityYear": "sample string 9",
      "exemptionId": 10,
      "assessmentRatio": 11.0,
      "assessmentLevel": 12.0,
      "annualIncomeLimit": 1.0
    }
  ],
  "alertMessage": "sample string 2"
}

text/html

Sample:
{"property":{"propertyAddressId":1,"pin":"sample string 2","streetNumber":"sample string 3","streetName":"sample string 4","municipality":"sample string 5","state":"sample string 6","zipCode5":"sample string 7","zipCode4":"sample string 8","fullAddressLine":"sample string 9","abbreviatedAddressLine":"sample string 10","lastAddressLine":"sample string 11","fullAddress":"sample string 12","abbreviatedFullAddress":"sample string 13","xPosition":14.0,"yPosition":15.0,"longitude":"sample string 16","latitude":"sample string 17","residenceTypeId":18,"residenceType":"sample string 19","buildingUseId":1,"buildingUse":"sample string 20","exteriorConstructionTypeId":1,"exteriorConstructionType":"sample string 21","garageSizeTypeId":1,"garageSizeType":"sample string 22","basementTypeId":1,"basementType":"sample string 23","atticTypeId":1,"atticType":"sample string 24","propertyClassId":1,"propertyClass":"sample string 25","propertyClassDescription":"sample string 26","propertyMajorClassId":1,"propertyMajorClass":"sample string 27","assessmentLevel":28.0,"fullBaths":29,"halfBaths":30,"centralAir":true,"numFirePlaces":32,"age":33,"landAreaSqFt":34,"buildingAreaSqFt":35,"apartmentNo":"sample string 36","addressGeom":"sample string 37","isLandmark":true,"townshipId":39,"townshipName":"sample string 40","countyId":41,"countyName":"sample string 42","stateId":43,"stateName":"sample string 44","pin10":"sample string 45","headPin":"sample string 46","parcelGeom":"sample string 47","volume":"sample string 48","taxCodeId":49,"taxCode":"sample string 50","stateEqualizationFactor":1.0,"taxRate":1.0,"taxRateYear":1,"neighborhood":51,"commercialUnits":"sample string 52","isOpenSpace":true,"isUnique":true,"propertyImageUrl":"sample string 55","taxRegionId":1,"taxRegion":"sample string 56","formattedPin":"sample string 57","isCondo":true,"atticTypeRating":1,"exteriorConstructionTypeRating":1,"basementTypeRating":1,"garageSizeTypeRating":1,"residenceTypeRating":1,"card":1,"cookCountyEquivalentClassId":1,"cookCountyEquivalentClass":"sample string 58","cookCountyEquivalentClassDescription":"sample string 59","storiesCount":"sample string 60","stories":"sample string 61","styleId":1,"style":"sample string 62","exteriorWallType":"sample string 63","roofCoverId":1,"roofCover":"sample string 64","roofCoverRating":1,"yearBuilt":65,"yearRemodeled":1,"effectiveYearBuilt":1,"physicalConditionId":1,"physicalCondition":"sample string 66","physicalConditionRating":1,"gradeId":1,"grade":"sample string 67","gradeRating":1,"cduStructureId":1,"cduStructure":"sample string 68","cduStructureRating":1,"bedroomCount":1,"bathsWith4FixCount":1,"bathsWith5FixCount":1,"totalFixturesCount":1,"totalLivingArea":1.1,"atticArea":1.1,"basementArea":69,"heatingType":"sample string 70","prefabFireplaceCount":1,"woodBurningFireplaceCount":1,"recRoomArea":1,"basementFinishedArea":1,"lowerLevelFinishedArea":1,"upperArea":1,"secondFloorArea":1,"firstFloorArea":1,"lowerLevelArea":1,"livingArea":1,"grossFloorArea":1,"parkingCount":1,"garageCount":1,"garageArea":1,"garageCarsCount":1.0,"attachedGarageId":1,"attachedGarageType":"sample string 71","attachedGarageTypeRating":1,"attachedGarageCount":1,"attachedGarageArea":1,"attachedCarPortGarageId":1,"attachedCarPortGarageType":"sample string 72","attachedCarPortGarageTypeRating":1,"attachedCarPortCount":1,"attachedCarPortArea":1,"detachedGarageId":1,"detachedGarageType":"sample string 73","detachedGarageTypeRating":1,"detachedGarageCount":1,"detachedGarageArea":1,"basementGarageId":1,"basementGarageType":"sample string 74","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 75","recordType":"sample string 76","occupancyPercent":1.0,"prorationPercentage":1.0,"interiorFinishPercent":1.0,"rec1OutbuildingName":"sample string 77","rec1OutbuildingArea":1,"rec1OutbuildingYearBuilt":1,"rec2OutbuildingName":"sample string 78","rec2OutbuildingArea":1,"rec2OutbuildingYearBuilt":1,"rec3OutbuildingName":"sample string 79","rec3OutbuildingArea":1,"rec3OutbuildingYearBuilt":1,"rec4OutbuildingName":"sample string 80","rec4OutbuildingArea":1,"rec4OutbuildingYearBuilt":1,"lotSizeAcres":1,"wallHeight":1,"unitsCount":1,"outbuildingTypes":"sample string 81","neighborhoodDescription":"sample string 82","neighborhoodId":1,"externalWallId":1,"externalWallRating":1,"landMethod":"sample string 83","landUseCodeId":1,"salesPriceSqFt":1.0,"qualifiedSaleFlag":"sample string 84","propertyCardUrl":"sample string 85","assessmentUrl":"sample string 86"},"taxYear":1,"userProfile":{"isPersonalResidence":true,"propertyPurchaseDate":"sample string 2","homeImprovementCompleted":true,"homeImprovementCompletionYear":1,"homeImprovementCost":1.0,"birthday":"sample string 4","annualIncome":1.1,"isVeteran":true,"isDisabled":true,"disabilityLevel":1.0,"disabilityCertificationYear":1,"returnFromServiceYear":1,"isSecondHome":true},"entitlements":[{"exemptionId":1,"name":"sample string 2","description":"sample string 3","receivedYears":[1,2],"receivedYearsText":"sample string 4","missingYears":[1,2],"missingYearsText":"sample string 5","partialRefundYear":6,"refundYears":[1,2],"refundYearsText":"sample string 7","applicationFormUri":"sample string 8","shouldReapplyEveryYear":true,"isAppealRequired":true,"retroactiveYearCount":11,"firstApplicableYear":12,"lastApplicableYear":1},{"exemptionId":1,"name":"sample string 2","description":"sample string 3","receivedYears":[1,2],"receivedYearsText":"sample string 4","missingYears":[1,2],"missingYearsText":"sample string 5","partialRefundYear":6,"refundYears":[1,2],"refundYearsText":"sample string 7","applicationFormUri":"sample string 8","shouldReapplyEveryYear":true,"isAppealRequired":true,"retroactiveYearCount":11,"firstApplicableYear":12,"lastApplicableYear":1}],"estimates":[{"name":"sample string 1","description":"sample string 2","annualIncome":1.0,"returnYear":"sample string 3","disabilityLevel":1.0,"improvementYear":"sample string 4","improvementAmount":1.0,"eavSaving":5.0,"stateEqualizationFactor":6.0,"taxRate":7.0,"totalEavSaving":8.0,"disabilityYear":"sample string 9","exemptionId":10,"assessmentRatio":11.0,"assessmentLevel":12.0,"annualIncomeLimit":1.0},{"name":"sample string 1","description":"sample string 2","annualIncome":1.0,"returnYear":"sample string 3","disabilityLevel":1.0,"improvementYear":"sample string 4","improvementAmount":1.0,"eavSaving":5.0,"stateEqualizationFactor":6.0,"taxRate":7.0,"totalEavSaving":8.0,"disabilityYear":"sample string 9","exemptionId":10,"assessmentRatio":11.0,"assessmentLevel":12.0,"annualIncomeLimit":1.0}],"alertMessage":"sample string 2"}

application/xml, text/xml

Sample:
<ExemptionAnalysisPageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.PageModels">
  <AlertMessage>sample string 2</AlertMessage>
  <Entitlements xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
    <d2p1:PropertyExemptionEntitlement>
      <d2p1:ApplicationFormUri>sample string 8</d2p1:ApplicationFormUri>
      <d2p1:Description>sample string 3</d2p1:Description>
      <d2p1:ExemptionId>1</d2p1:ExemptionId>
      <d2p1:FirstApplicableYear>12</d2p1:FirstApplicableYear>
      <d2p1:IsAppealRequired>true</d2p1:IsAppealRequired>
      <d2p1:LastApplicableYear>1</d2p1:LastApplicableYear>
      <d2p1:MissingYears xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:MissingYears>
      <d2p1:MissingYearsText>sample string 5</d2p1:MissingYearsText>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:PartialRefundYear>6</d2p1:PartialRefundYear>
      <d2p1:ReceivedYears xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:ReceivedYears>
      <d2p1:ReceivedYearsText>sample string 4</d2p1:ReceivedYearsText>
      <d2p1:RefundYears xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:RefundYears>
      <d2p1:RefundYearsText>sample string 7</d2p1:RefundYearsText>
      <d2p1:RetroactiveYearCount>11</d2p1:RetroactiveYearCount>
      <d2p1:ShouldReapplyEveryYear>true</d2p1:ShouldReapplyEveryYear>
    </d2p1:PropertyExemptionEntitlement>
    <d2p1:PropertyExemptionEntitlement>
      <d2p1:ApplicationFormUri>sample string 8</d2p1:ApplicationFormUri>
      <d2p1:Description>sample string 3</d2p1:Description>
      <d2p1:ExemptionId>1</d2p1:ExemptionId>
      <d2p1:FirstApplicableYear>12</d2p1:FirstApplicableYear>
      <d2p1:IsAppealRequired>true</d2p1:IsAppealRequired>
      <d2p1:LastApplicableYear>1</d2p1:LastApplicableYear>
      <d2p1:MissingYears xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:MissingYears>
      <d2p1:MissingYearsText>sample string 5</d2p1:MissingYearsText>
      <d2p1:Name>sample string 2</d2p1:Name>
      <d2p1:PartialRefundYear>6</d2p1:PartialRefundYear>
      <d2p1:ReceivedYears xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:ReceivedYears>
      <d2p1:ReceivedYearsText>sample string 4</d2p1:ReceivedYearsText>
      <d2p1:RefundYears xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
        <d4p1:int>1</d4p1:int>
        <d4p1:int>2</d4p1:int>
      </d2p1:RefundYears>
      <d2p1:RefundYearsText>sample string 7</d2p1:RefundYearsText>
      <d2p1:RetroactiveYearCount>11</d2p1:RetroactiveYearCount>
      <d2p1:ShouldReapplyEveryYear>true</d2p1:ShouldReapplyEveryYear>
    </d2p1:PropertyExemptionEntitlement>
  </Entitlements>
  <Estimates xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
    <d2p1:PropertyExemptionEstimate>
      <d2p1:AnnualIncome>1</d2p1:AnnualIncome>
      <d2p1:AnnualIncomeLimit>1</d2p1:AnnualIncomeLimit>
      <d2p1:AssessmentLevel>12</d2p1:AssessmentLevel>
      <d2p1:AssessmentRatio>11</d2p1:AssessmentRatio>
      <d2p1:Description>sample string 2</d2p1:Description>
      <d2p1:DisabilityLevel>1</d2p1:DisabilityLevel>
      <d2p1:DisabilityYear>sample string 9</d2p1:DisabilityYear>
      <d2p1:EavSaving>5</d2p1:EavSaving>
      <d2p1:ExemptionId>10</d2p1:ExemptionId>
      <d2p1:ImprovementAmount>1</d2p1:ImprovementAmount>
      <d2p1:ImprovementYear>sample string 4</d2p1:ImprovementYear>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:ReturnYear>sample string 3</d2p1:ReturnYear>
      <d2p1:StateEqualizationFactor>6</d2p1:StateEqualizationFactor>
      <d2p1:TaxRate>7</d2p1:TaxRate>
      <d2p1:TotalEavSaving>8</d2p1:TotalEavSaving>
    </d2p1:PropertyExemptionEstimate>
    <d2p1:PropertyExemptionEstimate>
      <d2p1:AnnualIncome>1</d2p1:AnnualIncome>
      <d2p1:AnnualIncomeLimit>1</d2p1:AnnualIncomeLimit>
      <d2p1:AssessmentLevel>12</d2p1:AssessmentLevel>
      <d2p1:AssessmentRatio>11</d2p1:AssessmentRatio>
      <d2p1:Description>sample string 2</d2p1:Description>
      <d2p1:DisabilityLevel>1</d2p1:DisabilityLevel>
      <d2p1:DisabilityYear>sample string 9</d2p1:DisabilityYear>
      <d2p1:EavSaving>5</d2p1:EavSaving>
      <d2p1:ExemptionId>10</d2p1:ExemptionId>
      <d2p1:ImprovementAmount>1</d2p1:ImprovementAmount>
      <d2p1:ImprovementYear>sample string 4</d2p1:ImprovementYear>
      <d2p1:Name>sample string 1</d2p1:Name>
      <d2p1:ReturnYear>sample string 3</d2p1:ReturnYear>
      <d2p1:StateEqualizationFactor>6</d2p1:StateEqualizationFactor>
      <d2p1:TaxRate>7</d2p1:TaxRate>
      <d2p1:TotalEavSaving>8</d2p1:TotalEavSaving>
    </d2p1:PropertyExemptionEstimate>
  </Estimates>
  <Property xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
    <d2p1:AbbreviatedAddressLine>sample string 10</d2p1:AbbreviatedAddressLine>
    <d2p1:AbbreviatedFullAddress>sample string 13</d2p1:AbbreviatedFullAddress>
    <d2p1:AddressGeom>sample string 37</d2p1:AddressGeom>
    <d2p1:Age>33</d2p1:Age>
    <d2p1:ApartmentNo>sample string 36</d2p1:ApartmentNo>
    <d2p1:AssessmentLevel>28</d2p1:AssessmentLevel>
    <d2p1:AssessmentUrl>sample string 86</d2p1:AssessmentUrl>
    <d2p1:AttachedCarPortArea>1</d2p1:AttachedCarPortArea>
    <d2p1:AttachedCarPortCount>1</d2p1:AttachedCarPortCount>
    <d2p1:AttachedCarPortGarageId>1</d2p1:AttachedCarPortGarageId>
    <d2p1:AttachedCarPortGarageType>sample string 72</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 71</d2p1:AttachedGarageType>
    <d2p1:AttachedGarageTypeRating>1</d2p1:AttachedGarageTypeRating>
    <d2p1:AtticArea>1.1</d2p1:AtticArea>
    <d2p1:AtticType>sample string 24</d2p1:AtticType>
    <d2p1:AtticTypeId>1</d2p1:AtticTypeId>
    <d2p1:AtticTypeRating>1</d2p1:AtticTypeRating>
    <d2p1:BasementArea>69</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 74</d2p1:BasementGarageType>
    <d2p1:BasementGarageTypeRating>1</d2p1:BasementGarageTypeRating>
    <d2p1:BasementType>sample string 23</d2p1:BasementType>
    <d2p1:BasementTypeId>1</d2p1:BasementTypeId>
    <d2p1:BasementTypeRating>1</d2p1:BasementTypeRating>
    <d2p1:BathsWith4FixCount>1</d2p1:BathsWith4FixCount>
    <d2p1:BathsWith5FixCount>1</d2p1:BathsWith5FixCount>
    <d2p1:BedroomCount>1</d2p1:BedroomCount>
    <d2p1:BuildingAreaSqFt>35</d2p1:BuildingAreaSqFt>
    <d2p1:BuildingUse>sample string 20</d2p1:BuildingUse>
    <d2p1:BuildingUseId>1</d2p1:BuildingUseId>
    <d2p1:Card>1</d2p1:Card>
    <d2p1:CduStructure>sample string 68</d2p1:CduStructure>
    <d2p1:CduStructureId>1</d2p1:CduStructureId>
    <d2p1:CduStructureRating>1</d2p1:CduStructureRating>
    <d2p1:CentralAir>true</d2p1:CentralAir>
    <d2p1:CommercialUnits>sample string 52</d2p1:CommercialUnits>
    <d2p1:ConcretePatioArea>1</d2p1:ConcretePatioArea>
    <d2p1:ConcretePatioCount>1</d2p1:ConcretePatioCount>
    <d2p1:CookCountyEquivalentClass>sample string 58</d2p1:CookCountyEquivalentClass>
    <d2p1:CookCountyEquivalentClassDescription>sample string 59</d2p1:CookCountyEquivalentClassDescription>
    <d2p1:CookCountyEquivalentClassId>1</d2p1:CookCountyEquivalentClassId>
    <d2p1:CountyId>41</d2p1:CountyId>
    <d2p1:CountyName>sample string 42</d2p1:CountyName>
    <d2p1:DeckArea>1</d2p1:DeckArea>
    <d2p1:DeckCount>1</d2p1:DeckCount>
    <d2p1:DetachedGarageArea>1</d2p1:DetachedGarageArea>
    <d2p1:DetachedGarageCount>1</d2p1:DetachedGarageCount>
    <d2p1:DetachedGarageId>1</d2p1:DetachedGarageId>
    <d2p1:DetachedGarageType>sample string 73</d2p1:DetachedGarageType>
    <d2p1:DetachedGarageTypeRating>1</d2p1:DetachedGarageTypeRating>
    <d2p1:EffectiveYearBuilt>1</d2p1:EffectiveYearBuilt>
    <d2p1:EnclosedPorchArea>1</d2p1:EnclosedPorchArea>
    <d2p1:EnclosedPorchCount>1</d2p1:EnclosedPorchCount>
    <d2p1:ExteriorConstructionType>sample string 21</d2p1:ExteriorConstructionType>
    <d2p1:ExteriorConstructionTypeId>1</d2p1:ExteriorConstructionTypeId>
    <d2p1:ExteriorConstructionTypeRating>1</d2p1:ExteriorConstructionTypeRating>
    <d2p1:ExteriorWallType>sample string 63</d2p1:ExteriorWallType>
    <d2p1:ExternalWallId>1</d2p1:ExternalWallId>
    <d2p1:ExternalWallRating>1</d2p1:ExternalWallRating>
    <d2p1:FirstFloorArea>1</d2p1:FirstFloorArea>
    <d2p1:FormattedPin>sample string 57</d2p1:FormattedPin>
    <d2p1:FullAddress>sample string 12</d2p1:FullAddress>
    <d2p1:FullAddressLine>sample string 9</d2p1:FullAddressLine>
    <d2p1:FullBaths>29</d2p1:FullBaths>
    <d2p1:GarageArea>1</d2p1:GarageArea>
    <d2p1:GarageCarsCount>1</d2p1:GarageCarsCount>
    <d2p1:GarageCount>1</d2p1:GarageCount>
    <d2p1:GarageSizeType>sample string 22</d2p1:GarageSizeType>
    <d2p1:GarageSizeTypeId>1</d2p1:GarageSizeTypeId>
    <d2p1:GarageSizeTypeRating>1</d2p1:GarageSizeTypeRating>
    <d2p1:GazeboArea>1</d2p1:GazeboArea>
    <d2p1:Grade>sample string 67</d2p1:Grade>
    <d2p1:GradeId>1</d2p1:GradeId>
    <d2p1:GradeRating>1</d2p1:GradeRating>
    <d2p1:GrossFloorArea>1</d2p1:GrossFloorArea>
    <d2p1:GroundPoolArea>1</d2p1:GroundPoolArea>
    <d2p1:HalfBaths>30</d2p1:HalfBaths>
    <d2p1:HeadPin>sample string 46</d2p1:HeadPin>
    <d2p1:HeatingType>sample string 70</d2p1:HeatingType>
    <d2p1:InteriorFinishPercent>1</d2p1:InteriorFinishPercent>
    <d2p1:IsLandmark>true</d2p1:IsLandmark>
    <d2p1:IsOpenSpace>true</d2p1:IsOpenSpace>
    <d2p1:IsUnique>true</d2p1:IsUnique>
    <d2p1:LandAreaSqFt>34</d2p1:LandAreaSqFt>
    <d2p1:LandMethod>sample string 83</d2p1:LandMethod>
    <d2p1:LandUseCode>sample string 75</d2p1:LandUseCode>
    <d2p1:LandUseCodeId>1</d2p1:LandUseCodeId>
    <d2p1:LastAddressLine>sample string 11</d2p1:LastAddressLine>
    <d2p1:Latitude>sample string 17</d2p1:Latitude>
    <d2p1:LivingArea>1</d2p1:LivingArea>
    <d2p1:Longitude>sample string 16</d2p1:Longitude>
    <d2p1:LotSizeAcres>1</d2p1:LotSizeAcres>
    <d2p1:LowerLevelArea>1</d2p1:LowerLevelArea>
    <d2p1:LowerLevelFinishedArea>1</d2p1:LowerLevelFinishedArea>
    <d2p1:Municipality>sample string 5</d2p1:Municipality>
    <d2p1:Neighborhood>51</d2p1:Neighborhood>
    <d2p1:NeighborhoodDescription>sample string 82</d2p1:NeighborhoodDescription>
    <d2p1:NeighborhoodId>1</d2p1:NeighborhoodId>
    <d2p1:NumFirePlaces>32</d2p1:NumFirePlaces>
    <d2p1:OccupancyPercent>1</d2p1:OccupancyPercent>
    <d2p1:OpenPorchArea>1</d2p1:OpenPorchArea>
    <d2p1:OpenPorchCount>1</d2p1:OpenPorchCount>
    <d2p1:OutbuildingTypes>sample string 81</d2p1:OutbuildingTypes>
    <d2p1:OutbuildingsCount>1</d2p1:OutbuildingsCount>
    <d2p1:ParcelGeom>sample string 47</d2p1:ParcelGeom>
    <d2p1:ParkingCount>1</d2p1:ParkingCount>
    <d2p1:PhysicalCondition>sample string 66</d2p1:PhysicalCondition>
    <d2p1:PhysicalConditionId>1</d2p1:PhysicalConditionId>
    <d2p1:PhysicalConditionRating>1</d2p1:PhysicalConditionRating>
    <d2p1:Pin>sample string 2</d2p1:Pin>
    <d2p1:Pin10>sample string 45</d2p1:Pin10>
    <d2p1:PrefabFireplaceCount>1</d2p1:PrefabFireplaceCount>
    <d2p1:PropertyAddressId>1</d2p1:PropertyAddressId>
    <d2p1:PropertyCardUrl>sample string 85</d2p1:PropertyCardUrl>
    <d2p1:PropertyClass>sample string 25</d2p1:PropertyClass>
    <d2p1:PropertyClassDescription>sample string 26</d2p1:PropertyClassDescription>
    <d2p1:PropertyClassId>1</d2p1:PropertyClassId>
    <d2p1:PropertyImageUrl>sample string 55</d2p1:PropertyImageUrl>
    <d2p1:PropertyMajorClass>sample string 27</d2p1:PropertyMajorClass>
    <d2p1:PropertyMajorClassId>1</d2p1:PropertyMajorClassId>
    <d2p1:ProrationPercentage>1</d2p1:ProrationPercentage>
    <d2p1:QualifiedSaleFlag>sample string 84</d2p1:QualifiedSaleFlag>
    <d2p1:Rec1OutbuildingArea>1</d2p1:Rec1OutbuildingArea>
    <d2p1:Rec1OutbuildingName>sample string 77</d2p1:Rec1OutbuildingName>
    <d2p1:Rec1OutbuildingYearBuilt>1</d2p1:Rec1OutbuildingYearBuilt>
    <d2p1:Rec2OutbuildingArea>1</d2p1:Rec2OutbuildingArea>
    <d2p1:Rec2OutbuildingName>sample string 78</d2p1:Rec2OutbuildingName>
    <d2p1:Rec2OutbuildingYearBuilt>1</d2p1:Rec2OutbuildingYearBuilt>
    <d2p1:Rec3OutbuildingArea>1</d2p1:Rec3OutbuildingArea>
    <d2p1:Rec3OutbuildingName>sample string 79</d2p1:Rec3OutbuildingName>
    <d2p1:Rec3OutbuildingYearBuilt>1</d2p1:Rec3OutbuildingYearBuilt>
    <d2p1:Rec4OutbuildingArea>1</d2p1:Rec4OutbuildingArea>
    <d2p1:Rec4OutbuildingName>sample string 80</d2p1:Rec4OutbuildingName>
    <d2p1:Rec4OutbuildingYearBuilt>1</d2p1:Rec4OutbuildingYearBuilt>
    <d2p1:RecRoomArea>1</d2p1:RecRoomArea>
    <d2p1:RecordType>sample string 76</d2p1:RecordType>
    <d2p1:ResidenceType>sample string 19</d2p1:ResidenceType>
    <d2p1:ResidenceTypeId>18</d2p1:ResidenceTypeId>
    <d2p1:ResidenceTypeRating>1</d2p1:ResidenceTypeRating>
    <d2p1:RoofCover>sample string 64</d2p1:RoofCover>
    <d2p1:RoofCoverId>1</d2p1:RoofCoverId>
    <d2p1:RoofCoverRating>1</d2p1:RoofCoverRating>
    <d2p1:SalesPriceSqFt>1</d2p1:SalesPriceSqFt>
    <d2p1:SecondFloorArea>1</d2p1:SecondFloorArea>
    <d2p1:ShedsArea>1</d2p1:ShedsArea>
    <d2p1:SingleParcelBuildingCount>1</d2p1:SingleParcelBuildingCount>
    <d2p1:State>sample string 6</d2p1:State>
    <d2p1:StateEqualizationFactor>1</d2p1:StateEqualizationFactor>
    <d2p1:StateId>43</d2p1:StateId>
    <d2p1:StateName>sample string 44</d2p1:StateName>
    <d2p1:Stories>sample string 61</d2p1:Stories>
    <d2p1:StoriesCount>sample string 60</d2p1:StoriesCount>
    <d2p1:StreetName>sample string 4</d2p1:StreetName>
    <d2p1:StreetNumber>sample string 3</d2p1:StreetNumber>
    <d2p1:Style>sample string 62</d2p1:Style>
    <d2p1:StyleId>1</d2p1:StyleId>
    <d2p1:TaxCode>sample string 50</d2p1:TaxCode>
    <d2p1:TaxCodeId>49</d2p1:TaxCodeId>
    <d2p1:TaxRate>1</d2p1:TaxRate>
    <d2p1:TaxRateYear>1</d2p1:TaxRateYear>
    <d2p1:TaxRegion>sample string 56</d2p1:TaxRegion>
    <d2p1:TaxRegionId>1</d2p1:TaxRegionId>
    <d2p1:TotalFixturesCount>1</d2p1:TotalFixturesCount>
    <d2p1:TotalLivingArea>1.1</d2p1:TotalLivingArea>
    <d2p1:TownshipId>39</d2p1:TownshipId>
    <d2p1:TownshipName>sample string 40</d2p1:TownshipName>
    <d2p1:UnitsCount>1</d2p1:UnitsCount>
    <d2p1:UpperArea>1</d2p1:UpperArea>
    <d2p1:Volume>sample string 48</d2p1:Volume>
    <d2p1:WallHeight>1</d2p1:WallHeight>
    <d2p1:WoodBurningFireplaceCount>1</d2p1:WoodBurningFireplaceCount>
    <d2p1:XPosition>14</d2p1:XPosition>
    <d2p1:YPosition>15</d2p1:YPosition>
    <d2p1:YearBuilt>65</d2p1:YearBuilt>
    <d2p1:YearRemodeled>1</d2p1:YearRemodeled>
    <d2p1:ZipCode4>sample string 8</d2p1:ZipCode4>
    <d2p1:ZipCode5>sample string 7</d2p1:ZipCode5>
  </Property>
  <TaxYear>1</TaxYear>
  <UserProfile xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.ExemptionBinding">
    <d2p1:AnnualIncome>1.1</d2p1:AnnualIncome>
    <d2p1:Birthday>sample string 4</d2p1:Birthday>
    <d2p1:DisabilityCertificationYear>1</d2p1:DisabilityCertificationYear>
    <d2p1:DisabilityLevel>1</d2p1:DisabilityLevel>
    <d2p1:HomeImprovementCompleted>true</d2p1:HomeImprovementCompleted>
    <d2p1:HomeImprovementCompletionYear>1</d2p1:HomeImprovementCompletionYear>
    <d2p1:HomeImprovementCost>1</d2p1:HomeImprovementCost>
    <d2p1:IsDisabled>true</d2p1:IsDisabled>
    <d2p1:IsPersonalResidence>true</d2p1:IsPersonalResidence>
    <d2p1:IsSecondHome>true</d2p1:IsSecondHome>
    <d2p1:IsVeteran>true</d2p1:IsVeteran>
    <d2p1:PropertyPurchaseDate>sample string 2</d2p1:PropertyPurchaseDate>
    <d2p1:ReturnFromServiceYear>1</d2p1:ReturnFromServiceYear>
  </UserProfile>
</ExemptionAnalysisPageModel>