POST api/users/me/properties

This method will add a new property for user who is currently logged in

Requires Authorization!

Request Information

URI Parameters

None.

Body Parameters

Instance of

NewUserPropertyBindingModel
NameDescriptionTypeAdditional information
BusinessUserClientId

integer

None.

PropertyAddressId

integer

None.

PurchasePrice

decimal number

None.

PurchaseDate

date

None.

PropertyOwnershipTypeId

integer

None.

IsForeclosure

boolean

None.

DiscountCode

string

None.

Archived

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "businessUserClientId": 1,
  "propertyAddressId": 1,
  "purchasePrice": 1.1,
  "purchaseDate": "2025-05-20T15:10:32.1573494-05:00",
  "propertyOwnershipTypeId": 2,
  "isForeclosure": true,
  "discountCode": "sample string 4",
  "archived": true
}

text/html

Sample:
{"businessUserClientId":1,"propertyAddressId":1,"purchasePrice":1.1,"purchaseDate":"2025-05-20T15:10:32.1573494-05:00","propertyOwnershipTypeId":2,"isForeclosure":true,"discountCode":"sample string 4","archived":true}

application/xml, text/xml

Sample:
<NewUserPropertyBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.PropertyBinding">
  <Archived>true</Archived>
  <BusinessUserClientId>1</BusinessUserClientId>
  <DiscountCode>sample string 4</DiscountCode>
  <IsForeclosure>true</IsForeclosure>
  <PropertyAddressId>1</PropertyAddressId>
  <PropertyOwnershipTypeId>2</PropertyOwnershipTypeId>
  <PurchaseDate>2025-05-20T15:10:32.1573494-05:00</PurchaseDate>
  <PurchasePrice>1.1</PurchasePrice>
</NewUserPropertyBindingModel>

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 'NewUserPropertyBindingModel'.

Response Information

Resource Description

Instance of

UserPropertySimpleModel
NameDescriptionTypeAdditional information
UserProperty

UserPropertyPo

None.

AppealAgencyName

string

None.

AppealYear

integer

None.

GrossTaxAmount

decimal number

None.

AppealType

string

None.

AppealRecommendation

string

None.

AnalysisDate

date

None.

EstimatedAppealSavings

decimal number

None.

FairGrossTaxAmount

decimal number

None.

NextAppealDate

string

None.

IsMonitoringEnabled

boolean

None.

AppealReportTypeId

integer

None.

SuggestedAppeals

Collection of PropertyAppealTypeReturnModel

None.

MainMessage

string

None.

IsAppealRecommended

boolean

None.

IsSupportedProperty

boolean

None.

ShowFindComparablePropertiesButton

boolean

None.

ShowGetReportButton

boolean

None.

ShowExplainResultsButton

boolean

None.

ShowContactUsButton

boolean

None.

ShowAppealNowButton

boolean

None.

IsNextAppealDateEstimated

boolean

None.

AssignedAttorneyName

string

None.

AssignedAttorneyPhone

string

None.

AssignStatus

string

None.

AssignedAttorneyCompany

string

None.

AssignedAttorneyBio

string

None.

AssignedAttorneyAvatar

string

None.

AssignedAttorneyPracticeArea

string

None.

AssignedAttorneyEmail

string

None.

Response Formats

application/json, text/json

Sample:
{
  "userProperty": {
    "township": "sample string 1",
    "county": "sample string 2",
    "propertyImageUrl": "sample string 3",
    "formattedPin": "sample string 4",
    "fullAddress": "sample string 5",
    "residencyStatus": "sample string 6",
    "neighborhood": 7,
    "propertyClass": "sample string 8",
    "state": "sample string 9",
    "taxCode": "sample string 10",
    "countyId": 11,
    "stateId": 12,
    "townshipId": 13,
    "appealInProgress": true,
    "appealStatus": "sample string 15",
    "appealNumber": "sample string 16",
    "appealStatusId": 1,
    "appealStartDate": "2025-05-20T15:10:32.1767928-05:00",
    "address": "sample string 18",
    "city": "sample string 19",
    "zipCode": "sample string 20",
    "assessmentUrl": "sample string 21",
    "propertyCardUrl": "sample string 22",
    "cookCountyEquivalentClass": "sample string 23",
    "id": 24,
    "purchaseDate": "2025-05-20T15:10:32.1767928-05:00",
    "purchasePrice": 1.0,
    "notificationEmail": "sample string 25",
    "isForeclosure": true,
    "isShortSale": true,
    "addedDate": "2025-05-20T15:10:32.1767928-05:00",
    "notes": "sample string 29",
    "referrer": "sample string 30",
    "archived": true,
    "buyers": "sample string 32",
    "sellers": "sample string 33",
    "mlsNo": "sample string 34",
    "isCashDeal": true,
    "relatedParties": true,
    "purchasedByOwner": true,
    "isVacant": true,
    "isUninhabitable": true,
    "isSheriffSale": true,
    "realtyFirm": "sample string 41",
    "realEstateAgentName": "sample string 42",
    "additionalPins": [
      "sample string 1",
      "sample string 2"
    ],
    "propertyOwnershipTypeId": 43,
    "propertyAddressId": 44,
    "userId": 45,
    "businessUserClientId": 1,
    "referredUserId": 1,
    "propertyOwnershipType": {
      "id": 1,
      "type": "sample string 2",
      "description": "sample string 3"
    },
    "businessUserClient": {
      "id": 1,
      "firstName": "sample string 2",
      "lastName": "sample string 3",
      "companyName": "sample string 4",
      "phone": "sample string 5",
      "email": "sample string 6",
      "cellPhone": "sample string 7",
      "isProspect": true,
      "addedDate": "2025-05-20T15:10:32.1767928-05:00",
      "affiliateCode": "sample string 10",
      "discountPercent": 11.0,
      "isBuilder": true,
      "notes": "sample string 13",
      "notificationsEnabled": true,
      "userPersonalInfoId": 15,
      "userBusinessInfoId": 16,
      "userPersonalInfo": {
        "id": 1,
        "birthday": "2025-05-20T15:10:32.1767928-05:00",
        "annualIncome": 1.0,
        "isDisabled": true,
        "isVeteran": true,
        "returnYear": 1,
        "disabilityLevel": 1.0,
        "disabilityYear": 1,
        "addedDate": "2025-05-20T15:10:32.1767928-05:00",
        "lastModifiedDate": "2025-05-20T15:10:32.1767928-05:00",
        "isOnActiveDuty": true
      },
      "userBusinessInfo": {
        "id": 1,
        "companyName": "sample string 2",
        "addressLine1": "sample string 3",
        "city": "sample string 4",
        "state": "sample string 5",
        "zip": "sample string 6",
        "countyId": 7,
        "phone": "sample string 8",
        "fax": "sample string 9",
        "email": "sample string 10",
        "cellPhone": "sample string 11",
        "bio": "sample string 12",
        "logo": "sample string 13",
        "affiliateCode": "sample string 14",
        "practiceStartYear": 1,
        "onsiteAdEnabled": true,
        "docGenEnabled": true,
        "whiteLabelEnabled": true,
        "isPreferred": true,
        "starRating": 19,
        "addedDate": "2025-05-20T15:10:32.1767928-05:00",
        "lastModifiedDate": "2025-05-20T15:10:32.1767928-05:00",
        "practiceArea": "sample string 21",
        "discountPercent": 22.0,
        "referrerAffiliateCode": "sample string 23",
        "maxPropertyCount": 1,
        "appealFeeOverride": 1.0,
        "isTestUser": true,
        "individualGiftDiscount": 25.0,
        "websiteUrl": "sample string 26",
        "contingencyFee": 1.0,
        "attorneyCode": "sample string 27",
        "isBannerVisible": true,
        "clientColor": "sample string 29",
        "clientLogo": "sample string 30",
        "appealFeeAmount": 31.0,
        "analysisFeeAmount": 32.0,
        "referralFeeAmount": 33.0,
        "forwardSiteReferrals": true,
        "referrealFeeToPtfAmount": 35.0,
        "userReportIdentifier": "sample string 36",
        "displayAppealDiscountBox": true,
        "displayHowToStartInstructions": true,
        "requireUserRegistration": true,
        "collectAnalysisFee": true,
        "iFrameBannerImageUrl": "sample string 41",
        "customContactSectionTitle": "sample string 42",
        "customContactSectionContent": "sample string 43",
        "iFrameEmailReportToWebUser": true,
        "iFrameEnabledAppeal": true,
        "iFrameEnabledAppealGuarantee": true,
        "displayQrCode": true,
        "qrCodeUrl": "sample string 48",
        "qrCodeClientUrl": "sample string 49",
        "displayEngagementPageOnReport": true,
        "engagementPageContent": "sample string 51",
        "digitalSignaturePackageUrl": "sample string 52",
        "isPtfAttorney": true,
        "isBusinessReferralAttorney": true,
        "appealProcessingEnabled": true,
        "residentialAppealExemptionFilingFee": 1.0,
        "vacancyConstructionIncomeAppealFilingFee": 1.0,
        "certificateOfErrorFilingFee": 1.0,
        "condoAssociationAppealFilingFee": 1.0,
        "isFilingFeePerAppeal": true,
        "feeSharingPercent": 1.0,
        "notes": "sample string 57",
        "isProcessingIncluded": true,
        "isPerAdditionalAppealPricing": true,
        "userId": 60,
        "user": {
          "id": 1,
          "accessFailedCount": 2,
          "email": "sample string 3",
          "emailConfirmed": true,
          "lockoutEnabled": true,
          "lockoutEndDateUtc": "2025-05-20T15:10:32.1788712-05:00",
          "passwordHash": "sample string 6",
          "phoneNumberConfirmed": true,
          "securityStamp": "sample string 8",
          "twoFactorEnabled": true,
          "userName": "sample string 10",
          "joinDate": "2025-05-20T15:10:32.1788712-05:00",
          "firstName": "sample string 12",
          "lastName": "sample string 13",
          "isSystemUser": true,
          "accountVerified": true,
          "acceptedTermsAndConditionsDate": "2025-05-20T15:10:32.1788712-05:00",
          "phoneNumber": "sample string 15",
          "roles": [],
          "claims": [],
          "logins": []
        }
      }
    },
    "propertyAddress": {
      "id": 1,
      "objectId": 2.1,
      "addressNoPref": "sample string 3",
      "addressNo": "sample string 4",
      "addressNoSuffix": "sample string 5",
      "addressNoSep": "sample string 6",
      "addressNoCom": "sample string 7",
      "streetNamePrm": "sample string 8",
      "streetNamePrd": "sample string 9",
      "streetNamePrt": "sample string 10",
      "streetName": "sample string 11",
      "streetNamePot": "sample string 12",
      "streetNamePod": "sample string 13",
      "streetNamePom": "sample string 14",
      "streetNameCom": "sample string 15",
      "subAddressType": "sample string 16",
      "subAddressId": "sample string 17",
      "subAddressElem": "sample string 18",
      "subAddressCom": "sample string 19",
      "landMarkName": "sample string 20",
      "placeName": "sample string 21",
      "uspsPn": "sample string 22",
      "uspsPinGnis": 23.0,
      "uspsSt": "sample string 24",
      "zip5": "sample string 25",
      "zip4": "sample string 26",
      "country": "sample string 27",
      "gnisMuni": 28.0,
      "gnisTownship": 29.0,
      "gnisCounty": 30.0,
      "gnisState": 31.0,
      "uspsBoxType": "sample string 32",
      "uspsBoxId": "sample string 33",
      "uspsBox": "sample string 34",
      "uspsGroupType": "sample string 35",
      "uspsGroupId": "sample string 36",
      "uspsRoute": "sample string 37",
      "uspsAddress": "sample string 38",
      "uspsGndYpt": "sample string 39",
      "addressDelivery": "sample string 40",
      "cmpAddressAbrv": "sample string 41",
      "addressLastLine": "sample string 42",
      "addressId": "sample string 43",
      "aAuthority": "sample string 44",
      "relAddressId": "sample string 45",
      "addressRelType": "sample string 46",
      "xPosition": 47.0,
      "yPosition": 48.0,
      "longitude": "sample string 49",
      "latitude": "sample string 50",
      "usGridCord": "sample string 51",
      "addressElevation": 52.0,
      "pinSource": "sample string 53",
      "pin": "sample string 54",
      "addressNgType": "sample string 55",
      "addressNgParty": "sample string 56",
      "addressNgSide": "sample string 57",
      "addressNgDirc": "sample string 58",
      "addressNgSpan": "sample string 59",
      "addressClass": "sample string 60",
      "addressFeType": "sample string 61",
      "offStatus": "sample string 62",
      "anomaly": "sample string 63",
      "addressSos": "sample string 64",
      "addressZLevel": 65.0,
      "locDescription": "sample string 66",
      "mailAddress": "sample string 67",
      "opStatus": "sample string 68",
      "sauStatus": "sample string 69",
      "coordAccuracy": 70.0,
      "addressNoPar": "sample string 71",
      "attachElevation": "sample string 72",
      "subAddOrd": 73.0,
      "elemSeqNum": 74.0,
      "pnType": "sample string 75",
      "landMarkGnis": 76.0,
      "delAddressType": "sample string 77",
      "addStartDate": "2025-05-20T15:10:32.1788712-05:00",
      "addEndDate": "2025-05-20T15:10:32.1788712-05:00",
      "dateSetId": "sample string 80",
      "universalDate": "sample string 81",
      "editor": "sample string 82",
      "editTime": "sample string 83",
      "editType": "sample string 84",
      "pwaEditor": "sample string 85",
      "pwaEditDate": "2025-05-20T15:10:32.1788712-05:00",
      "pwaComments": "sample string 87",
      "pwaStatus": "sample string 88",
      "geoCodeMu": "sample string 89",
      "documentI": "sample string 90",
      "documentS": "sample string 91",
      "comment": "sample string 92",
      "volume": "sample string 93",
      "commercialUnits": "sample string 94",
      "fullBaths": 95,
      "halfBaths": 96,
      "centralAir": true,
      "numFirePlaces": 98,
      "age": 99,
      "landAreaSqft": 100.0,
      "buildingAreaSqft": 101.0,
      "apartmentNo": "sample string 102",
      "tsv": "sample string 103",
      "geom": "sample string 104",
      "isAssessorTracked": true,
      "isLandmark": true,
      "residenceTypeId": 107,
      "buildingUseId": 108,
      "exteriorConstructionTypeId": 109,
      "basementTypeId": 110,
      "atticTypeId": 111,
      "propertyClassId": 112,
      "townshipId": 113,
      "residenceType": {
        "id": 1,
        "type": "sample string 2",
        "description": "sample string 3",
        "countyId": 4,
        "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
          }
        }
      },
      "buildingUse": {
        "id": 1,
        "use": "sample string 2",
        "description": "sample string 3",
        "countyId": 4,
        "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
          }
        }
      },
      "exteriorConstructionType": {
        "id": 1,
        "type": "sample string 2",
        "description": "sample string 3",
        "countyId": 4,
        "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
          }
        }
      },
      "basementType": {
        "id": 1,
        "type": "sample string 2",
        "description": "sample string 3",
        "countyId": 4,
        "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
          }
        }
      },
      "atticType": {
        "id": 1,
        "type": "sample string 2",
        "description": "sample string 3",
        "countyId": 4,
        "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
          }
        }
      },
      "propertyClass": {
        "id": 1,
        "class": "sample string 2",
        "description": "sample string 3",
        "exemptionSupport": true,
        "asOfDate": "2025-05-20T15:10:32.1788712-05:00",
        "propertyMajorClassId": 6,
        "propertyMajorClass": {
          "id": 1,
          "class": 2,
          "description": "sample string 3",
          "assessmentLevel": 4.0,
          "asOfDate": "2025-05-20T15:10:32.1788712-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
            }
          }
        }
      },
      "township": {
        "id": 1,
        "name": "sample string 2",
        "code": 3,
        "rangeNo": 4,
        "shapeArea": 5.1,
        "shapeLen": 6.1,
        "geom": "sample string 7",
        "number": 8,
        "reassessmentIntervalInYears": 9,
        "baseReassessmentYear": 10,
        "fullName": "sample string 11",
        "countyId": 12,
        "taxRegionId": 13,
        "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
          }
        },
        "taxRegion": {
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "abbrv": "sample string 4",
          "countyId": 5,
          "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
            }
          }
        }
      }
    },
    "user": {
      "id": 1,
      "accessFailedCount": 2,
      "email": "sample string 3",
      "emailConfirmed": true,
      "lockoutEnabled": true,
      "lockoutEndDateUtc": "2025-05-20T15:10:32.1788712-05:00",
      "passwordHash": "sample string 6",
      "phoneNumberConfirmed": true,
      "securityStamp": "sample string 8",
      "twoFactorEnabled": true,
      "userName": "sample string 10",
      "joinDate": "2025-05-20T15:10:32.1788712-05:00",
      "firstName": "sample string 12",
      "lastName": "sample string 13",
      "isSystemUser": true,
      "accountVerified": true,
      "acceptedTermsAndConditionsDate": "2025-05-20T15:10:32.1788712-05:00",
      "phoneNumber": "sample string 15",
      "roles": [],
      "claims": [],
      "logins": []
    },
    "referredUser": {
      "id": 1,
      "accessFailedCount": 2,
      "email": "sample string 3",
      "emailConfirmed": true,
      "lockoutEnabled": true,
      "lockoutEndDateUtc": "2025-05-20T15:10:32.1788712-05:00",
      "passwordHash": "sample string 6",
      "phoneNumberConfirmed": true,
      "securityStamp": "sample string 8",
      "twoFactorEnabled": true,
      "userName": "sample string 10",
      "joinDate": "2025-05-20T15:10:32.1788712-05:00",
      "firstName": "sample string 12",
      "lastName": "sample string 13",
      "isSystemUser": true,
      "accountVerified": true,
      "acceptedTermsAndConditionsDate": "2025-05-20T15:10:32.1788712-05:00",
      "phoneNumber": "sample string 15",
      "roles": [],
      "claims": [],
      "logins": []
    }
  },
  "appealAgencyName": "sample string 1",
  "appealYear": 2,
  "grossTaxAmount": 3.0,
  "appealType": "sample string 4",
  "appealRecommendation": "sample string 5",
  "analysisDate": "2025-05-20T15:10:32.1788712-05:00",
  "estimatedAppealSavings": 7.0,
  "fairGrossTaxAmount": 1.0,
  "nextAppealDate": "sample string 8",
  "isMonitoringEnabled": true,
  "appealReportTypeId": 10,
  "suggestedAppeals": [
    {
      "id": 1,
      "displayName": "sample string 2",
      "description": "sample string 3"
    },
    {
      "id": 1,
      "displayName": "sample string 2",
      "description": "sample string 3"
    }
  ],
  "mainMessage": "sample string 11",
  "isAppealRecommended": true,
  "isSupportedProperty": true,
  "showFindComparablePropertiesButton": true,
  "showGetReportButton": true,
  "showExplainResultsButton": true,
  "showContactUsButton": true,
  "showAppealNowButton": true,
  "isNextAppealDateEstimated": true,
  "assignedAttorneyName": "sample string 20",
  "assignedAttorneyPhone": "sample string 21",
  "assignStatus": "sample string 22",
  "assignedAttorneyCompany": "sample string 23",
  "assignedAttorneyBio": "sample string 24",
  "assignedAttorneyAvatar": "sample string 25",
  "assignedAttorneyPracticeArea": "sample string 26",
  "assignedAttorneyEmail": "sample string 27"
}

text/html

Sample:
{"userProperty":{"township":"sample string 1","county":"sample string 2","propertyImageUrl":"sample string 3","formattedPin":"sample string 4","fullAddress":"sample string 5","residencyStatus":"sample string 6","neighborhood":7,"propertyClass":"sample string 8","state":"sample string 9","taxCode":"sample string 10","countyId":11,"stateId":12,"townshipId":13,"appealInProgress":true,"appealStatus":"sample string 15","appealNumber":"sample string 16","appealStatusId":1,"appealStartDate":"2025-05-20T15:10:32.1767928-05:00","address":"sample string 18","city":"sample string 19","zipCode":"sample string 20","assessmentUrl":"sample string 21","propertyCardUrl":"sample string 22","cookCountyEquivalentClass":"sample string 23","id":24,"purchaseDate":"2025-05-20T15:10:32.1767928-05:00","purchasePrice":1.0,"notificationEmail":"sample string 25","isForeclosure":true,"isShortSale":true,"addedDate":"2025-05-20T15:10:32.1767928-05:00","notes":"sample string 29","referrer":"sample string 30","archived":true,"buyers":"sample string 32","sellers":"sample string 33","mlsNo":"sample string 34","isCashDeal":true,"relatedParties":true,"purchasedByOwner":true,"isVacant":true,"isUninhabitable":true,"isSheriffSale":true,"realtyFirm":"sample string 41","realEstateAgentName":"sample string 42","additionalPins":["sample string 1","sample string 2"],"propertyOwnershipTypeId":43,"propertyAddressId":44,"userId":45,"businessUserClientId":1,"referredUserId":1,"propertyOwnershipType":{"id":1,"type":"sample string 2","description":"sample string 3"},"businessUserClient":{"id":1,"firstName":"sample string 2","lastName":"sample string 3","companyName":"sample string 4","phone":"sample string 5","email":"sample string 6","cellPhone":"sample string 7","isProspect":true,"addedDate":"2025-05-20T15:10:32.1767928-05:00","affiliateCode":"sample string 10","discountPercent":11.0,"isBuilder":true,"notes":"sample string 13","notificationsEnabled":true,"userPersonalInfoId":15,"userBusinessInfoId":16,"userPersonalInfo":{"id":1,"birthday":"2025-05-20T15:10:32.1767928-05:00","annualIncome":1.0,"isDisabled":true,"isVeteran":true,"returnYear":1,"disabilityLevel":1.0,"disabilityYear":1,"addedDate":"2025-05-20T15:10:32.1767928-05:00","lastModifiedDate":"2025-05-20T15:10:32.1767928-05:00","isOnActiveDuty":true},"userBusinessInfo":{"id":1,"companyName":"sample string 2","addressLine1":"sample string 3","city":"sample string 4","state":"sample string 5","zip":"sample string 6","countyId":7,"phone":"sample string 8","fax":"sample string 9","email":"sample string 10","cellPhone":"sample string 11","bio":"sample string 12","logo":"sample string 13","affiliateCode":"sample string 14","practiceStartYear":1,"onsiteAdEnabled":true,"docGenEnabled":true,"whiteLabelEnabled":true,"isPreferred":true,"starRating":19,"addedDate":"2025-05-20T15:10:32.1767928-05:00","lastModifiedDate":"2025-05-20T15:10:32.1767928-05:00","practiceArea":"sample string 21","discountPercent":22.0,"referrerAffiliateCode":"sample string 23","maxPropertyCount":1,"appealFeeOverride":1.0,"isTestUser":true,"individualGiftDiscount":25.0,"websiteUrl":"sample string 26","contingencyFee":1.0,"attorneyCode":"sample string 27","isBannerVisible":true,"clientColor":"sample string 29","clientLogo":"sample string 30","appealFeeAmount":31.0,"analysisFeeAmount":32.0,"referralFeeAmount":33.0,"forwardSiteReferrals":true,"referrealFeeToPtfAmount":35.0,"userReportIdentifier":"sample string 36","displayAppealDiscountBox":true,"displayHowToStartInstructions":true,"requireUserRegistration":true,"collectAnalysisFee":true,"iFrameBannerImageUrl":"sample string 41","customContactSectionTitle":"sample string 42","customContactSectionContent":"sample string 43","iFrameEmailReportToWebUser":true,"iFrameEnabledAppeal":true,"iFrameEnabledAppealGuarantee":true,"displayQrCode":true,"qrCodeUrl":"sample string 48","qrCodeClientUrl":"sample string 49","displayEngagementPageOnReport":true,"engagementPageContent":"sample string 51","digitalSignaturePackageUrl":"sample string 52","isPtfAttorney":true,"isBusinessReferralAttorney":true,"appealProcessingEnabled":true,"residentialAppealExemptionFilingFee":1.0,"vacancyConstructionIncomeAppealFilingFee":1.0,"certificateOfErrorFilingFee":1.0,"condoAssociationAppealFilingFee":1.0,"isFilingFeePerAppeal":true,"feeSharingPercent":1.0,"notes":"sample string 57","isProcessingIncluded":true,"isPerAdditionalAppealPricing":true,"userId":60,"user":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T15:10:32.1788712-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T15:10:32.1788712-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T15:10:32.1788712-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]}}},"propertyAddress":{"id":1,"objectId":2.1,"addressNoPref":"sample string 3","addressNo":"sample string 4","addressNoSuffix":"sample string 5","addressNoSep":"sample string 6","addressNoCom":"sample string 7","streetNamePrm":"sample string 8","streetNamePrd":"sample string 9","streetNamePrt":"sample string 10","streetName":"sample string 11","streetNamePot":"sample string 12","streetNamePod":"sample string 13","streetNamePom":"sample string 14","streetNameCom":"sample string 15","subAddressType":"sample string 16","subAddressId":"sample string 17","subAddressElem":"sample string 18","subAddressCom":"sample string 19","landMarkName":"sample string 20","placeName":"sample string 21","uspsPn":"sample string 22","uspsPinGnis":23.0,"uspsSt":"sample string 24","zip5":"sample string 25","zip4":"sample string 26","country":"sample string 27","gnisMuni":28.0,"gnisTownship":29.0,"gnisCounty":30.0,"gnisState":31.0,"uspsBoxType":"sample string 32","uspsBoxId":"sample string 33","uspsBox":"sample string 34","uspsGroupType":"sample string 35","uspsGroupId":"sample string 36","uspsRoute":"sample string 37","uspsAddress":"sample string 38","uspsGndYpt":"sample string 39","addressDelivery":"sample string 40","cmpAddressAbrv":"sample string 41","addressLastLine":"sample string 42","addressId":"sample string 43","aAuthority":"sample string 44","relAddressId":"sample string 45","addressRelType":"sample string 46","xPosition":47.0,"yPosition":48.0,"longitude":"sample string 49","latitude":"sample string 50","usGridCord":"sample string 51","addressElevation":52.0,"pinSource":"sample string 53","pin":"sample string 54","addressNgType":"sample string 55","addressNgParty":"sample string 56","addressNgSide":"sample string 57","addressNgDirc":"sample string 58","addressNgSpan":"sample string 59","addressClass":"sample string 60","addressFeType":"sample string 61","offStatus":"sample string 62","anomaly":"sample string 63","addressSos":"sample string 64","addressZLevel":65.0,"locDescription":"sample string 66","mailAddress":"sample string 67","opStatus":"sample string 68","sauStatus":"sample string 69","coordAccuracy":70.0,"addressNoPar":"sample string 71","attachElevation":"sample string 72","subAddOrd":73.0,"elemSeqNum":74.0,"pnType":"sample string 75","landMarkGnis":76.0,"delAddressType":"sample string 77","addStartDate":"2025-05-20T15:10:32.1788712-05:00","addEndDate":"2025-05-20T15:10:32.1788712-05:00","dateSetId":"sample string 80","universalDate":"sample string 81","editor":"sample string 82","editTime":"sample string 83","editType":"sample string 84","pwaEditor":"sample string 85","pwaEditDate":"2025-05-20T15:10:32.1788712-05:00","pwaComments":"sample string 87","pwaStatus":"sample string 88","geoCodeMu":"sample string 89","documentI":"sample string 90","documentS":"sample string 91","comment":"sample string 92","volume":"sample string 93","commercialUnits":"sample string 94","fullBaths":95,"halfBaths":96,"centralAir":true,"numFirePlaces":98,"age":99,"landAreaSqft":100.0,"buildingAreaSqft":101.0,"apartmentNo":"sample string 102","tsv":"sample string 103","geom":"sample string 104","isAssessorTracked":true,"isLandmark":true,"residenceTypeId":107,"buildingUseId":108,"exteriorConstructionTypeId":109,"basementTypeId":110,"atticTypeId":111,"propertyClassId":112,"townshipId":113,"residenceType":{"id":1,"type":"sample string 2","description":"sample string 3","countyId":4,"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}}},"buildingUse":{"id":1,"use":"sample string 2","description":"sample string 3","countyId":4,"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}}},"exteriorConstructionType":{"id":1,"type":"sample string 2","description":"sample string 3","countyId":4,"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}}},"basementType":{"id":1,"type":"sample string 2","description":"sample string 3","countyId":4,"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}}},"atticType":{"id":1,"type":"sample string 2","description":"sample string 3","countyId":4,"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}}},"propertyClass":{"id":1,"class":"sample string 2","description":"sample string 3","exemptionSupport":true,"asOfDate":"2025-05-20T15:10:32.1788712-05:00","propertyMajorClassId":6,"propertyMajorClass":{"id":1,"class":2,"description":"sample string 3","assessmentLevel":4.0,"asOfDate":"2025-05-20T15:10:32.1788712-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}}}},"township":{"id":1,"name":"sample string 2","code":3,"rangeNo":4,"shapeArea":5.1,"shapeLen":6.1,"geom":"sample string 7","number":8,"reassessmentIntervalInYears":9,"baseReassessmentYear":10,"fullName":"sample string 11","countyId":12,"taxRegionId":13,"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}},"taxRegion":{"id":1,"name":"sample string 2","description":"sample string 3","abbrv":"sample string 4","countyId":5,"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}}}}},"user":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T15:10:32.1788712-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T15:10:32.1788712-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T15:10:32.1788712-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]},"referredUser":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T15:10:32.1788712-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T15:10:32.1788712-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T15:10:32.1788712-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]}},"appealAgencyName":"sample string 1","appealYear":2,"grossTaxAmount":3.0,"appealType":"sample string 4","appealRecommendation":"sample string 5","analysisDate":"2025-05-20T15:10:32.1788712-05:00","estimatedAppealSavings":7.0,"fairGrossTaxAmount":1.0,"nextAppealDate":"sample string 8","isMonitoringEnabled":true,"appealReportTypeId":10,"suggestedAppeals":[{"id":1,"displayName":"sample string 2","description":"sample string 3"},{"id":1,"displayName":"sample string 2","description":"sample string 3"}],"mainMessage":"sample string 11","isAppealRecommended":true,"isSupportedProperty":true,"showFindComparablePropertiesButton":true,"showGetReportButton":true,"showExplainResultsButton":true,"showContactUsButton":true,"showAppealNowButton":true,"isNextAppealDateEstimated":true,"assignedAttorneyName":"sample string 20","assignedAttorneyPhone":"sample string 21","assignStatus":"sample string 22","assignedAttorneyCompany":"sample string 23","assignedAttorneyBio":"sample string 24","assignedAttorneyAvatar":"sample string 25","assignedAttorneyPracticeArea":"sample string 26","assignedAttorneyEmail":"sample string 27"}

application/xml, text/xml

Sample:
<UserPropertySimpleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
  <AnalysisDate>2025-05-20T15:10:32.1788712-05:00</AnalysisDate>
  <AppealAgencyName>sample string 1</AppealAgencyName>
  <AppealRecommendation>sample string 5</AppealRecommendation>
  <AppealReportTypeId>10</AppealReportTypeId>
  <AppealType>sample string 4</AppealType>
  <AppealYear>2</AppealYear>
  <AssignStatus>sample string 22</AssignStatus>
  <AssignedAttorneyAvatar>sample string 25</AssignedAttorneyAvatar>
  <AssignedAttorneyBio>sample string 24</AssignedAttorneyBio>
  <AssignedAttorneyCompany>sample string 23</AssignedAttorneyCompany>
  <AssignedAttorneyEmail>sample string 27</AssignedAttorneyEmail>
  <AssignedAttorneyName>sample string 20</AssignedAttorneyName>
  <AssignedAttorneyPhone>sample string 21</AssignedAttorneyPhone>
  <AssignedAttorneyPracticeArea>sample string 26</AssignedAttorneyPracticeArea>
  <EstimatedAppealSavings>7</EstimatedAppealSavings>
  <FairGrossTaxAmount>1</FairGrossTaxAmount>
  <GrossTaxAmount>3</GrossTaxAmount>
  <IsAppealRecommended>true</IsAppealRecommended>
  <IsMonitoringEnabled>true</IsMonitoringEnabled>
  <IsNextAppealDateEstimated>true</IsNextAppealDateEstimated>
  <IsSupportedProperty>true</IsSupportedProperty>
  <MainMessage>sample string 11</MainMessage>
  <NextAppealDate>sample string 8</NextAppealDate>
  <ShowAppealNowButton>true</ShowAppealNowButton>
  <ShowContactUsButton>true</ShowContactUsButton>
  <ShowExplainResultsButton>true</ShowExplainResultsButton>
  <ShowFindComparablePropertiesButton>true</ShowFindComparablePropertiesButton>
  <ShowGetReportButton>true</ShowGetReportButton>
  <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>
  <UserProperty>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">24</Id>
    <AddedDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:10:32.1767928-05:00</AddedDate>
    <AdditionalPins xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </AdditionalPins>
    <Archived xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</Archived>
    <BusinessUserClient 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-20T15:10:32.1767928-05:00</AddedDate>
      <AffiliateCode>sample string 10</AffiliateCode>
      <CellPhone>sample string 7</CellPhone>
      <CompanyName>sample string 4</CompanyName>
      <DiscountPercent>11</DiscountPercent>
      <Email>sample string 6</Email>
      <FirstName>sample string 2</FirstName>
      <IsBuilder>true</IsBuilder>
      <IsProspect>true</IsProspect>
      <LastName>sample string 3</LastName>
      <Notes>sample string 13</Notes>
      <NotificationsEnabled>true</NotificationsEnabled>
      <Phone>sample string 5</Phone>
      <UserBusinessInfo>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <AddedDate>2025-05-20T15:10:32.1767928-05:00</AddedDate>
        <AddressLine1>sample string 3</AddressLine1>
        <AffiliateCode>sample string 14</AffiliateCode>
        <AnalysisFeeAmount>32</AnalysisFeeAmount>
        <AppealFeeAmount>31</AppealFeeAmount>
        <AppealFeeOverride>1</AppealFeeOverride>
        <AppealProcessingEnabled>true</AppealProcessingEnabled>
        <AttorneyCode>sample string 27</AttorneyCode>
        <Bio>sample string 12</Bio>
        <CellPhone>sample string 11</CellPhone>
        <CertificateOfErrorFilingFee>1</CertificateOfErrorFilingFee>
        <City>sample string 4</City>
        <ClientColor>sample string 29</ClientColor>
        <ClientLogo>sample string 30</ClientLogo>
        <CollectAnalysisFee>true</CollectAnalysisFee>
        <CompanyName>sample string 2</CompanyName>
        <CondoAssociationAppealFilingFee>1</CondoAssociationAppealFilingFee>
        <ContingencyFee>1</ContingencyFee>
        <CountyId>7</CountyId>
        <CustomContactSectionContent>sample string 43</CustomContactSectionContent>
        <CustomContactSectionTitle>sample string 42</CustomContactSectionTitle>
        <DigitalSignaturePackageUrl>sample string 52</DigitalSignaturePackageUrl>
        <DiscountPercent>22</DiscountPercent>
        <DisplayAppealDiscountBox>true</DisplayAppealDiscountBox>
        <DisplayEngagementPageOnReport>true</DisplayEngagementPageOnReport>
        <DisplayHowToStartInstructions>true</DisplayHowToStartInstructions>
        <DisplayQrCode>true</DisplayQrCode>
        <DocGenEnabled>true</DocGenEnabled>
        <Email>sample string 10</Email>
        <EngagementPageContent>sample string 51</EngagementPageContent>
        <Fax>sample string 9</Fax>
        <FeeSharingPercent>1</FeeSharingPercent>
        <ForwardSiteReferrals>true</ForwardSiteReferrals>
        <IFrameBannerImageUrl>sample string 41</IFrameBannerImageUrl>
        <IFrameEmailReportToWebUser>true</IFrameEmailReportToWebUser>
        <IFrameEnabledAppeal>true</IFrameEnabledAppeal>
        <IFrameEnabledAppealGuarantee>true</IFrameEnabledAppealGuarantee>
        <IndividualGiftDiscount>25</IndividualGiftDiscount>
        <IsBannerVisible>true</IsBannerVisible>
        <IsBusinessReferralAttorney>true</IsBusinessReferralAttorney>
        <IsFilingFeePerAppeal>true</IsFilingFeePerAppeal>
        <IsPerAdditionalAppealPricing>true</IsPerAdditionalAppealPricing>
        <IsPreferred>true</IsPreferred>
        <IsProcessingIncluded>true</IsProcessingIncluded>
        <IsPtfAttorney>true</IsPtfAttorney>
        <IsTestUser>true</IsTestUser>
        <LastModifiedDate>2025-05-20T15:10:32.1767928-05:00</LastModifiedDate>
        <Logo>sample string 13</Logo>
        <MaxPropertyCount>1</MaxPropertyCount>
        <Notes>sample string 57</Notes>
        <OnsiteAdEnabled>true</OnsiteAdEnabled>
        <Phone>sample string 8</Phone>
        <PracticeArea>sample string 21</PracticeArea>
        <PracticeStartYear>1</PracticeStartYear>
        <QrCodeClientUrl>sample string 49</QrCodeClientUrl>
        <QrCodeUrl>sample string 48</QrCodeUrl>
        <ReferralFeeAmount>33</ReferralFeeAmount>
        <ReferrealFeeToPtfAmount>35</ReferrealFeeToPtfAmount>
        <ReferrerAffiliateCode>sample string 23</ReferrerAffiliateCode>
        <RequireUserRegistration>true</RequireUserRegistration>
        <ResidentialAppealExemptionFilingFee>1</ResidentialAppealExemptionFilingFee>
        <StarRating>19</StarRating>
        <State>sample string 5</State>
        <User xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities">
          <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
          <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
          <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
          <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
          <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T15:10:32.1788712-05:00</LockoutEndDateUtc>
          <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
          <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
          <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
          <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
          <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
          <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
          <d5p1:AcceptedTermsAndConditionsDate>2025-05-20T15:10:32.1788712-05:00</d5p1:AcceptedTermsAndConditionsDate>
          <d5p1:AccountVerified>true</d5p1:AccountVerified>
          <d5p1:FirstName>sample string 12</d5p1:FirstName>
          <d5p1:IsSystemUser>true</d5p1:IsSystemUser>
          <d5p1:JoinDate>2025-05-20T15:10:32.1788712-05:00</d5p1:JoinDate>
          <d5p1:LastName>sample string 13</d5p1:LastName>
        </User>
        <UserId>60</UserId>
        <UserReportIdentifier>sample string 36</UserReportIdentifier>
        <VacancyConstructionIncomeAppealFilingFee>1</VacancyConstructionIncomeAppealFilingFee>
        <WebsiteUrl>sample string 26</WebsiteUrl>
        <WhiteLabelEnabled>true</WhiteLabelEnabled>
        <Zip>sample string 6</Zip>
      </UserBusinessInfo>
      <UserBusinessInfoId>16</UserBusinessInfoId>
      <UserPersonalInfo>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <AddedDate>2025-05-20T15:10:32.1767928-05:00</AddedDate>
        <AnnualIncome>1</AnnualIncome>
        <Birthday>2025-05-20T15:10:32.1767928-05:00</Birthday>
        <DisabilityLevel>1</DisabilityLevel>
        <DisabilityYear>1</DisabilityYear>
        <IsDisabled>true</IsDisabled>
        <IsOnActiveDuty>true</IsOnActiveDuty>
        <IsVeteran>true</IsVeteran>
        <LastModifiedDate>2025-05-20T15:10:32.1767928-05:00</LastModifiedDate>
        <ReturnYear>1</ReturnYear>
      </UserPersonalInfo>
      <UserPersonalInfoId>15</UserPersonalInfoId>
    </BusinessUserClient>
    <BusinessUserClientId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</BusinessUserClientId>
    <Buyers xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 32</Buyers>
    <IsCashDeal xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsCashDeal>
    <IsForeclosure xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsForeclosure>
    <IsSheriffSale xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsSheriffSale>
    <IsShortSale xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsShortSale>
    <IsUninhabitable xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsUninhabitable>
    <IsVacant xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsVacant>
    <MLSNo xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 34</MLSNo>
    <Notes xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 29</Notes>
    <NotificationEmail xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 25</NotificationEmail>
    <PropertyAddress xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <AAuthority>sample string 44</AAuthority>
      <AddEndDate>2025-05-20T15:10:32.1788712-05:00</AddEndDate>
      <AddStartDate>2025-05-20T15:10:32.1788712-05:00</AddStartDate>
      <AddressClass>sample string 60</AddressClass>
      <AddressDelivery>sample string 40</AddressDelivery>
      <AddressElevation>52</AddressElevation>
      <AddressFeType>sample string 61</AddressFeType>
      <AddressId>sample string 43</AddressId>
      <AddressLastLine>sample string 42</AddressLastLine>
      <AddressNgDirc>sample string 58</AddressNgDirc>
      <AddressNgParty>sample string 56</AddressNgParty>
      <AddressNgSide>sample string 57</AddressNgSide>
      <AddressNgSpan>sample string 59</AddressNgSpan>
      <AddressNgType>sample string 55</AddressNgType>
      <AddressNo>sample string 4</AddressNo>
      <AddressNoCom>sample string 7</AddressNoCom>
      <AddressNoPar>sample string 71</AddressNoPar>
      <AddressNoPref>sample string 3</AddressNoPref>
      <AddressNoSep>sample string 6</AddressNoSep>
      <AddressNoSuffix>sample string 5</AddressNoSuffix>
      <AddressRelType>sample string 46</AddressRelType>
      <AddressSos>sample string 64</AddressSos>
      <AddressZLevel>65</AddressZLevel>
      <Age>99</Age>
      <Anomaly>sample string 63</Anomaly>
      <ApartmentNo>sample string 102</ApartmentNo>
      <AttachElevation>sample string 72</AttachElevation>
      <AtticType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1: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>
        </d4p1:County>
        <d4p1:CountyId>4</d4p1:CountyId>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Type>sample string 2</d4p1:Type>
      </AtticType>
      <AtticTypeId>111</AtticTypeId>
      <BasementType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1: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>
        </d4p1:County>
        <d4p1:CountyId>4</d4p1:CountyId>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Type>sample string 2</d4p1:Type>
      </BasementType>
      <BasementTypeId>110</BasementTypeId>
      <BuildingAreaSqft>101</BuildingAreaSqft>
      <BuildingUse xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1: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>
        </d4p1:County>
        <d4p1:CountyId>4</d4p1:CountyId>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Use>sample string 2</d4p1:Use>
      </BuildingUse>
      <BuildingUseId>108</BuildingUseId>
      <CentralAir>true</CentralAir>
      <CmpAddressAbrv>sample string 41</CmpAddressAbrv>
      <Comment>sample string 92</Comment>
      <CommercialUnits>sample string 94</CommercialUnits>
      <CoordAccuracy>70</CoordAccuracy>
      <Country>sample string 27</Country>
      <DateSetId>sample string 80</DateSetId>
      <DelAddressType>sample string 77</DelAddressType>
      <DocumentI>sample string 90</DocumentI>
      <DocumentS>sample string 91</DocumentS>
      <EditTime>sample string 83</EditTime>
      <EditType>sample string 84</EditType>
      <Editor>sample string 82</Editor>
      <ElemSeqNum>74</ElemSeqNum>
      <ExteriorConstructionType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1: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>
        </d4p1:County>
        <d4p1:CountyId>4</d4p1:CountyId>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Type>sample string 2</d4p1:Type>
      </ExteriorConstructionType>
      <ExteriorConstructionTypeId>109</ExteriorConstructionTypeId>
      <FullBaths>95</FullBaths>
      <GeoCodeMu>sample string 89</GeoCodeMu>
      <Geom>sample string 104</Geom>
      <GnisCounty>30</GnisCounty>
      <GnisMuni>28</GnisMuni>
      <GnisState>31</GnisState>
      <GnisTownship>29</GnisTownship>
      <HalfBaths>96</HalfBaths>
      <IsAssessorTracked>true</IsAssessorTracked>
      <IsLandmark>true</IsLandmark>
      <LandAreaSqft>100</LandAreaSqft>
      <LandMarkGnis>76</LandMarkGnis>
      <LandMarkName>sample string 20</LandMarkName>
      <Latitude>sample string 50</Latitude>
      <LocDescription>sample string 66</LocDescription>
      <Longitude>sample string 49</Longitude>
      <MailAddress>sample string 67</MailAddress>
      <NumFirePlaces>98</NumFirePlaces>
      <ObjectId>2.1</ObjectId>
      <OffStatus>sample string 62</OffStatus>
      <OpStatus>sample string 68</OpStatus>
      <Pin>sample string 54</Pin>
      <PinSource>sample string 53</PinSource>
      <PlaceName>sample string 21</PlaceName>
      <PnType>sample string 75</PnType>
      <PropertyClass>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <AsOfDate>2025-05-20T15:10:32.1788712-05:00</AsOfDate>
        <Class>sample string 2</Class>
        <Description>sample string 3</Description>
        <ExemptionSupport>true</ExemptionSupport>
        <PropertyMajorClass>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <AsOfDate>2025-05-20T15:10:32.1788712-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>6</PropertyMajorClassId>
      </PropertyClass>
      <PropertyClassId>112</PropertyClassId>
      <PwaComments>sample string 87</PwaComments>
      <PwaEditDate>2025-05-20T15:10:32.1788712-05:00</PwaEditDate>
      <PwaEditor>sample string 85</PwaEditor>
      <PwaStatus>sample string 88</PwaStatus>
      <RelAddressId>sample string 45</RelAddressId>
      <ResidenceType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1: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>
        </d4p1:County>
        <d4p1:CountyId>4</d4p1:CountyId>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Type>sample string 2</d4p1:Type>
      </ResidenceType>
      <ResidenceTypeId>107</ResidenceTypeId>
      <SauStatus>sample string 69</SauStatus>
      <StreetName>sample string 11</StreetName>
      <StreetNameCom>sample string 15</StreetNameCom>
      <StreetNamePod>sample string 13</StreetNamePod>
      <StreetNamePom>sample string 14</StreetNamePom>
      <StreetNamePot>sample string 12</StreetNamePot>
      <StreetNamePrd>sample string 9</StreetNamePrd>
      <StreetNamePrm>sample string 8</StreetNamePrm>
      <StreetNamePrt>sample string 10</StreetNamePrt>
      <SubAddOrd>73</SubAddOrd>
      <SubAddressCom>sample string 19</SubAddressCom>
      <SubAddressElem>sample string 18</SubAddressElem>
      <SubAddressId>sample string 17</SubAddressId>
      <SubAddressType>sample string 16</SubAddressType>
      <Township>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <BaseReassessmentYear>10</BaseReassessmentYear>
        <Code>3</Code>
        <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>12</CountyId>
        <FullName>sample string 11</FullName>
        <Geom>sample string 7</Geom>
        <Name>sample string 2</Name>
        <Number>8</Number>
        <RangeNo>4</RangeNo>
        <ReassessmentIntervalInYears>9</ReassessmentIntervalInYears>
        <ShapeArea>5.1</ShapeArea>
        <ShapeLen>6.1</ShapeLen>
        <TaxRegion>
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <Abbrv>sample string 4</Abbrv>
          <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>5</CountyId>
          <Description>sample string 3</Description>
          <Name>sample string 2</Name>
        </TaxRegion>
        <TaxRegionId>13</TaxRegionId>
      </Township>
      <TownshipId>113</TownshipId>
      <Tsv>sample string 103</Tsv>
      <UniversalDate>sample string 81</UniversalDate>
      <UsGridCord>sample string 51</UsGridCord>
      <UspsAddress>sample string 38</UspsAddress>
      <UspsBox>sample string 34</UspsBox>
      <UspsBoxId>sample string 33</UspsBoxId>
      <UspsBoxType>sample string 32</UspsBoxType>
      <UspsGndYpt>sample string 39</UspsGndYpt>
      <UspsGroupId>sample string 36</UspsGroupId>
      <UspsGroupType>sample string 35</UspsGroupType>
      <UspsPinGnis>23</UspsPinGnis>
      <UspsPn>sample string 22</UspsPn>
      <UspsRoute>sample string 37</UspsRoute>
      <UspsSt>sample string 24</UspsSt>
      <Volume>sample string 93</Volume>
      <XPosition>47</XPosition>
      <YPosition>48</YPosition>
      <Zip4>sample string 26</Zip4>
      <Zip5>sample string 25</Zip5>
    </PropertyAddress>
    <PropertyAddressId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">44</PropertyAddressId>
    <PropertyOwnershipType xmlns:d3p1="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>
      <d3p1:Description>sample string 3</d3p1:Description>
      <d3p1:Type>sample string 2</d3p1:Type>
    </PropertyOwnershipType>
    <PropertyOwnershipTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">43</PropertyOwnershipTypeId>
    <PurchaseDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:10:32.1767928-05:00</PurchaseDate>
    <PurchasePrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</PurchasePrice>
    <PurchasedByOwner xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</PurchasedByOwner>
    <RealEstateAgentName xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 42</RealEstateAgentName>
    <RealtyFirm xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 41</RealtyFirm>
    <ReferredUser xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
      <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
      <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
      <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
      <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T15:10:32.1788712-05:00</LockoutEndDateUtc>
      <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
      <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
      <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
      <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
      <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
      <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
      <d3p1:AcceptedTermsAndConditionsDate>2025-05-20T15:10:32.1788712-05:00</d3p1:AcceptedTermsAndConditionsDate>
      <d3p1:AccountVerified>true</d3p1:AccountVerified>
      <d3p1:FirstName>sample string 12</d3p1:FirstName>
      <d3p1:IsSystemUser>true</d3p1:IsSystemUser>
      <d3p1:JoinDate>2025-05-20T15:10:32.1788712-05:00</d3p1:JoinDate>
      <d3p1:LastName>sample string 13</d3p1:LastName>
    </ReferredUser>
    <ReferredUserId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</ReferredUserId>
    <Referrer xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 30</Referrer>
    <RelatedParties xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</RelatedParties>
    <Sellers xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 33</Sellers>
    <User xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
      <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
      <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
      <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
      <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T15:10:32.1788712-05:00</LockoutEndDateUtc>
      <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
      <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
      <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
      <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
      <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
      <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
      <d3p1:AcceptedTermsAndConditionsDate>2025-05-20T15:10:32.1788712-05:00</d3p1:AcceptedTermsAndConditionsDate>
      <d3p1:AccountVerified>true</d3p1:AccountVerified>
      <d3p1:FirstName>sample string 12</d3p1:FirstName>
      <d3p1:IsSystemUser>true</d3p1:IsSystemUser>
      <d3p1:JoinDate>2025-05-20T15:10:32.1788712-05:00</d3p1:JoinDate>
      <d3p1:LastName>sample string 13</d3p1:LastName>
    </User>
    <UserId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">45</UserId>
    <Address>sample string 18</Address>
    <AppealInProgress>true</AppealInProgress>
    <AppealNumber>sample string 16</AppealNumber>
    <AppealStartDate>2025-05-20T15:10:32.1767928-05:00</AppealStartDate>
    <AppealStatus>sample string 15</AppealStatus>
    <AppealStatusId>1</AppealStatusId>
    <AssessmentUrl>sample string 21</AssessmentUrl>
    <City>sample string 19</City>
    <CookCountyEquivalentClass>sample string 23</CookCountyEquivalentClass>
    <County>sample string 2</County>
    <CountyId>11</CountyId>
    <FormattedPin>sample string 4</FormattedPin>
    <FullAddress>sample string 5</FullAddress>
    <Neighborhood>7</Neighborhood>
    <PropertyCardUrl>sample string 22</PropertyCardUrl>
    <PropertyClass>sample string 8</PropertyClass>
    <PropertyImageUrl>sample string 3</PropertyImageUrl>
    <ResidencyStatus>sample string 6</ResidencyStatus>
    <State>sample string 9</State>
    <StateId>12</StateId>
    <TaxCode>sample string 10</TaxCode>
    <Township>sample string 1</Township>
    <TownshipId>13</TownshipId>
    <ZipCode>sample string 20</ZipCode>
  </UserProperty>
</UserPropertySimpleModel>