PUT api/me/properties/{userPropertyId}/appeals/{propertyAppealId}

This method will update existing property appeal record

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userPropertyId

User property record id

integer

Required

propertyAppealId

Property appeal record id

integer

Required

Body Parameters

Instance of

UpdateAppealBindingModel
NameDescriptionTypeAdditional information
AgencyId

integer

Required

PrimaryAppealTypeId

integer

Required

SecondaryAppealTypeId

integer

None.

ProposedLandAssessment

integer

None.

ProposedBuildingAssessment

integer

None.

ProposedTotalAssessment

integer

None.

AppealStatus

AgencyCaseStatusEnum

Required

AppealFilingDate

date

None.

AppealDocFilingDate

date

None.

AppealResultsDate

date

None.

DocketNumber

string

None.

ReReviewFilingDate

date

None.

FinalLandAssessment

integer

None.

FinalBuildingAssessment

integer

None.

FinalTotalAssessment

integer

None.

OrderId

integer

Required

IsPurchase

boolean

None.

MarketValue

decimal number

None.

MarketValueAsOfDate

date

None.

FilingDate

date

None.

DocFilingDate

date

None.

InitialDecisionReceivedDate

date

None.

ReReviewDecisionDate

date

None.

CompletionDate

date

None.

CurrentLandAssessment

integer

None.

CurrentBuildingAssessment

integer

None.

CurrentTotalAssessment

integer

None.

ProcessorEmployeeId

integer

None.

AnalystEmployeeId

integer

None.

BillingSpecialistEmployeeId

integer

None.

ManagerEmployeeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "agencyId": 1,
  "primaryAppealTypeId": 2,
  "secondaryAppealTypeId": 1,
  "proposedLandAssessment": 1,
  "proposedBuildingAssessment": 1,
  "proposedTotalAssessment": 1,
  "appealStatus": 1,
  "appealFilingDate": "2025-05-20T16:29:34.1526584-05:00",
  "appealDocFilingDate": "2025-05-20T16:29:34.1526584-05:00",
  "appealResultsDate": "2025-05-20T16:29:34.1526584-05:00",
  "docketNumber": "sample string 3",
  "reReviewFilingDate": "2025-05-20T16:29:34.1526584-05:00",
  "finalLandAssessment": 1,
  "finalBuildingAssessment": 1,
  "finalTotalAssessment": 1,
  "orderId": 4,
  "isPurchase": true,
  "marketValue": 6.0,
  "marketValueAsOfDate": "2025-05-20T16:29:34.1547398-05:00",
  "filingDate": "2025-05-20T16:29:34.1547398-05:00",
  "docFilingDate": "2025-05-20T16:29:34.1568251-05:00",
  "initialDecisionReceivedDate": "2025-05-20T16:29:34.1568251-05:00",
  "reReviewDecisionDate": "2025-05-20T16:29:34.1568251-05:00",
  "completionDate": "2025-05-20T16:29:34.1568251-05:00",
  "currentLandAssessment": 7,
  "currentBuildingAssessment": 8,
  "currentTotalAssessment": 9,
  "processorEmployeeId": 1,
  "analystEmployeeId": 1,
  "billingSpecialistEmployeeId": 1,
  "managerEmployeeId": 1
}

text/html

Sample:
{"agencyId":1,"primaryAppealTypeId":2,"secondaryAppealTypeId":1,"proposedLandAssessment":1,"proposedBuildingAssessment":1,"proposedTotalAssessment":1,"appealStatus":1,"appealFilingDate":"2025-05-20T16:29:34.1526584-05:00","appealDocFilingDate":"2025-05-20T16:29:34.1526584-05:00","appealResultsDate":"2025-05-20T16:29:34.1526584-05:00","docketNumber":"sample string 3","reReviewFilingDate":"2025-05-20T16:29:34.1526584-05:00","finalLandAssessment":1,"finalBuildingAssessment":1,"finalTotalAssessment":1,"orderId":4,"isPurchase":true,"marketValue":6.0,"marketValueAsOfDate":"2025-05-20T16:29:34.1547398-05:00","filingDate":"2025-05-20T16:29:34.1547398-05:00","docFilingDate":"2025-05-20T16:29:34.1568251-05:00","initialDecisionReceivedDate":"2025-05-20T16:29:34.1568251-05:00","reReviewDecisionDate":"2025-05-20T16:29:34.1568251-05:00","completionDate":"2025-05-20T16:29:34.1568251-05:00","currentLandAssessment":7,"currentBuildingAssessment":8,"currentTotalAssessment":9,"processorEmployeeId":1,"analystEmployeeId":1,"billingSpecialistEmployeeId":1,"managerEmployeeId":1}

application/xml, text/xml

Sample:
<UpdateAppealBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.AppealBinding">
  <AgencyId>1</AgencyId>
  <AnalystEmployeeId>1</AnalystEmployeeId>
  <AppealDocFilingDate>2025-05-20T16:29:34.1526584-05:00</AppealDocFilingDate>
  <AppealFilingDate>2025-05-20T16:29:34.1526584-05:00</AppealFilingDate>
  <AppealResultsDate>2025-05-20T16:29:34.1526584-05:00</AppealResultsDate>
  <AppealStatus>New</AppealStatus>
  <BillingSpecialistEmployeeId>1</BillingSpecialistEmployeeId>
  <CompletionDate>2025-05-20T16:29:34.1568251-05:00</CompletionDate>
  <CurrentBuildingAssessment>8</CurrentBuildingAssessment>
  <CurrentLandAssessment>7</CurrentLandAssessment>
  <CurrentTotalAssessment>9</CurrentTotalAssessment>
  <DocFilingDate>2025-05-20T16:29:34.1568251-05:00</DocFilingDate>
  <DocketNumber>sample string 3</DocketNumber>
  <FilingDate>2025-05-20T16:29:34.1547398-05:00</FilingDate>
  <FinalBuildingAssessment>1</FinalBuildingAssessment>
  <FinalLandAssessment>1</FinalLandAssessment>
  <FinalTotalAssessment>1</FinalTotalAssessment>
  <InitialDecisionReceivedDate>2025-05-20T16:29:34.1568251-05:00</InitialDecisionReceivedDate>
  <IsPurchase>true</IsPurchase>
  <ManagerEmployeeId>1</ManagerEmployeeId>
  <MarketValue>6</MarketValue>
  <MarketValueAsOfDate>2025-05-20T16:29:34.1547398-05:00</MarketValueAsOfDate>
  <OrderId>4</OrderId>
  <PrimaryAppealTypeId>2</PrimaryAppealTypeId>
  <ProcessorEmployeeId>1</ProcessorEmployeeId>
  <ProposedBuildingAssessment>1</ProposedBuildingAssessment>
  <ProposedLandAssessment>1</ProposedLandAssessment>
  <ProposedTotalAssessment>1</ProposedTotalAssessment>
  <ReReviewDecisionDate>2025-05-20T16:29:34.1568251-05:00</ReReviewDecisionDate>
  <ReReviewFilingDate>2025-05-20T16:29:34.1526584-05:00</ReReviewFilingDate>
  <SecondaryAppealTypeId>1</SecondaryAppealTypeId>
</UpdateAppealBindingModel>

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

Response Information

Resource Description

Instance of

UserPropertyAppealModel
NameDescriptionTypeAdditional information
Id

integer

None.

OrderId

integer

None.

ClientUserPropertyId

integer

None.

UserPropertyId

integer

None.

OrderNumber

string

None.

AppealFee

decimal number

None.

AppealNumber

string

None.

AgencyAppealNumber

string

None.

UserPropertyAppealStatusId

integer

None.

AppealStatus

string

None.

PrimaryPropertyAppealTypeId

integer

None.

PrimaryAppealType

string

None.

SecondaryPropertyAppealTypeId

integer

None.

SecondaryAppealType

string

None.

IsPurchase

boolean

None.

MarketValue

decimal number

None.

MarketValueAsOfDate

date

None.

ProposedLandAssessment

decimal number

None.

ProposedBuildingAssessment

decimal number

None.

ProposedTotalAssessment

decimal number

None.

FinalLandAssessment

decimal number

None.

FinalBuildingAssessment

decimal number

None.

FinalTotalAssessment

decimal number

None.

StartDate

date

None.

FilingDate

date

None.

DocFilingDate

date

None.

InitialDecisionReceivedDate

date

None.

RereviewFilingDate

date

None.

RereviewDecisionDate

date

None.

CompletionDate

date

None.

Representative

AppealRepresentativeModel

None.

AppealPeriod

AppealScheduleModel

None.

AppealProperty

PropertyReportData

None.

Documents

Collection of AppealDocumentModel

None.

UploadDocumentTypes

Collection of UploadDocumentTypeModel

None.

UploadedDocuments

Collection of UploadAppealDocumentModel

None.

Orders

Collection of OrderModel

None.

Notes

Collection of UserPropertyAppealNoteModel

None.

CancelReason

string

None.

LastUpdatedDate

date

None.

AddedDate

date

None.

PropertyAddressId

integer

None.

RepresentativeUserId

integer

None.

AgencyId

integer

None.

AgencyName

string

None.

TaxYear

integer

None.

AppealYear

integer

None.

LandAreaSqFt

integer

None.

BuildingAreaSqFt

integer

None.

TaxRate

decimal number

None.

TaxRateYear

integer

None.

StateEqualizationFactor

decimal number

None.

StateEqualizationFactorYear

integer

None.

DocketNumber

string

None.

TownshipId

integer

None.

Client

AppealClientModel

None.

CurrentLandAssessment

decimal number

None.

CurrentBuildingAssessment

decimal number

None.

CurrentTotalAssessment

decimal number

None.

ProcessorEmployeeId

integer

None.

ProcessorName

string

None.

AnalystEmployeeId

integer

None.

AnalystName

string

None.

BillingSpecialistEmployeeId

integer

None.

BillingSpecialistName

string

None.

ManagerEmployeeId

integer

None.

ManagerName

string

None.

AddressFull

string

None.

ClientName

string

None.

ClientPhone

string

None.

PropertyImageUrl

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "orderId": 1,
  "clientUserPropertyId": 2,
  "userPropertyId": 3,
  "orderNumber": "sample string 4",
  "appealFee": 1.0,
  "appealNumber": "sample string 5",
  "agencyAppealNumber": "sample string 6",
  "userPropertyAppealStatusId": 7,
  "appealStatus": "sample string 8",
  "primaryPropertyAppealTypeId": 9,
  "primaryAppealType": "sample string 10",
  "secondaryPropertyAppealTypeId": 11,
  "secondaryAppealType": "sample string 12",
  "isPurchase": true,
  "marketValue": 1.0,
  "marketValueAsOfDate": "2025-05-20T16:29:34.2388155-05:00",
  "proposedLandAssessment": 1.0,
  "proposedBuildingAssessment": 1.0,
  "proposedTotalAssessment": 1.0,
  "finalLandAssessment": 1.0,
  "finalBuildingAssessment": 1.0,
  "finalTotalAssessment": 1.0,
  "startDate": "2025-05-20T16:29:34.2408622-05:00",
  "filingDate": "2025-05-20T16:29:34.2408622-05:00",
  "docFilingDate": "2025-05-20T16:29:34.2408622-05:00",
  "initialDecisionReceivedDate": "2025-05-20T16:29:34.2408622-05:00",
  "rereviewFilingDate": "2025-05-20T16:29:34.2429459-05:00",
  "rereviewDecisionDate": "2025-05-20T16:29:34.2429459-05:00",
  "completionDate": "2025-05-20T16:29:34.2429459-05:00",
  "representative": {
    "id": 1,
    "firstName": "sample string 2",
    "lastName": "sample string 3",
    "companyName": "sample string 4",
    "email": "sample string 5",
    "phone": "sample string 6",
    "authorizationRequiredPopupText": "sample string 7",
    "documentsRequestedPopupText": "sample string 8",
    "signatureRequiredPopupText": "sample string 9",
    "attorneyName": "sample string 10",
    "representativeName": "sample string 11"
  },
  "appealPeriod": {
    "appealYear": 1,
    "appealFilingStartDate": "sample string 2",
    "appealFilingEndDate": "sample string 3",
    "appealDocSubmitEndDate": "sample string 4",
    "isEstimate": true,
    "isReassessmentYear": true,
    "nextReassessmentYear": 7,
    "appealAgency": "sample string 8",
    "agencyId": 9
  },
  "appealProperty": {
    "propertyAddressId": 1,
    "pin": "sample string 2",
    "formattedPin": "sample string 3",
    "taxYear": 4,
    "geoCenter": "sample string 5",
    "addressLine1": "sample string 6",
    "city": "sample string 7",
    "state": "sample string 8",
    "zipCode": "sample string 9",
    "fullAddress": "sample string 10",
    "countyName": "sample string 11",
    "countyId": 12,
    "townshipId": 13,
    "townshipName": "sample string 14",
    "taxCodeId": 15,
    "taxCode": "sample string 16",
    "neighborhood": 17,
    "age": 18,
    "description": "sample string 19",
    "propertyClass": "sample string 20",
    "propertyClassId": 21,
    "residenceType": "sample string 22",
    "residenceTypeId": 1,
    "constructionType": "sample string 23",
    "exteriorConstructionTypeRating": 1,
    "buildingUse": "sample string 24",
    "buildingUseId": 1,
    "apartments": "sample string 25",
    "fullBaths": 26,
    "halfBaths": 27,
    "basementType": "sample string 28",
    "basementTypeRating": 1,
    "atticType": "sample string 29",
    "atticTypeRating": 1,
    "centralAir": true,
    "fireplaceCount": 31,
    "garageType": "sample string 32",
    "garageTypeRating": 1,
    "landAreaSqFt": 33.1,
    "buildingAreaSqFt": 34.1,
    "landAssessment": 35.1,
    "buildingAssessment": 36.1,
    "assessmentRatio": 37.0,
    "totalAssessment": 38.1,
    "landAssessmentLastYear": 39.1,
    "buildingAssessmentLastYear": 40.1,
    "assessmentRatioLastYear": 41.0,
    "totalAssessmentLastYear": 42.0,
    "assessmentLevel": 43.0,
    "taxRate": 44.0,
    "stateEqualizationFactor": 45.0,
    "marketValue": 46.1,
    "marketValueLastYear": 47.1,
    "grossTaxAmount": 48.0,
    "propertyImageUrl": "sample string 49",
    "isSubject": true,
    "distance": 51.0,
    "priorTaxYear": 52,
    "lastYearGrossTaxAmount": 53.0,
    "taxRateYear": 54,
    "stateEqualizationFactorYear": 55,
    "taxRateLastYear": 56.0,
    "stateEqualizationFactorLastYear": 57.0,
    "lastReassessmentYear": 58,
    "nextReassessmentYear": 59,
    "transactionAmount": 1.0,
    "executedDate": "sample string 60",
    "buyer": "sample string 61",
    "seller": "sample string 62",
    "deed": "sample string 63",
    "isIncomeProperty": true,
    "multiParcelIds": [
      1,
      2
    ],
    "multiParcelPins": [
      "sample string 1",
      "sample string 2"
    ],
    "card": 1,
    "cookCountyEquivalentClassId": 1,
    "cookCountyEquivalentClass": "sample string 65",
    "cookCountyEquivalentClassDescription": "sample string 66",
    "storiesCount": "sample string 67",
    "stories": "sample string 68",
    "styleId": 69,
    "style": "sample string 70",
    "exteriorWallType": "sample string 71",
    "roofCoverId": 72,
    "roofCover": "sample string 73",
    "roofCoverRating": 74,
    "yearBuilt": 75,
    "yearRemodeled": 1,
    "effectiveYearBuilt": 1,
    "physicalConditionId": 1,
    "physicalCondition": "sample string 76",
    "physicalConditionRating": 1,
    "gradeId": 1,
    "grade": "sample string 77",
    "gradeRating": 1,
    "cduStructureId": 1,
    "cduStructure": "sample string 78",
    "cduStructureRating": 1,
    "bedroomCount": 1,
    "bathsWith4FixCount": 1,
    "bathsWith5FixCount": 1,
    "totalFixturesCount": 1,
    "totalLivingArea": 1.1,
    "atticArea": 1.1,
    "basementArea": 79,
    "heatingType": "sample string 80",
    "prefabFireplaceCount": 1,
    "woodBurningFireplaceCount": 1,
    "recRoomArea": 1,
    "basementFinishedArea": 1,
    "lowerLevelFinishedArea": 1,
    "upperFloorArea": 1,
    "secondFloorArea": 1,
    "firstFloorArea": 1,
    "lowerLevelArea": 1,
    "livingArea": 1,
    "grossFloorArea": 1,
    "parkingCount": 1,
    "garageCount": 1,
    "garageArea": 1,
    "garageCarsCount": 1,
    "attachedGarageId": 1,
    "attachedGarageType": "sample string 81",
    "attachedGarageTypeRating": 1,
    "attachedGarageCount": 1,
    "attachedGarageArea": 1,
    "attachedCarPortGarageId": 1,
    "attachedCarPortGarageType": "sample string 82",
    "attachedCarPortGarageTypeRating": 1,
    "attachedCarPortCount": 1,
    "attachedCarPortArea": 1,
    "detachedGarageId": 1,
    "detachedGarageType": "sample string 83",
    "detachedGarageTypeRating": 1,
    "detachedGarageCount": 1,
    "detachedGarageArea": 1,
    "basementGarageId": 1,
    "basementGarageType": "sample string 84",
    "basementGarageTypeRating": 1,
    "basementGarageCarCount": 1,
    "basementGarageArea": 1,
    "shedsArea": 1,
    "gazeboArea": 1,
    "groundPoolArea": 1,
    "deckCount": 1,
    "deckArea": 1,
    "concretePatioCount": 1,
    "concretePatioArea": 1,
    "enclosedPorchCount": 1,
    "enclosedPorchArea": 1,
    "openPorchCount": 1,
    "openPorchArea": 1,
    "outbuildingsCount": 1,
    "singleParcelBuildingCount": 1,
    "landUseCode": "sample string 85",
    "recordType": "sample string 86",
    "occupancyPercent": 1.0,
    "prorationPercentage": 1.0,
    "interiorFinishPercent": 1.0,
    "rec1OutbuildingName": "sample string 87",
    "rec1OutbuildingArea": 1,
    "rec1OutbuildingYearBuilt": 1,
    "rec2OutbuildingName": "sample string 88",
    "rec2OutbuildingArea": 1,
    "rec2OutbuildingYearBuilt": 1,
    "rec3OutbuildingName": "sample string 89",
    "rec3OutbuildingArea": 1,
    "rec3OutbuildingYearBuilt": 1,
    "rec4OutbuildingName": "sample string 90",
    "rec4OutbuildingArea": 1,
    "rec4OutbuildingYearBuilt": 1,
    "lotSizeAcres": 1.0,
    "wallHeight": 1,
    "unitsCount": 1,
    "outbuildingTypes": "sample string 91",
    "neighborhoodDescription": "sample string 92",
    "neighborhoodId": 1,
    "externalWallId": 1,
    "externalWallRating": 1,
    "landMethod": "sample string 93",
    "landUseCodeId": 1,
    "salesPriceSqFt": 1.0,
    "propertyCardUrl": "sample string 94",
    "assessmentUrl": "sample string 95",
    "baseMarketValue1977": 1,
    "farmLandMarketValue": 1,
    "farmBuildingsMarketValue": 1,
    "farmTotalAssessment": 1,
    "preferentialAssessmentReason": "sample string 96",
    "partialAssessmentFlag": true,
    "physicalDepreciationPercent": 1.0,
    "landAssessmentAssessmentNotice": 1,
    "buildingAssessmentAssessmentNotice": 1,
    "totalAssessmentAssessmentNotice": 1,
    "buildingAssessmentResidential": 1,
    "buildingAssessmentCommercial": 1,
    "totalAssessmentEqualized": 1,
    "residentialLandMarketValue": 1,
    "buildingMarketValueResidential": 1,
    "totalResidentialMarketValue": 1,
    "commercialLandMarketValue": 1,
    "commercialBuildingMarketValue": 1,
    "totalMarketValueCommercial": 1,
    "condoOwnershipPercent": 1.0,
    "costsTaxAmount": 1.0,
    "omitRollbackTaxAmount": 1.0,
    "totalCurrentYearTaxAmount": 1.0,
    "taxBillTotalAssessmentEqualized": 1.0,
    "taxBillExemptionAssessedValue": 1,
    "taxBillStateAssessedPollutionControl": 1,
    "taxBillTaxableValuation": 1,
    "taxExemptLevel": 1,
    "taxBillForfeitedTax": 1,
    "taxBillFirstInstallmentPaymentAmount": 1,
    "taxBillSecondInstallmentPaymentAmount": 1,
    "taxBillFirstInstallmentDueDate": 1,
    "taxBillSecondInstallmentDueDate": 1,
    "treasurerCollectorCharges": 1,
    "taxBillRealEstateTaxAmount": 1,
    "taxBillStatementYear": 1,
    "taxBillYear": 1,
    "currentYearTaxDueAmount": 1,
    "taxBillTaxRate": 1,
    "totalDrainageTaxAmount": 1,
    "totalSpecialServicesTaxAmount": 1,
    "drainageDistrictProjectName": 1,
    "taxpayerCompanyName": "sample string 98",
    "documentNumber": "sample string 99",
    "qualifiedSaleFlag": "sample string 100",
    "legalDescription": "sample string 101"
  },
  "documents": [
    {
      "id": 1,
      "name": "sample string 2",
      "orderId": 3,
      "orderNumber": "sample string 4",
      "description": "sample string 5",
      "productBundleId": 6,
      "productId": 7,
      "previewImageUrl": "sample string 8",
      "documentId": 9,
      "appealYear": 10,
      "documentUri": "sample string 11",
      "documentTemplateUri": "sample string 12",
      "isReport": true,
      "agencyId": 14,
      "countyId": 15,
      "clientCanViewInAppeal": true,
      "addedDate": "sample string 17"
    },
    {
      "id": 1,
      "name": "sample string 2",
      "orderId": 3,
      "orderNumber": "sample string 4",
      "description": "sample string 5",
      "productBundleId": 6,
      "productId": 7,
      "previewImageUrl": "sample string 8",
      "documentId": 9,
      "appealYear": 10,
      "documentUri": "sample string 11",
      "documentTemplateUri": "sample string 12",
      "isReport": true,
      "agencyId": 14,
      "countyId": 15,
      "clientCanViewInAppeal": true,
      "addedDate": "sample string 17"
    }
  ],
  "uploadDocumentTypes": [
    {
      "id": 1,
      "type": "sample string 2",
      "description": "sample string 3",
      "propertyAppealTypeId": 4,
      "agencyId": 5
    },
    {
      "id": 1,
      "type": "sample string 2",
      "description": "sample string 3",
      "propertyAppealTypeId": 4,
      "agencyId": 5
    }
  ],
  "uploadedDocuments": [
    {
      "id": 1,
      "userPropertyAppealId": 2,
      "uploadDocumentTypeId": 3,
      "uploadDocumentType": "sample string 4",
      "name": "sample string 5",
      "filePath": "sample string 6",
      "ownerUserId": 7,
      "ownerFullName": "sample string 8",
      "ownerRoleId": 9,
      "uploadDate": "2025-05-20T16:29:34.2512339-05:00"
    },
    {
      "id": 1,
      "userPropertyAppealId": 2,
      "uploadDocumentTypeId": 3,
      "uploadDocumentType": "sample string 4",
      "name": "sample string 5",
      "filePath": "sample string 6",
      "ownerUserId": 7,
      "ownerFullName": "sample string 8",
      "ownerRoleId": 9,
      "uploadDate": "2025-05-20T16:29:34.2512339-05:00"
    }
  ],
  "orders": [
    {
      "id": 1,
      "userId": 1,
      "items": [
        {
          "id": 1,
          "discountCode": "sample string 2",
          "taxYear": 3,
          "quantity": 4,
          "price": 5.0,
          "discountAmount": 6.0,
          "discountPercent": 7.0,
          "createdDate": "2025-05-20T16:29:34.2512339-05:00",
          "formattedPin": "sample string 9",
          "addressLine1": "sample string 10",
          "addressLastLine": "sample string 11",
          "productBundleName": "sample string 12",
          "productBundleId": 13,
          "previewImageUrl": "sample string 14",
          "propertyImageUrl": "sample string 15",
          "documents": [
            {
              "id": 1,
              "agencyCaseId": 1,
              "orderId": 2,
              "orderNumber": "sample string 3",
              "userId": 4,
              "userName": "sample string 5",
              "productBundleId": 6,
              "bundleName": "sample string 7",
              "productId": 8,
              "productName": "sample string 9",
              "documentId": 10,
              "documentName": "sample string 11",
              "description": "sample string 12",
              "appealYear": 13,
              "documentTemplateUri": "sample string 14",
              "documentUri": "sample string 15",
              "isReport": true,
              "previewImageUrl": "sample string 17",
              "countyId": 18,
              "countyName": "sample string 19",
              "agencyId": 20,
              "agencyName": "sample string 21",
              "addedDate": "2025-05-20T16:29:34.2512339-05:00",
              "orderDate": "2025-05-20T16:29:34.2512339-05:00",
              "improvementId": 1,
              "userPropertyCaseId": 24,
              "clientCanView": true,
              "isSignatureRequired": true,
              "regenerationAllowed": true
            },
            {
              "id": 1,
              "agencyCaseId": 1,
              "orderId": 2,
              "orderNumber": "sample string 3",
              "userId": 4,
              "userName": "sample string 5",
              "productBundleId": 6,
              "bundleName": "sample string 7",
              "productId": 8,
              "productName": "sample string 9",
              "documentId": 10,
              "documentName": "sample string 11",
              "description": "sample string 12",
              "appealYear": 13,
              "documentTemplateUri": "sample string 14",
              "documentUri": "sample string 15",
              "isReport": true,
              "previewImageUrl": "sample string 17",
              "countyId": 18,
              "countyName": "sample string 19",
              "agencyId": 20,
              "agencyName": "sample string 21",
              "addedDate": "2025-05-20T16:29:34.2512339-05:00",
              "orderDate": "2025-05-20T16:29:34.2512339-05:00",
              "improvementId": 1,
              "userPropertyCaseId": 24,
              "clientCanView": true,
              "isSignatureRequired": true,
              "regenerationAllowed": true
            }
          ],
          "secondaryProductBundleName": "sample string 16",
          "secondaryProductBundleId": 17,
          "secondaryPreviewImageUrl": "sample string 18",
          "agencyId": 19,
          "agencyName": "sample string 20"
        },
        {
          "id": 1,
          "discountCode": "sample string 2",
          "taxYear": 3,
          "quantity": 4,
          "price": 5.0,
          "discountAmount": 6.0,
          "discountPercent": 7.0,
          "createdDate": "2025-05-20T16:29:34.2512339-05:00",
          "formattedPin": "sample string 9",
          "addressLine1": "sample string 10",
          "addressLastLine": "sample string 11",
          "productBundleName": "sample string 12",
          "productBundleId": 13,
          "previewImageUrl": "sample string 14",
          "propertyImageUrl": "sample string 15",
          "documents": [
            {
              "id": 1,
              "agencyCaseId": 1,
              "orderId": 2,
              "orderNumber": "sample string 3",
              "userId": 4,
              "userName": "sample string 5",
              "productBundleId": 6,
              "bundleName": "sample string 7",
              "productId": 8,
              "productName": "sample string 9",
              "documentId": 10,
              "documentName": "sample string 11",
              "description": "sample string 12",
              "appealYear": 13,
              "documentTemplateUri": "sample string 14",
              "documentUri": "sample string 15",
              "isReport": true,
              "previewImageUrl": "sample string 17",
              "countyId": 18,
              "countyName": "sample string 19",
              "agencyId": 20,
              "agencyName": "sample string 21",
              "addedDate": "2025-05-20T16:29:34.2512339-05:00",
              "orderDate": "2025-05-20T16:29:34.2512339-05:00",
              "improvementId": 1,
              "userPropertyCaseId": 24,
              "clientCanView": true,
              "isSignatureRequired": true,
              "regenerationAllowed": true
            },
            {
              "id": 1,
              "agencyCaseId": 1,
              "orderId": 2,
              "orderNumber": "sample string 3",
              "userId": 4,
              "userName": "sample string 5",
              "productBundleId": 6,
              "bundleName": "sample string 7",
              "productId": 8,
              "productName": "sample string 9",
              "documentId": 10,
              "documentName": "sample string 11",
              "description": "sample string 12",
              "appealYear": 13,
              "documentTemplateUri": "sample string 14",
              "documentUri": "sample string 15",
              "isReport": true,
              "previewImageUrl": "sample string 17",
              "countyId": 18,
              "countyName": "sample string 19",
              "agencyId": 20,
              "agencyName": "sample string 21",
              "addedDate": "2025-05-20T16:29:34.2512339-05:00",
              "orderDate": "2025-05-20T16:29:34.2512339-05:00",
              "improvementId": 1,
              "userPropertyCaseId": 24,
              "clientCanView": true,
              "isSignatureRequired": true,
              "regenerationAllowed": true
            }
          ],
          "secondaryProductBundleName": "sample string 16",
          "secondaryProductBundleId": 17,
          "secondaryPreviewImageUrl": "sample string 18",
          "agencyId": 19,
          "agencyName": "sample string 20"
        }
      ],
      "taxRate": 2.0,
      "amountCharged": 3.0,
      "totalAmount": 4.0,
      "orderNumber": "sample string 5",
      "paymentProviderToken": "sample string 6",
      "orderStatusId": 7,
      "orderStatus": "sample string 8",
      "termsOfUsePolicyId": 9,
      "orderDate": "2025-05-20T16:29:34.2512339-05:00",
      "totalDiscountAmount": 11.0,
      "currencyCode": "sample string 12",
      "providerChargeId": "sample string 13",
      "isBusinessUserClient": true,
      "agencyCaseId": 1,
      "userPropertyCaseId": 1,
      "isPaid": true
    },
    {
      "id": 1,
      "userId": 1,
      "items": [
        {
          "id": 1,
          "discountCode": "sample string 2",
          "taxYear": 3,
          "quantity": 4,
          "price": 5.0,
          "discountAmount": 6.0,
          "discountPercent": 7.0,
          "createdDate": "2025-05-20T16:29:34.2512339-05:00",
          "formattedPin": "sample string 9",
          "addressLine1": "sample string 10",
          "addressLastLine": "sample string 11",
          "productBundleName": "sample string 12",
          "productBundleId": 13,
          "previewImageUrl": "sample string 14",
          "propertyImageUrl": "sample string 15",
          "documents": [
            {
              "id": 1,
              "agencyCaseId": 1,
              "orderId": 2,
              "orderNumber": "sample string 3",
              "userId": 4,
              "userName": "sample string 5",
              "productBundleId": 6,
              "bundleName": "sample string 7",
              "productId": 8,
              "productName": "sample string 9",
              "documentId": 10,
              "documentName": "sample string 11",
              "description": "sample string 12",
              "appealYear": 13,
              "documentTemplateUri": "sample string 14",
              "documentUri": "sample string 15",
              "isReport": true,
              "previewImageUrl": "sample string 17",
              "countyId": 18,
              "countyName": "sample string 19",
              "agencyId": 20,
              "agencyName": "sample string 21",
              "addedDate": "2025-05-20T16:29:34.2512339-05:00",
              "orderDate": "2025-05-20T16:29:34.2512339-05:00",
              "improvementId": 1,
              "userPropertyCaseId": 24,
              "clientCanView": true,
              "isSignatureRequired": true,
              "regenerationAllowed": true
            },
            {
              "id": 1,
              "agencyCaseId": 1,
              "orderId": 2,
              "orderNumber": "sample string 3",
              "userId": 4,
              "userName": "sample string 5",
              "productBundleId": 6,
              "bundleName": "sample string 7",
              "productId": 8,
              "productName": "sample string 9",
              "documentId": 10,
              "documentName": "sample string 11",
              "description": "sample string 12",
              "appealYear": 13,
              "documentTemplateUri": "sample string 14",
              "documentUri": "sample string 15",
              "isReport": true,
              "previewImageUrl": "sample string 17",
              "countyId": 18,
              "countyName": "sample string 19",
              "agencyId": 20,
              "agencyName": "sample string 21",
              "addedDate": "2025-05-20T16:29:34.2512339-05:00",
              "orderDate": "2025-05-20T16:29:34.2512339-05:00",
              "improvementId": 1,
              "userPropertyCaseId": 24,
              "clientCanView": true,
              "isSignatureRequired": true,
              "regenerationAllowed": true
            }
          ],
          "secondaryProductBundleName": "sample string 16",
          "secondaryProductBundleId": 17,
          "secondaryPreviewImageUrl": "sample string 18",
          "agencyId": 19,
          "agencyName": "sample string 20"
        },
        {
          "id": 1,
          "discountCode": "sample string 2",
          "taxYear": 3,
          "quantity": 4,
          "price": 5.0,
          "discountAmount": 6.0,
          "discountPercent": 7.0,
          "createdDate": "2025-05-20T16:29:34.2512339-05:00",
          "formattedPin": "sample string 9",
          "addressLine1": "sample string 10",
          "addressLastLine": "sample string 11",
          "productBundleName": "sample string 12",
          "productBundleId": 13,
          "previewImageUrl": "sample string 14",
          "propertyImageUrl": "sample string 15",
          "documents": [
            {
              "id": 1,
              "agencyCaseId": 1,
              "orderId": 2,
              "orderNumber": "sample string 3",
              "userId": 4,
              "userName": "sample string 5",
              "productBundleId": 6,
              "bundleName": "sample string 7",
              "productId": 8,
              "productName": "sample string 9",
              "documentId": 10,
              "documentName": "sample string 11",
              "description": "sample string 12",
              "appealYear": 13,
              "documentTemplateUri": "sample string 14",
              "documentUri": "sample string 15",
              "isReport": true,
              "previewImageUrl": "sample string 17",
              "countyId": 18,
              "countyName": "sample string 19",
              "agencyId": 20,
              "agencyName": "sample string 21",
              "addedDate": "2025-05-20T16:29:34.2512339-05:00",
              "orderDate": "2025-05-20T16:29:34.2512339-05:00",
              "improvementId": 1,
              "userPropertyCaseId": 24,
              "clientCanView": true,
              "isSignatureRequired": true,
              "regenerationAllowed": true
            },
            {
              "id": 1,
              "agencyCaseId": 1,
              "orderId": 2,
              "orderNumber": "sample string 3",
              "userId": 4,
              "userName": "sample string 5",
              "productBundleId": 6,
              "bundleName": "sample string 7",
              "productId": 8,
              "productName": "sample string 9",
              "documentId": 10,
              "documentName": "sample string 11",
              "description": "sample string 12",
              "appealYear": 13,
              "documentTemplateUri": "sample string 14",
              "documentUri": "sample string 15",
              "isReport": true,
              "previewImageUrl": "sample string 17",
              "countyId": 18,
              "countyName": "sample string 19",
              "agencyId": 20,
              "agencyName": "sample string 21",
              "addedDate": "2025-05-20T16:29:34.2512339-05:00",
              "orderDate": "2025-05-20T16:29:34.2512339-05:00",
              "improvementId": 1,
              "userPropertyCaseId": 24,
              "clientCanView": true,
              "isSignatureRequired": true,
              "regenerationAllowed": true
            }
          ],
          "secondaryProductBundleName": "sample string 16",
          "secondaryProductBundleId": 17,
          "secondaryPreviewImageUrl": "sample string 18",
          "agencyId": 19,
          "agencyName": "sample string 20"
        }
      ],
      "taxRate": 2.0,
      "amountCharged": 3.0,
      "totalAmount": 4.0,
      "orderNumber": "sample string 5",
      "paymentProviderToken": "sample string 6",
      "orderStatusId": 7,
      "orderStatus": "sample string 8",
      "termsOfUsePolicyId": 9,
      "orderDate": "2025-05-20T16:29:34.2512339-05:00",
      "totalDiscountAmount": 11.0,
      "currencyCode": "sample string 12",
      "providerChargeId": "sample string 13",
      "isBusinessUserClient": true,
      "agencyCaseId": 1,
      "userPropertyCaseId": 1,
      "isPaid": true
    }
  ],
  "notes": [
    {
      "id": 1,
      "userPropertyAppealId": 2,
      "userId": 3,
      "firstName": "sample string 4",
      "lastName": "sample string 5",
      "note": "sample string 6",
      "createdDate": "2025-05-20T16:29:34.2532806-05:00",
      "deletedDate": "2025-05-20T16:29:34.2532806-05:00"
    },
    {
      "id": 1,
      "userPropertyAppealId": 2,
      "userId": 3,
      "firstName": "sample string 4",
      "lastName": "sample string 5",
      "note": "sample string 6",
      "createdDate": "2025-05-20T16:29:34.2532806-05:00",
      "deletedDate": "2025-05-20T16:29:34.2532806-05:00"
    }
  ],
  "cancelReason": "sample string 14",
  "lastUpdatedDate": "2025-05-20T16:29:34.2548111-05:00",
  "addedDate": "2025-05-20T16:29:34.2548111-05:00",
  "propertyAddressId": 16,
  "representativeUserId": 17,
  "agencyId": 18,
  "agencyName": "sample string 19",
  "taxYear": 20,
  "appealYear": 21,
  "landAreaSqFt": 22,
  "buildingAreaSqFt": 23,
  "taxRate": 24.0,
  "taxRateYear": 25,
  "stateEqualizationFactor": 26.0,
  "stateEqualizationFactorYear": 27,
  "docketNumber": "sample string 28",
  "townshipId": 29,
  "client": {
    "id": 1,
    "firstName": "sample string 2",
    "lastName": "sample string 3",
    "fullName": "sample string 4",
    "email": "sample string 5",
    "phone": "sample string 6"
  },
  "currentLandAssessment": 1.0,
  "currentBuildingAssessment": 1.0,
  "currentTotalAssessment": 1.0,
  "processorEmployeeId": 1,
  "processorName": "sample string 30",
  "analystEmployeeId": 1,
  "analystName": "sample string 31",
  "billingSpecialistEmployeeId": 1,
  "billingSpecialistName": "sample string 32",
  "managerEmployeeId": 1,
  "managerName": "sample string 33",
  "addressFull": "sample string 34",
  "clientName": "sample string 35",
  "clientPhone": "sample string 36",
  "propertyImageUrl": "sample string 37"
}

text/html

Sample:
{"id":1,"orderId":1,"clientUserPropertyId":2,"userPropertyId":3,"orderNumber":"sample string 4","appealFee":1.0,"appealNumber":"sample string 5","agencyAppealNumber":"sample string 6","userPropertyAppealStatusId":7,"appealStatus":"sample string 8","primaryPropertyAppealTypeId":9,"primaryAppealType":"sample string 10","secondaryPropertyAppealTypeId":11,"secondaryAppealType":"sample string 12","isPurchase":true,"marketValue":1.0,"marketValueAsOfDate":"2025-05-20T16:29:34.2388155-05:00","proposedLandAssessment":1.0,"proposedBuildingAssessment":1.0,"proposedTotalAssessment":1.0,"finalLandAssessment":1.0,"finalBuildingAssessment":1.0,"finalTotalAssessment":1.0,"startDate":"2025-05-20T16:29:34.2408622-05:00","filingDate":"2025-05-20T16:29:34.2408622-05:00","docFilingDate":"2025-05-20T16:29:34.2408622-05:00","initialDecisionReceivedDate":"2025-05-20T16:29:34.2408622-05:00","rereviewFilingDate":"2025-05-20T16:29:34.2429459-05:00","rereviewDecisionDate":"2025-05-20T16:29:34.2429459-05:00","completionDate":"2025-05-20T16:29:34.2429459-05:00","representative":{"id":1,"firstName":"sample string 2","lastName":"sample string 3","companyName":"sample string 4","email":"sample string 5","phone":"sample string 6","authorizationRequiredPopupText":"sample string 7","documentsRequestedPopupText":"sample string 8","signatureRequiredPopupText":"sample string 9","attorneyName":"sample string 10","representativeName":"sample string 11"},"appealPeriod":{"appealYear":1,"appealFilingStartDate":"sample string 2","appealFilingEndDate":"sample string 3","appealDocSubmitEndDate":"sample string 4","isEstimate":true,"isReassessmentYear":true,"nextReassessmentYear":7,"appealAgency":"sample string 8","agencyId":9},"appealProperty":{"propertyAddressId":1,"pin":"sample string 2","formattedPin":"sample string 3","taxYear":4,"geoCenter":"sample string 5","addressLine1":"sample string 6","city":"sample string 7","state":"sample string 8","zipCode":"sample string 9","fullAddress":"sample string 10","countyName":"sample string 11","countyId":12,"townshipId":13,"townshipName":"sample string 14","taxCodeId":15,"taxCode":"sample string 16","neighborhood":17,"age":18,"description":"sample string 19","propertyClass":"sample string 20","propertyClassId":21,"residenceType":"sample string 22","residenceTypeId":1,"constructionType":"sample string 23","exteriorConstructionTypeRating":1,"buildingUse":"sample string 24","buildingUseId":1,"apartments":"sample string 25","fullBaths":26,"halfBaths":27,"basementType":"sample string 28","basementTypeRating":1,"atticType":"sample string 29","atticTypeRating":1,"centralAir":true,"fireplaceCount":31,"garageType":"sample string 32","garageTypeRating":1,"landAreaSqFt":33.1,"buildingAreaSqFt":34.1,"landAssessment":35.1,"buildingAssessment":36.1,"assessmentRatio":37.0,"totalAssessment":38.1,"landAssessmentLastYear":39.1,"buildingAssessmentLastYear":40.1,"assessmentRatioLastYear":41.0,"totalAssessmentLastYear":42.0,"assessmentLevel":43.0,"taxRate":44.0,"stateEqualizationFactor":45.0,"marketValue":46.1,"marketValueLastYear":47.1,"grossTaxAmount":48.0,"propertyImageUrl":"sample string 49","isSubject":true,"distance":51.0,"priorTaxYear":52,"lastYearGrossTaxAmount":53.0,"taxRateYear":54,"stateEqualizationFactorYear":55,"taxRateLastYear":56.0,"stateEqualizationFactorLastYear":57.0,"lastReassessmentYear":58,"nextReassessmentYear":59,"transactionAmount":1.0,"executedDate":"sample string 60","buyer":"sample string 61","seller":"sample string 62","deed":"sample string 63","isIncomeProperty":true,"multiParcelIds":[1,2],"multiParcelPins":["sample string 1","sample string 2"],"card":1,"cookCountyEquivalentClassId":1,"cookCountyEquivalentClass":"sample string 65","cookCountyEquivalentClassDescription":"sample string 66","storiesCount":"sample string 67","stories":"sample string 68","styleId":69,"style":"sample string 70","exteriorWallType":"sample string 71","roofCoverId":72,"roofCover":"sample string 73","roofCoverRating":74,"yearBuilt":75,"yearRemodeled":1,"effectiveYearBuilt":1,"physicalConditionId":1,"physicalCondition":"sample string 76","physicalConditionRating":1,"gradeId":1,"grade":"sample string 77","gradeRating":1,"cduStructureId":1,"cduStructure":"sample string 78","cduStructureRating":1,"bedroomCount":1,"bathsWith4FixCount":1,"bathsWith5FixCount":1,"totalFixturesCount":1,"totalLivingArea":1.1,"atticArea":1.1,"basementArea":79,"heatingType":"sample string 80","prefabFireplaceCount":1,"woodBurningFireplaceCount":1,"recRoomArea":1,"basementFinishedArea":1,"lowerLevelFinishedArea":1,"upperFloorArea":1,"secondFloorArea":1,"firstFloorArea":1,"lowerLevelArea":1,"livingArea":1,"grossFloorArea":1,"parkingCount":1,"garageCount":1,"garageArea":1,"garageCarsCount":1,"attachedGarageId":1,"attachedGarageType":"sample string 81","attachedGarageTypeRating":1,"attachedGarageCount":1,"attachedGarageArea":1,"attachedCarPortGarageId":1,"attachedCarPortGarageType":"sample string 82","attachedCarPortGarageTypeRating":1,"attachedCarPortCount":1,"attachedCarPortArea":1,"detachedGarageId":1,"detachedGarageType":"sample string 83","detachedGarageTypeRating":1,"detachedGarageCount":1,"detachedGarageArea":1,"basementGarageId":1,"basementGarageType":"sample string 84","basementGarageTypeRating":1,"basementGarageCarCount":1,"basementGarageArea":1,"shedsArea":1,"gazeboArea":1,"groundPoolArea":1,"deckCount":1,"deckArea":1,"concretePatioCount":1,"concretePatioArea":1,"enclosedPorchCount":1,"enclosedPorchArea":1,"openPorchCount":1,"openPorchArea":1,"outbuildingsCount":1,"singleParcelBuildingCount":1,"landUseCode":"sample string 85","recordType":"sample string 86","occupancyPercent":1.0,"prorationPercentage":1.0,"interiorFinishPercent":1.0,"rec1OutbuildingName":"sample string 87","rec1OutbuildingArea":1,"rec1OutbuildingYearBuilt":1,"rec2OutbuildingName":"sample string 88","rec2OutbuildingArea":1,"rec2OutbuildingYearBuilt":1,"rec3OutbuildingName":"sample string 89","rec3OutbuildingArea":1,"rec3OutbuildingYearBuilt":1,"rec4OutbuildingName":"sample string 90","rec4OutbuildingArea":1,"rec4OutbuildingYearBuilt":1,"lotSizeAcres":1.0,"wallHeight":1,"unitsCount":1,"outbuildingTypes":"sample string 91","neighborhoodDescription":"sample string 92","neighborhoodId":1,"externalWallId":1,"externalWallRating":1,"landMethod":"sample string 93","landUseCodeId":1,"salesPriceSqFt":1.0,"propertyCardUrl":"sample string 94","assessmentUrl":"sample string 95","baseMarketValue1977":1,"farmLandMarketValue":1,"farmBuildingsMarketValue":1,"farmTotalAssessment":1,"preferentialAssessmentReason":"sample string 96","partialAssessmentFlag":true,"physicalDepreciationPercent":1.0,"landAssessmentAssessmentNotice":1,"buildingAssessmentAssessmentNotice":1,"totalAssessmentAssessmentNotice":1,"buildingAssessmentResidential":1,"buildingAssessmentCommercial":1,"totalAssessmentEqualized":1,"residentialLandMarketValue":1,"buildingMarketValueResidential":1,"totalResidentialMarketValue":1,"commercialLandMarketValue":1,"commercialBuildingMarketValue":1,"totalMarketValueCommercial":1,"condoOwnershipPercent":1.0,"costsTaxAmount":1.0,"omitRollbackTaxAmount":1.0,"totalCurrentYearTaxAmount":1.0,"taxBillTotalAssessmentEqualized":1.0,"taxBillExemptionAssessedValue":1,"taxBillStateAssessedPollutionControl":1,"taxBillTaxableValuation":1,"taxExemptLevel":1,"taxBillForfeitedTax":1,"taxBillFirstInstallmentPaymentAmount":1,"taxBillSecondInstallmentPaymentAmount":1,"taxBillFirstInstallmentDueDate":1,"taxBillSecondInstallmentDueDate":1,"treasurerCollectorCharges":1,"taxBillRealEstateTaxAmount":1,"taxBillStatementYear":1,"taxBillYear":1,"currentYearTaxDueAmount":1,"taxBillTaxRate":1,"totalDrainageTaxAmount":1,"totalSpecialServicesTaxAmount":1,"drainageDistrictProjectName":1,"taxpayerCompanyName":"sample string 98","documentNumber":"sample string 99","qualifiedSaleFlag":"sample string 100","legalDescription":"sample string 101"},"documents":[{"id":1,"name":"sample string 2","orderId":3,"orderNumber":"sample string 4","description":"sample string 5","productBundleId":6,"productId":7,"previewImageUrl":"sample string 8","documentId":9,"appealYear":10,"documentUri":"sample string 11","documentTemplateUri":"sample string 12","isReport":true,"agencyId":14,"countyId":15,"clientCanViewInAppeal":true,"addedDate":"sample string 17"},{"id":1,"name":"sample string 2","orderId":3,"orderNumber":"sample string 4","description":"sample string 5","productBundleId":6,"productId":7,"previewImageUrl":"sample string 8","documentId":9,"appealYear":10,"documentUri":"sample string 11","documentTemplateUri":"sample string 12","isReport":true,"agencyId":14,"countyId":15,"clientCanViewInAppeal":true,"addedDate":"sample string 17"}],"uploadDocumentTypes":[{"id":1,"type":"sample string 2","description":"sample string 3","propertyAppealTypeId":4,"agencyId":5},{"id":1,"type":"sample string 2","description":"sample string 3","propertyAppealTypeId":4,"agencyId":5}],"uploadedDocuments":[{"id":1,"userPropertyAppealId":2,"uploadDocumentTypeId":3,"uploadDocumentType":"sample string 4","name":"sample string 5","filePath":"sample string 6","ownerUserId":7,"ownerFullName":"sample string 8","ownerRoleId":9,"uploadDate":"2025-05-20T16:29:34.2512339-05:00"},{"id":1,"userPropertyAppealId":2,"uploadDocumentTypeId":3,"uploadDocumentType":"sample string 4","name":"sample string 5","filePath":"sample string 6","ownerUserId":7,"ownerFullName":"sample string 8","ownerRoleId":9,"uploadDate":"2025-05-20T16:29:34.2512339-05:00"}],"orders":[{"id":1,"userId":1,"items":[{"id":1,"discountCode":"sample string 2","taxYear":3,"quantity":4,"price":5.0,"discountAmount":6.0,"discountPercent":7.0,"createdDate":"2025-05-20T16:29:34.2512339-05:00","formattedPin":"sample string 9","addressLine1":"sample string 10","addressLastLine":"sample string 11","productBundleName":"sample string 12","productBundleId":13,"previewImageUrl":"sample string 14","propertyImageUrl":"sample string 15","documents":[{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T16:29:34.2512339-05:00","orderDate":"2025-05-20T16:29:34.2512339-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true},{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T16:29:34.2512339-05:00","orderDate":"2025-05-20T16:29:34.2512339-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true}],"secondaryProductBundleName":"sample string 16","secondaryProductBundleId":17,"secondaryPreviewImageUrl":"sample string 18","agencyId":19,"agencyName":"sample string 20"},{"id":1,"discountCode":"sample string 2","taxYear":3,"quantity":4,"price":5.0,"discountAmount":6.0,"discountPercent":7.0,"createdDate":"2025-05-20T16:29:34.2512339-05:00","formattedPin":"sample string 9","addressLine1":"sample string 10","addressLastLine":"sample string 11","productBundleName":"sample string 12","productBundleId":13,"previewImageUrl":"sample string 14","propertyImageUrl":"sample string 15","documents":[{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T16:29:34.2512339-05:00","orderDate":"2025-05-20T16:29:34.2512339-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true},{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T16:29:34.2512339-05:00","orderDate":"2025-05-20T16:29:34.2512339-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true}],"secondaryProductBundleName":"sample string 16","secondaryProductBundleId":17,"secondaryPreviewImageUrl":"sample string 18","agencyId":19,"agencyName":"sample string 20"}],"taxRate":2.0,"amountCharged":3.0,"totalAmount":4.0,"orderNumber":"sample string 5","paymentProviderToken":"sample string 6","orderStatusId":7,"orderStatus":"sample string 8","termsOfUsePolicyId":9,"orderDate":"2025-05-20T16:29:34.2512339-05:00","totalDiscountAmount":11.0,"currencyCode":"sample string 12","providerChargeId":"sample string 13","isBusinessUserClient":true,"agencyCaseId":1,"userPropertyCaseId":1,"isPaid":true},{"id":1,"userId":1,"items":[{"id":1,"discountCode":"sample string 2","taxYear":3,"quantity":4,"price":5.0,"discountAmount":6.0,"discountPercent":7.0,"createdDate":"2025-05-20T16:29:34.2512339-05:00","formattedPin":"sample string 9","addressLine1":"sample string 10","addressLastLine":"sample string 11","productBundleName":"sample string 12","productBundleId":13,"previewImageUrl":"sample string 14","propertyImageUrl":"sample string 15","documents":[{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T16:29:34.2512339-05:00","orderDate":"2025-05-20T16:29:34.2512339-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true},{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T16:29:34.2512339-05:00","orderDate":"2025-05-20T16:29:34.2512339-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true}],"secondaryProductBundleName":"sample string 16","secondaryProductBundleId":17,"secondaryPreviewImageUrl":"sample string 18","agencyId":19,"agencyName":"sample string 20"},{"id":1,"discountCode":"sample string 2","taxYear":3,"quantity":4,"price":5.0,"discountAmount":6.0,"discountPercent":7.0,"createdDate":"2025-05-20T16:29:34.2512339-05:00","formattedPin":"sample string 9","addressLine1":"sample string 10","addressLastLine":"sample string 11","productBundleName":"sample string 12","productBundleId":13,"previewImageUrl":"sample string 14","propertyImageUrl":"sample string 15","documents":[{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T16:29:34.2512339-05:00","orderDate":"2025-05-20T16:29:34.2512339-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true},{"id":1,"agencyCaseId":1,"orderId":2,"orderNumber":"sample string 3","userId":4,"userName":"sample string 5","productBundleId":6,"bundleName":"sample string 7","productId":8,"productName":"sample string 9","documentId":10,"documentName":"sample string 11","description":"sample string 12","appealYear":13,"documentTemplateUri":"sample string 14","documentUri":"sample string 15","isReport":true,"previewImageUrl":"sample string 17","countyId":18,"countyName":"sample string 19","agencyId":20,"agencyName":"sample string 21","addedDate":"2025-05-20T16:29:34.2512339-05:00","orderDate":"2025-05-20T16:29:34.2512339-05:00","improvementId":1,"userPropertyCaseId":24,"clientCanView":true,"isSignatureRequired":true,"regenerationAllowed":true}],"secondaryProductBundleName":"sample string 16","secondaryProductBundleId":17,"secondaryPreviewImageUrl":"sample string 18","agencyId":19,"agencyName":"sample string 20"}],"taxRate":2.0,"amountCharged":3.0,"totalAmount":4.0,"orderNumber":"sample string 5","paymentProviderToken":"sample string 6","orderStatusId":7,"orderStatus":"sample string 8","termsOfUsePolicyId":9,"orderDate":"2025-05-20T16:29:34.2512339-05:00","totalDiscountAmount":11.0,"currencyCode":"sample string 12","providerChargeId":"sample string 13","isBusinessUserClient":true,"agencyCaseId":1,"userPropertyCaseId":1,"isPaid":true}],"notes":[{"id":1,"userPropertyAppealId":2,"userId":3,"firstName":"sample string 4","lastName":"sample string 5","note":"sample string 6","createdDate":"2025-05-20T16:29:34.2532806-05:00","deletedDate":"2025-05-20T16:29:34.2532806-05:00"},{"id":1,"userPropertyAppealId":2,"userId":3,"firstName":"sample string 4","lastName":"sample string 5","note":"sample string 6","createdDate":"2025-05-20T16:29:34.2532806-05:00","deletedDate":"2025-05-20T16:29:34.2532806-05:00"}],"cancelReason":"sample string 14","lastUpdatedDate":"2025-05-20T16:29:34.2548111-05:00","addedDate":"2025-05-20T16:29:34.2548111-05:00","propertyAddressId":16,"representativeUserId":17,"agencyId":18,"agencyName":"sample string 19","taxYear":20,"appealYear":21,"landAreaSqFt":22,"buildingAreaSqFt":23,"taxRate":24.0,"taxRateYear":25,"stateEqualizationFactor":26.0,"stateEqualizationFactorYear":27,"docketNumber":"sample string 28","townshipId":29,"client":{"id":1,"firstName":"sample string 2","lastName":"sample string 3","fullName":"sample string 4","email":"sample string 5","phone":"sample string 6"},"currentLandAssessment":1.0,"currentBuildingAssessment":1.0,"currentTotalAssessment":1.0,"processorEmployeeId":1,"processorName":"sample string 30","analystEmployeeId":1,"analystName":"sample string 31","billingSpecialistEmployeeId":1,"billingSpecialistName":"sample string 32","managerEmployeeId":1,"managerName":"sample string 33","addressFull":"sample string 34","clientName":"sample string 35","clientPhone":"sample string 36","propertyImageUrl":"sample string 37"}

application/xml, text/xml

Sample:
<UserPropertyAppealModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.Appeal">
  <AddedDate>2025-05-20T16:29:34.2548111-05:00</AddedDate>
  <AddressFull>sample string 34</AddressFull>
  <AgencyAppealNumber>sample string 6</AgencyAppealNumber>
  <AgencyId>18</AgencyId>
  <AgencyName>sample string 19</AgencyName>
  <AnalystEmployeeId>1</AnalystEmployeeId>
  <AnalystName>sample string 31</AnalystName>
  <AppealFee>1</AppealFee>
  <AppealNumber>sample string 5</AppealNumber>
  <AppealPeriod>
    <AgencyId>9</AgencyId>
    <AppealAgency>sample string 8</AppealAgency>
    <AppealDocSubmitEndDate>sample string 4</AppealDocSubmitEndDate>
    <AppealFilingEndDate>sample string 3</AppealFilingEndDate>
    <AppealFilingStartDate>sample string 2</AppealFilingStartDate>
    <AppealYear>1</AppealYear>
    <IsReassessmentYear>true</IsReassessmentYear>
    <NextReassessmentYear>7</NextReassessmentYear>
    <isEstimate>true</isEstimate>
  </AppealPeriod>
  <AppealProperty xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.ReportModels">
    <d2p1:AddressLine1>sample string 6</d2p1:AddressLine1>
    <d2p1:Age>18</d2p1:Age>
    <d2p1:Apartments>sample string 25</d2p1:Apartments>
    <d2p1:AssessmentLevel>43</d2p1:AssessmentLevel>
    <d2p1:AssessmentRatio>37</d2p1:AssessmentRatio>
    <d2p1:AssessmentRatioLastYear>41</d2p1:AssessmentRatioLastYear>
    <d2p1:AssessmentUrl>sample string 95</d2p1:AssessmentUrl>
    <d2p1:AttachedCarPortArea>1</d2p1:AttachedCarPortArea>
    <d2p1:AttachedCarPortCount>1</d2p1:AttachedCarPortCount>
    <d2p1:AttachedCarPortGarageId>1</d2p1:AttachedCarPortGarageId>
    <d2p1:AttachedCarPortGarageType>sample string 82</d2p1:AttachedCarPortGarageType>
    <d2p1:AttachedCarPortGarageTypeRating>1</d2p1:AttachedCarPortGarageTypeRating>
    <d2p1:AttachedGarageArea>1</d2p1:AttachedGarageArea>
    <d2p1:AttachedGarageCount>1</d2p1:AttachedGarageCount>
    <d2p1:AttachedGarageId>1</d2p1:AttachedGarageId>
    <d2p1:AttachedGarageType>sample string 81</d2p1:AttachedGarageType>
    <d2p1:AttachedGarageTypeRating>1</d2p1:AttachedGarageTypeRating>
    <d2p1:AtticArea>1.1</d2p1:AtticArea>
    <d2p1:AtticType>sample string 29</d2p1:AtticType>
    <d2p1:AtticTypeRating>1</d2p1:AtticTypeRating>
    <d2p1:BaseMarketValue1977>1</d2p1:BaseMarketValue1977>
    <d2p1:BasementArea>79</d2p1:BasementArea>
    <d2p1:BasementFinishedArea>1</d2p1:BasementFinishedArea>
    <d2p1:BasementGarageArea>1</d2p1:BasementGarageArea>
    <d2p1:BasementGarageCarCount>1</d2p1:BasementGarageCarCount>
    <d2p1:BasementGarageId>1</d2p1:BasementGarageId>
    <d2p1:BasementGarageType>sample string 84</d2p1:BasementGarageType>
    <d2p1:BasementGarageTypeRating>1</d2p1:BasementGarageTypeRating>
    <d2p1:BasementType>sample string 28</d2p1:BasementType>
    <d2p1:BasementTypeRating>1</d2p1:BasementTypeRating>
    <d2p1:BathsWith4FixCount>1</d2p1:BathsWith4FixCount>
    <d2p1:BathsWith5FixCount>1</d2p1:BathsWith5FixCount>
    <d2p1:BedroomCount>1</d2p1:BedroomCount>
    <d2p1:BuildingAreaSqFt>34.1</d2p1:BuildingAreaSqFt>
    <d2p1:BuildingAssessment>36.1</d2p1:BuildingAssessment>
    <d2p1:BuildingAssessmentAssessmentNotice>1</d2p1:BuildingAssessmentAssessmentNotice>
    <d2p1:BuildingAssessmentCommercial>1</d2p1:BuildingAssessmentCommercial>
    <d2p1:BuildingAssessmentLastYear>40.1</d2p1:BuildingAssessmentLastYear>
    <d2p1:BuildingAssessmentResidential>1</d2p1:BuildingAssessmentResidential>
    <d2p1:BuildingMarketValueResidential>1</d2p1:BuildingMarketValueResidential>
    <d2p1:BuildingUse>sample string 24</d2p1:BuildingUse>
    <d2p1:BuildingUseId>1</d2p1:BuildingUseId>
    <d2p1:Buyer>sample string 61</d2p1:Buyer>
    <d2p1:Card>1</d2p1:Card>
    <d2p1:CduStructure>sample string 78</d2p1:CduStructure>
    <d2p1:CduStructureId>1</d2p1:CduStructureId>
    <d2p1:CduStructureRating>1</d2p1:CduStructureRating>
    <d2p1:CentralAir>true</d2p1:CentralAir>
    <d2p1:City>sample string 7</d2p1:City>
    <d2p1:CommercialBuildingMarketValue>1</d2p1:CommercialBuildingMarketValue>
    <d2p1:CommercialLandMarketValue>1</d2p1:CommercialLandMarketValue>
    <d2p1:ConcretePatioArea>1</d2p1:ConcretePatioArea>
    <d2p1:ConcretePatioCount>1</d2p1:ConcretePatioCount>
    <d2p1:CondoOwnershipPercent>1</d2p1:CondoOwnershipPercent>
    <d2p1:ConstructionType>sample string 23</d2p1:ConstructionType>
    <d2p1:CookCountyEquivalentClass>sample string 65</d2p1:CookCountyEquivalentClass>
    <d2p1:CookCountyEquivalentClassDescription>sample string 66</d2p1:CookCountyEquivalentClassDescription>
    <d2p1:CookCountyEquivalentClassId>1</d2p1:CookCountyEquivalentClassId>
    <d2p1:CostsTaxAmount>1</d2p1:CostsTaxAmount>
    <d2p1:CountyId>12</d2p1:CountyId>
    <d2p1:CountyName>sample string 11</d2p1:CountyName>
    <d2p1:CurrentYearTaxDueAmount>1</d2p1:CurrentYearTaxDueAmount>
    <d2p1:DeckArea>1</d2p1:DeckArea>
    <d2p1:DeckCount>1</d2p1:DeckCount>
    <d2p1:Deed>sample string 63</d2p1:Deed>
    <d2p1:Description>sample string 19</d2p1:Description>
    <d2p1:DetachedGarageArea>1</d2p1:DetachedGarageArea>
    <d2p1:DetachedGarageCount>1</d2p1:DetachedGarageCount>
    <d2p1:DetachedGarageId>1</d2p1:DetachedGarageId>
    <d2p1:DetachedGarageType>sample string 83</d2p1:DetachedGarageType>
    <d2p1:DetachedGarageTypeRating>1</d2p1:DetachedGarageTypeRating>
    <d2p1:Distance>51</d2p1:Distance>
    <d2p1:DocumentNumber>sample string 99</d2p1:DocumentNumber>
    <d2p1:DrainageDistrictProjectName>1</d2p1:DrainageDistrictProjectName>
    <d2p1:EffectiveYearBuilt>1</d2p1:EffectiveYearBuilt>
    <d2p1:EnclosedPorchArea>1</d2p1:EnclosedPorchArea>
    <d2p1:EnclosedPorchCount>1</d2p1:EnclosedPorchCount>
    <d2p1:ExecutedDate>sample string 60</d2p1:ExecutedDate>
    <d2p1:ExteriorConstructionTypeRating>1</d2p1:ExteriorConstructionTypeRating>
    <d2p1:ExteriorWallType>sample string 71</d2p1:ExteriorWallType>
    <d2p1:ExternalWallId>1</d2p1:ExternalWallId>
    <d2p1:ExternalWallRating>1</d2p1:ExternalWallRating>
    <d2p1:FarmBuildingsMarketValue>1</d2p1:FarmBuildingsMarketValue>
    <d2p1:FarmLandMarketValue>1</d2p1:FarmLandMarketValue>
    <d2p1:FarmTotalAssessment>1</d2p1:FarmTotalAssessment>
    <d2p1:FireplaceCount>31</d2p1:FireplaceCount>
    <d2p1:FirstFloorArea>1</d2p1:FirstFloorArea>
    <d2p1:FormattedPin>sample string 3</d2p1:FormattedPin>
    <d2p1:FullAddress>sample string 10</d2p1:FullAddress>
    <d2p1:FullBaths>26</d2p1:FullBaths>
    <d2p1:GarageArea>1</d2p1:GarageArea>
    <d2p1:GarageCarsCount>1</d2p1:GarageCarsCount>
    <d2p1:GarageCount>1</d2p1:GarageCount>
    <d2p1:GarageType>sample string 32</d2p1:GarageType>
    <d2p1:GarageTypeRating>1</d2p1:GarageTypeRating>
    <d2p1:GazeboArea>1</d2p1:GazeboArea>
    <d2p1:GeoCenter>sample string 5</d2p1:GeoCenter>
    <d2p1:Grade>sample string 77</d2p1:Grade>
    <d2p1:GradeId>1</d2p1:GradeId>
    <d2p1:GradeRating>1</d2p1:GradeRating>
    <d2p1:GrossFloorArea>1</d2p1:GrossFloorArea>
    <d2p1:GrossTaxAmount>48</d2p1:GrossTaxAmount>
    <d2p1:GroundPoolArea>1</d2p1:GroundPoolArea>
    <d2p1:HalfBaths>27</d2p1:HalfBaths>
    <d2p1:HeatingType>sample string 80</d2p1:HeatingType>
    <d2p1:InteriorFinishPercent>1</d2p1:InteriorFinishPercent>
    <d2p1:IsIncomeProperty>true</d2p1:IsIncomeProperty>
    <d2p1:IsSubject>true</d2p1:IsSubject>
    <d2p1:LandAreaSqFt>33.1</d2p1:LandAreaSqFt>
    <d2p1:LandAssessment>35.1</d2p1:LandAssessment>
    <d2p1:LandAssessmentAssessmentNotice>1</d2p1:LandAssessmentAssessmentNotice>
    <d2p1:LandAssessmentLastYear>39.1</d2p1:LandAssessmentLastYear>
    <d2p1:LandMethod>sample string 93</d2p1:LandMethod>
    <d2p1:LandUseCode>sample string 85</d2p1:LandUseCode>
    <d2p1:LandUseCodeId>1</d2p1:LandUseCodeId>
    <d2p1:LastReassessmentYear>58</d2p1:LastReassessmentYear>
    <d2p1:LastYearGrossTaxAmount>53</d2p1:LastYearGrossTaxAmount>
    <d2p1:LegalDescription>sample string 101</d2p1:LegalDescription>
    <d2p1:LivingArea>1</d2p1:LivingArea>
    <d2p1:LotSizeAcres>1</d2p1:LotSizeAcres>
    <d2p1:LowerLevelArea>1</d2p1:LowerLevelArea>
    <d2p1:LowerLevelFinishedArea>1</d2p1:LowerLevelFinishedArea>
    <d2p1:MarketValue>46.1</d2p1:MarketValue>
    <d2p1:MarketValueLastYear>47.1</d2p1:MarketValueLastYear>
    <d2p1:MultiParcelIds xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:MultiParcelIds>
    <d2p1:MultiParcelPins xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </d2p1:MultiParcelPins>
    <d2p1:Neighborhood>17</d2p1:Neighborhood>
    <d2p1:NeighborhoodDescription>sample string 92</d2p1:NeighborhoodDescription>
    <d2p1:NeighborhoodId>1</d2p1:NeighborhoodId>
    <d2p1:NextReassessmentYear>59</d2p1:NextReassessmentYear>
    <d2p1:OccupancyPercent>1</d2p1:OccupancyPercent>
    <d2p1:OmitRollbackTaxAmount>1</d2p1:OmitRollbackTaxAmount>
    <d2p1:OpenPorchArea>1</d2p1:OpenPorchArea>
    <d2p1:OpenPorchCount>1</d2p1:OpenPorchCount>
    <d2p1:OutbuildingTypes>sample string 91</d2p1:OutbuildingTypes>
    <d2p1:OutbuildingsCount>1</d2p1:OutbuildingsCount>
    <d2p1:ParkingCount>1</d2p1:ParkingCount>
    <d2p1:PartialAssessmentFlag>true</d2p1:PartialAssessmentFlag>
    <d2p1:PhysicalCondition>sample string 76</d2p1:PhysicalCondition>
    <d2p1:PhysicalConditionId>1</d2p1:PhysicalConditionId>
    <d2p1:PhysicalConditionRating>1</d2p1:PhysicalConditionRating>
    <d2p1:PhysicalDepreciationPercent>1</d2p1:PhysicalDepreciationPercent>
    <d2p1:Pin>sample string 2</d2p1:Pin>
    <d2p1:PrefabFireplaceCount>1</d2p1:PrefabFireplaceCount>
    <d2p1:PreferentialAssessmentReason>sample string 96</d2p1:PreferentialAssessmentReason>
    <d2p1:PriorTaxYear>52</d2p1:PriorTaxYear>
    <d2p1:PropertyAddressId>1</d2p1:PropertyAddressId>
    <d2p1:PropertyCardUrl>sample string 94</d2p1:PropertyCardUrl>
    <d2p1:PropertyClass>sample string 20</d2p1:PropertyClass>
    <d2p1:PropertyClassId>21</d2p1:PropertyClassId>
    <d2p1:PropertyImageUrl>sample string 49</d2p1:PropertyImageUrl>
    <d2p1:ProrationPercentage>1</d2p1:ProrationPercentage>
    <d2p1:QualifiedSaleFlag>sample string 100</d2p1:QualifiedSaleFlag>
    <d2p1:Rec1OutbuildingArea>1</d2p1:Rec1OutbuildingArea>
    <d2p1:Rec1OutbuildingName>sample string 87</d2p1:Rec1OutbuildingName>
    <d2p1:Rec1OutbuildingYearBuilt>1</d2p1:Rec1OutbuildingYearBuilt>
    <d2p1:Rec2OutbuildingArea>1</d2p1:Rec2OutbuildingArea>
    <d2p1:Rec2OutbuildingName>sample string 88</d2p1:Rec2OutbuildingName>
    <d2p1:Rec2OutbuildingYearBuilt>1</d2p1:Rec2OutbuildingYearBuilt>
    <d2p1:Rec3OutbuildingArea>1</d2p1:Rec3OutbuildingArea>
    <d2p1:Rec3OutbuildingName>sample string 89</d2p1:Rec3OutbuildingName>
    <d2p1:Rec3OutbuildingYearBuilt>1</d2p1:Rec3OutbuildingYearBuilt>
    <d2p1:Rec4OutbuildingArea>1</d2p1:Rec4OutbuildingArea>
    <d2p1:Rec4OutbuildingName>sample string 90</d2p1:Rec4OutbuildingName>
    <d2p1:Rec4OutbuildingYearBuilt>1</d2p1:Rec4OutbuildingYearBuilt>
    <d2p1:RecRoomArea>1</d2p1:RecRoomArea>
    <d2p1:RecordType>sample string 86</d2p1:RecordType>
    <d2p1:ResidenceType>sample string 22</d2p1:ResidenceType>
    <d2p1:ResidenceTypeId>1</d2p1:ResidenceTypeId>
    <d2p1:ResidentialLandMarketValue>1</d2p1:ResidentialLandMarketValue>
    <d2p1:RoofCover>sample string 73</d2p1:RoofCover>
    <d2p1:RoofCoverId>72</d2p1:RoofCoverId>
    <d2p1:RoofCoverRating>74</d2p1:RoofCoverRating>
    <d2p1:SalesPriceSqFt>1</d2p1:SalesPriceSqFt>
    <d2p1:SecondFloorArea>1</d2p1:SecondFloorArea>
    <d2p1:Seller>sample string 62</d2p1:Seller>
    <d2p1:ShedsArea>1</d2p1:ShedsArea>
    <d2p1:SingleParcelBuildingCount>1</d2p1:SingleParcelBuildingCount>
    <d2p1:State>sample string 8</d2p1:State>
    <d2p1:StateEqualizationFactor>45</d2p1:StateEqualizationFactor>
    <d2p1:StateEqualizationFactorLastYear>57</d2p1:StateEqualizationFactorLastYear>
    <d2p1:StateEqualizationFactorYear>55</d2p1:StateEqualizationFactorYear>
    <d2p1:Stories>sample string 68</d2p1:Stories>
    <d2p1:StoriesCount>sample string 67</d2p1:StoriesCount>
    <d2p1:Style>sample string 70</d2p1:Style>
    <d2p1:StyleId>69</d2p1:StyleId>
    <d2p1:TaxBillExemptionAssessedValue>1</d2p1:TaxBillExemptionAssessedValue>
    <d2p1:TaxBillFirstInstallmentDueDate>1</d2p1:TaxBillFirstInstallmentDueDate>
    <d2p1:TaxBillFirstInstallmentPaymentAmount>1</d2p1:TaxBillFirstInstallmentPaymentAmount>
    <d2p1:TaxBillForfeitedTax>1</d2p1:TaxBillForfeitedTax>
    <d2p1:TaxBillRealEstateTaxAmount>1</d2p1:TaxBillRealEstateTaxAmount>
    <d2p1:TaxBillSecondInstallmentDueDate>1</d2p1:TaxBillSecondInstallmentDueDate>
    <d2p1:TaxBillSecondInstallmentPaymentAmount>1</d2p1:TaxBillSecondInstallmentPaymentAmount>
    <d2p1:TaxBillStateAssessedPollutionControl>1</d2p1:TaxBillStateAssessedPollutionControl>
    <d2p1:TaxBillStatementYear>1</d2p1:TaxBillStatementYear>
    <d2p1:TaxBillTaxRate>1</d2p1:TaxBillTaxRate>
    <d2p1:TaxBillTaxableValuation>1</d2p1:TaxBillTaxableValuation>
    <d2p1:TaxBillTotalAssessmentEqualized>1</d2p1:TaxBillTotalAssessmentEqualized>
    <d2p1:TaxBillYear>1</d2p1:TaxBillYear>
    <d2p1:TaxCode>sample string 16</d2p1:TaxCode>
    <d2p1:TaxCodeId>15</d2p1:TaxCodeId>
    <d2p1:TaxExemptLevel>1</d2p1:TaxExemptLevel>
    <d2p1:TaxRate>44</d2p1:TaxRate>
    <d2p1:TaxRateLastYear>56</d2p1:TaxRateLastYear>
    <d2p1:TaxRateYear>54</d2p1:TaxRateYear>
    <d2p1:TaxYear>4</d2p1:TaxYear>
    <d2p1:TaxpayerCompanyName>sample string 98</d2p1:TaxpayerCompanyName>
    <d2p1:TotalAssessment>38.1</d2p1:TotalAssessment>
    <d2p1:TotalAssessmentAssessmentNotice>1</d2p1:TotalAssessmentAssessmentNotice>
    <d2p1:TotalAssessmentEqualized>1</d2p1:TotalAssessmentEqualized>
    <d2p1:TotalAssessmentLastYear>42</d2p1:TotalAssessmentLastYear>
    <d2p1:TotalCurrentYearTaxAmount>1</d2p1:TotalCurrentYearTaxAmount>
    <d2p1:TotalDrainageTaxAmount>1</d2p1:TotalDrainageTaxAmount>
    <d2p1:TotalFixturesCount>1</d2p1:TotalFixturesCount>
    <d2p1:TotalLivingArea>1.1</d2p1:TotalLivingArea>
    <d2p1:TotalMarketValueCommercial>1</d2p1:TotalMarketValueCommercial>
    <d2p1:TotalResidentialMarketValue>1</d2p1:TotalResidentialMarketValue>
    <d2p1:TotalSpecialServicesTaxAmount>1</d2p1:TotalSpecialServicesTaxAmount>
    <d2p1:TownshipId>13</d2p1:TownshipId>
    <d2p1:TownshipName>sample string 14</d2p1:TownshipName>
    <d2p1:TransactionAmount>1</d2p1:TransactionAmount>
    <d2p1:TreasurerCollectorCharges>1</d2p1:TreasurerCollectorCharges>
    <d2p1:UnitsCount>1</d2p1:UnitsCount>
    <d2p1:UpperFloorArea>1</d2p1:UpperFloorArea>
    <d2p1:WallHeight>1</d2p1:WallHeight>
    <d2p1:WoodBurningFireplaceCount>1</d2p1:WoodBurningFireplaceCount>
    <d2p1:YearBuilt>75</d2p1:YearBuilt>
    <d2p1:YearRemodeled>1</d2p1:YearRemodeled>
    <d2p1:ZipCode>sample string 9</d2p1:ZipCode>
  </AppealProperty>
  <AppealStatus>sample string 8</AppealStatus>
  <AppealYear>21</AppealYear>
  <BillingSpecialistEmployeeId>1</BillingSpecialistEmployeeId>
  <BillingSpecialistName>sample string 32</BillingSpecialistName>
  <BuildingAreaSqFt>23</BuildingAreaSqFt>
  <CancelReason>sample string 14</CancelReason>
  <Client>
    <Email>sample string 5</Email>
    <FirstName>sample string 2</FirstName>
    <FullName>sample string 4</FullName>
    <Id>1</Id>
    <LastName>sample string 3</LastName>
    <Phone>sample string 6</Phone>
  </Client>
  <ClientName>sample string 35</ClientName>
  <ClientPhone>sample string 36</ClientPhone>
  <ClientUserPropertyId>2</ClientUserPropertyId>
  <CompletionDate>2025-05-20T16:29:34.2429459-05:00</CompletionDate>
  <CurrentBuildingAssessment>1</CurrentBuildingAssessment>
  <CurrentLandAssessment>1</CurrentLandAssessment>
  <CurrentTotalAssessment>1</CurrentTotalAssessment>
  <DocFilingDate>2025-05-20T16:29:34.2408622-05:00</DocFilingDate>
  <DocketNumber>sample string 28</DocketNumber>
  <Documents>
    <AppealDocumentModel>
      <AddedDate>sample string 17</AddedDate>
      <AgencyId>14</AgencyId>
      <AppealYear>10</AppealYear>
      <ClientCanViewInAppeal>true</ClientCanViewInAppeal>
      <CountyId>15</CountyId>
      <Description>sample string 5</Description>
      <DocumentId>9</DocumentId>
      <DocumentTemplateUri>sample string 12</DocumentTemplateUri>
      <DocumentUri>sample string 11</DocumentUri>
      <Id>1</Id>
      <IsReport>true</IsReport>
      <Name>sample string 2</Name>
      <OrderId>3</OrderId>
      <OrderNumber>sample string 4</OrderNumber>
      <PreviewImageUrl>sample string 8</PreviewImageUrl>
      <ProductBundleId>6</ProductBundleId>
      <ProductId>7</ProductId>
    </AppealDocumentModel>
    <AppealDocumentModel>
      <AddedDate>sample string 17</AddedDate>
      <AgencyId>14</AgencyId>
      <AppealYear>10</AppealYear>
      <ClientCanViewInAppeal>true</ClientCanViewInAppeal>
      <CountyId>15</CountyId>
      <Description>sample string 5</Description>
      <DocumentId>9</DocumentId>
      <DocumentTemplateUri>sample string 12</DocumentTemplateUri>
      <DocumentUri>sample string 11</DocumentUri>
      <Id>1</Id>
      <IsReport>true</IsReport>
      <Name>sample string 2</Name>
      <OrderId>3</OrderId>
      <OrderNumber>sample string 4</OrderNumber>
      <PreviewImageUrl>sample string 8</PreviewImageUrl>
      <ProductBundleId>6</ProductBundleId>
      <ProductId>7</ProductId>
    </AppealDocumentModel>
  </Documents>
  <FilingDate>2025-05-20T16:29:34.2408622-05:00</FilingDate>
  <FinalBuildingAssessment>1</FinalBuildingAssessment>
  <FinalLandAssessment>1</FinalLandAssessment>
  <FinalTotalAssessment>1</FinalTotalAssessment>
  <Id>1</Id>
  <InitialDecisionReceivedDate>2025-05-20T16:29:34.2408622-05:00</InitialDecisionReceivedDate>
  <IsPurchase>true</IsPurchase>
  <LandAreaSqFt>22</LandAreaSqFt>
  <LastUpdatedDate>2025-05-20T16:29:34.2548111-05:00</LastUpdatedDate>
  <ManagerEmployeeId>1</ManagerEmployeeId>
  <ManagerName>sample string 33</ManagerName>
  <MarketValue>1</MarketValue>
  <MarketValueAsOfDate>2025-05-20T16:29:34.2388155-05:00</MarketValueAsOfDate>
  <Notes>
    <UserPropertyAppealNoteModel>
      <CreatedDate>2025-05-20T16:29:34.2532806-05:00</CreatedDate>
      <DeletedDate>2025-05-20T16:29:34.2532806-05:00</DeletedDate>
      <FirstName>sample string 4</FirstName>
      <Id>1</Id>
      <LastName>sample string 5</LastName>
      <Note>sample string 6</Note>
      <UserId>3</UserId>
      <UserPropertyAppealId>2</UserPropertyAppealId>
    </UserPropertyAppealNoteModel>
    <UserPropertyAppealNoteModel>
      <CreatedDate>2025-05-20T16:29:34.2532806-05:00</CreatedDate>
      <DeletedDate>2025-05-20T16:29:34.2532806-05:00</DeletedDate>
      <FirstName>sample string 4</FirstName>
      <Id>1</Id>
      <LastName>sample string 5</LastName>
      <Note>sample string 6</Note>
      <UserId>3</UserId>
      <UserPropertyAppealId>2</UserPropertyAppealId>
    </UserPropertyAppealNoteModel>
  </Notes>
  <OrderId>1</OrderId>
  <OrderNumber>sample string 4</OrderNumber>
  <Orders xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ptd.Model.WebModels.OrderProcessing">
    <d2p1:OrderModel>
      <d2p1:AgencyCaseId>1</d2p1:AgencyCaseId>
      <d2p1:AmountCharged>3</d2p1:AmountCharged>
      <d2p1:CurrencyCode>sample string 12</d2p1:CurrencyCode>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsBusinessUserClient>true</d2p1:IsBusinessUserClient>
      <d2p1:IsPaid>true</d2p1:IsPaid>
      <d2p1:Items>
        <d2p1:OrderLineItemModel>
          <d2p1:AddressLastLine>sample string 11</d2p1:AddressLastLine>
          <d2p1:AddressLine1>sample string 10</d2p1:AddressLine1>
          <d2p1:AgencyId>19</d2p1:AgencyId>
          <d2p1:AgencyName>sample string 20</d2p1:AgencyName>
          <d2p1:CreatedDate>2025-05-20T16:29:34.2512339-05:00</d2p1:CreatedDate>
          <d2p1:DiscountAmount>6</d2p1:DiscountAmount>
          <d2p1:DiscountCode>sample string 2</d2p1:DiscountCode>
          <d2p1:DiscountPercent>7</d2p1:DiscountPercent>
          <d2p1:Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.DocGen">
            <d6p1:OrderDocumentModel>
              <d6p1:AddedDate>2025-05-20T16:29:34.2512339-05:00</d6p1:AddedDate>
              <d6p1:AgencyCaseId>1</d6p1:AgencyCaseId>
              <d6p1:AgencyId>20</d6p1:AgencyId>
              <d6p1:AgencyName>sample string 21</d6p1:AgencyName>
              <d6p1:AppealYear>13</d6p1:AppealYear>
              <d6p1:BundleName>sample string 7</d6p1:BundleName>
              <d6p1:ClientCanView>true</d6p1:ClientCanView>
              <d6p1:CountyId>18</d6p1:CountyId>
              <d6p1:CountyName>sample string 19</d6p1:CountyName>
              <d6p1:Description>sample string 12</d6p1:Description>
              <d6p1:DocumentId>10</d6p1:DocumentId>
              <d6p1:DocumentName>sample string 11</d6p1:DocumentName>
              <d6p1:DocumentTemplateUri>sample string 14</d6p1:DocumentTemplateUri>
              <d6p1:DocumentUri>sample string 15</d6p1:DocumentUri>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:ImprovementId>1</d6p1:ImprovementId>
              <d6p1:IsReport>true</d6p1:IsReport>
              <d6p1:IsSignatureRequired>true</d6p1:IsSignatureRequired>
              <d6p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d6p1:OrderDate>
              <d6p1:OrderId>2</d6p1:OrderId>
              <d6p1:OrderNumber>sample string 3</d6p1:OrderNumber>
              <d6p1:PreviewImageUrl>sample string 17</d6p1:PreviewImageUrl>
              <d6p1:ProductBundleId>6</d6p1:ProductBundleId>
              <d6p1:ProductId>8</d6p1:ProductId>
              <d6p1:ProductName>sample string 9</d6p1:ProductName>
              <d6p1:RegenerationAllowed>true</d6p1:RegenerationAllowed>
              <d6p1:UserId>4</d6p1:UserId>
              <d6p1:UserName>sample string 5</d6p1:UserName>
              <d6p1:UserPropertyCaseId>24</d6p1:UserPropertyCaseId>
            </d6p1:OrderDocumentModel>
            <d6p1:OrderDocumentModel>
              <d6p1:AddedDate>2025-05-20T16:29:34.2512339-05:00</d6p1:AddedDate>
              <d6p1:AgencyCaseId>1</d6p1:AgencyCaseId>
              <d6p1:AgencyId>20</d6p1:AgencyId>
              <d6p1:AgencyName>sample string 21</d6p1:AgencyName>
              <d6p1:AppealYear>13</d6p1:AppealYear>
              <d6p1:BundleName>sample string 7</d6p1:BundleName>
              <d6p1:ClientCanView>true</d6p1:ClientCanView>
              <d6p1:CountyId>18</d6p1:CountyId>
              <d6p1:CountyName>sample string 19</d6p1:CountyName>
              <d6p1:Description>sample string 12</d6p1:Description>
              <d6p1:DocumentId>10</d6p1:DocumentId>
              <d6p1:DocumentName>sample string 11</d6p1:DocumentName>
              <d6p1:DocumentTemplateUri>sample string 14</d6p1:DocumentTemplateUri>
              <d6p1:DocumentUri>sample string 15</d6p1:DocumentUri>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:ImprovementId>1</d6p1:ImprovementId>
              <d6p1:IsReport>true</d6p1:IsReport>
              <d6p1:IsSignatureRequired>true</d6p1:IsSignatureRequired>
              <d6p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d6p1:OrderDate>
              <d6p1:OrderId>2</d6p1:OrderId>
              <d6p1:OrderNumber>sample string 3</d6p1:OrderNumber>
              <d6p1:PreviewImageUrl>sample string 17</d6p1:PreviewImageUrl>
              <d6p1:ProductBundleId>6</d6p1:ProductBundleId>
              <d6p1:ProductId>8</d6p1:ProductId>
              <d6p1:ProductName>sample string 9</d6p1:ProductName>
              <d6p1:RegenerationAllowed>true</d6p1:RegenerationAllowed>
              <d6p1:UserId>4</d6p1:UserId>
              <d6p1:UserName>sample string 5</d6p1:UserName>
              <d6p1:UserPropertyCaseId>24</d6p1:UserPropertyCaseId>
            </d6p1:OrderDocumentModel>
          </d2p1:Documents>
          <d2p1:FormattedPin>sample string 9</d2p1:FormattedPin>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:PreviewImageUrl>sample string 14</d2p1:PreviewImageUrl>
          <d2p1:Price>5</d2p1:Price>
          <d2p1:ProductBundleId>13</d2p1:ProductBundleId>
          <d2p1:ProductBundleName>sample string 12</d2p1:ProductBundleName>
          <d2p1:PropertyImageUrl>sample string 15</d2p1:PropertyImageUrl>
          <d2p1:Quantity>4</d2p1:Quantity>
          <d2p1:SecondaryPreviewImageUrl>sample string 18</d2p1:SecondaryPreviewImageUrl>
          <d2p1:SecondaryProductBundleId>17</d2p1:SecondaryProductBundleId>
          <d2p1:SecondaryProductBundleName>sample string 16</d2p1:SecondaryProductBundleName>
          <d2p1:TaxYear>3</d2p1:TaxYear>
        </d2p1:OrderLineItemModel>
        <d2p1:OrderLineItemModel>
          <d2p1:AddressLastLine>sample string 11</d2p1:AddressLastLine>
          <d2p1:AddressLine1>sample string 10</d2p1:AddressLine1>
          <d2p1:AgencyId>19</d2p1:AgencyId>
          <d2p1:AgencyName>sample string 20</d2p1:AgencyName>
          <d2p1:CreatedDate>2025-05-20T16:29:34.2512339-05:00</d2p1:CreatedDate>
          <d2p1:DiscountAmount>6</d2p1:DiscountAmount>
          <d2p1:DiscountCode>sample string 2</d2p1:DiscountCode>
          <d2p1:DiscountPercent>7</d2p1:DiscountPercent>
          <d2p1:Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.DocGen">
            <d6p1:OrderDocumentModel>
              <d6p1:AddedDate>2025-05-20T16:29:34.2512339-05:00</d6p1:AddedDate>
              <d6p1:AgencyCaseId>1</d6p1:AgencyCaseId>
              <d6p1:AgencyId>20</d6p1:AgencyId>
              <d6p1:AgencyName>sample string 21</d6p1:AgencyName>
              <d6p1:AppealYear>13</d6p1:AppealYear>
              <d6p1:BundleName>sample string 7</d6p1:BundleName>
              <d6p1:ClientCanView>true</d6p1:ClientCanView>
              <d6p1:CountyId>18</d6p1:CountyId>
              <d6p1:CountyName>sample string 19</d6p1:CountyName>
              <d6p1:Description>sample string 12</d6p1:Description>
              <d6p1:DocumentId>10</d6p1:DocumentId>
              <d6p1:DocumentName>sample string 11</d6p1:DocumentName>
              <d6p1:DocumentTemplateUri>sample string 14</d6p1:DocumentTemplateUri>
              <d6p1:DocumentUri>sample string 15</d6p1:DocumentUri>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:ImprovementId>1</d6p1:ImprovementId>
              <d6p1:IsReport>true</d6p1:IsReport>
              <d6p1:IsSignatureRequired>true</d6p1:IsSignatureRequired>
              <d6p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d6p1:OrderDate>
              <d6p1:OrderId>2</d6p1:OrderId>
              <d6p1:OrderNumber>sample string 3</d6p1:OrderNumber>
              <d6p1:PreviewImageUrl>sample string 17</d6p1:PreviewImageUrl>
              <d6p1:ProductBundleId>6</d6p1:ProductBundleId>
              <d6p1:ProductId>8</d6p1:ProductId>
              <d6p1:ProductName>sample string 9</d6p1:ProductName>
              <d6p1:RegenerationAllowed>true</d6p1:RegenerationAllowed>
              <d6p1:UserId>4</d6p1:UserId>
              <d6p1:UserName>sample string 5</d6p1:UserName>
              <d6p1:UserPropertyCaseId>24</d6p1:UserPropertyCaseId>
            </d6p1:OrderDocumentModel>
            <d6p1:OrderDocumentModel>
              <d6p1:AddedDate>2025-05-20T16:29:34.2512339-05:00</d6p1:AddedDate>
              <d6p1:AgencyCaseId>1</d6p1:AgencyCaseId>
              <d6p1:AgencyId>20</d6p1:AgencyId>
              <d6p1:AgencyName>sample string 21</d6p1:AgencyName>
              <d6p1:AppealYear>13</d6p1:AppealYear>
              <d6p1:BundleName>sample string 7</d6p1:BundleName>
              <d6p1:ClientCanView>true</d6p1:ClientCanView>
              <d6p1:CountyId>18</d6p1:CountyId>
              <d6p1:CountyName>sample string 19</d6p1:CountyName>
              <d6p1:Description>sample string 12</d6p1:Description>
              <d6p1:DocumentId>10</d6p1:DocumentId>
              <d6p1:DocumentName>sample string 11</d6p1:DocumentName>
              <d6p1:DocumentTemplateUri>sample string 14</d6p1:DocumentTemplateUri>
              <d6p1:DocumentUri>sample string 15</d6p1:DocumentUri>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:ImprovementId>1</d6p1:ImprovementId>
              <d6p1:IsReport>true</d6p1:IsReport>
              <d6p1:IsSignatureRequired>true</d6p1:IsSignatureRequired>
              <d6p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d6p1:OrderDate>
              <d6p1:OrderId>2</d6p1:OrderId>
              <d6p1:OrderNumber>sample string 3</d6p1:OrderNumber>
              <d6p1:PreviewImageUrl>sample string 17</d6p1:PreviewImageUrl>
              <d6p1:ProductBundleId>6</d6p1:ProductBundleId>
              <d6p1:ProductId>8</d6p1:ProductId>
              <d6p1:ProductName>sample string 9</d6p1:ProductName>
              <d6p1:RegenerationAllowed>true</d6p1:RegenerationAllowed>
              <d6p1:UserId>4</d6p1:UserId>
              <d6p1:UserName>sample string 5</d6p1:UserName>
              <d6p1:UserPropertyCaseId>24</d6p1:UserPropertyCaseId>
            </d6p1:OrderDocumentModel>
          </d2p1:Documents>
          <d2p1:FormattedPin>sample string 9</d2p1:FormattedPin>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:PreviewImageUrl>sample string 14</d2p1:PreviewImageUrl>
          <d2p1:Price>5</d2p1:Price>
          <d2p1:ProductBundleId>13</d2p1:ProductBundleId>
          <d2p1:ProductBundleName>sample string 12</d2p1:ProductBundleName>
          <d2p1:PropertyImageUrl>sample string 15</d2p1:PropertyImageUrl>
          <d2p1:Quantity>4</d2p1:Quantity>
          <d2p1:SecondaryPreviewImageUrl>sample string 18</d2p1:SecondaryPreviewImageUrl>
          <d2p1:SecondaryProductBundleId>17</d2p1:SecondaryProductBundleId>
          <d2p1:SecondaryProductBundleName>sample string 16</d2p1:SecondaryProductBundleName>
          <d2p1:TaxYear>3</d2p1:TaxYear>
        </d2p1:OrderLineItemModel>
      </d2p1:Items>
      <d2p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d2p1:OrderDate>
      <d2p1:OrderNumber>sample string 5</d2p1:OrderNumber>
      <d2p1:OrderStatus>sample string 8</d2p1:OrderStatus>
      <d2p1:OrderStatusId>7</d2p1:OrderStatusId>
      <d2p1:PaymentProviderToken>sample string 6</d2p1:PaymentProviderToken>
      <d2p1:ProviderChargeId>sample string 13</d2p1:ProviderChargeId>
      <d2p1:TaxRate>2</d2p1:TaxRate>
      <d2p1:TermsOfUsePolicyId>9</d2p1:TermsOfUsePolicyId>
      <d2p1:TotalAmount>4</d2p1:TotalAmount>
      <d2p1:TotalDiscountAmount>11</d2p1:TotalDiscountAmount>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:UserPropertyCaseId>1</d2p1:UserPropertyCaseId>
    </d2p1:OrderModel>
    <d2p1:OrderModel>
      <d2p1:AgencyCaseId>1</d2p1:AgencyCaseId>
      <d2p1:AmountCharged>3</d2p1:AmountCharged>
      <d2p1:CurrencyCode>sample string 12</d2p1:CurrencyCode>
      <d2p1:Id>1</d2p1:Id>
      <d2p1:IsBusinessUserClient>true</d2p1:IsBusinessUserClient>
      <d2p1:IsPaid>true</d2p1:IsPaid>
      <d2p1:Items>
        <d2p1:OrderLineItemModel>
          <d2p1:AddressLastLine>sample string 11</d2p1:AddressLastLine>
          <d2p1:AddressLine1>sample string 10</d2p1:AddressLine1>
          <d2p1:AgencyId>19</d2p1:AgencyId>
          <d2p1:AgencyName>sample string 20</d2p1:AgencyName>
          <d2p1:CreatedDate>2025-05-20T16:29:34.2512339-05:00</d2p1:CreatedDate>
          <d2p1:DiscountAmount>6</d2p1:DiscountAmount>
          <d2p1:DiscountCode>sample string 2</d2p1:DiscountCode>
          <d2p1:DiscountPercent>7</d2p1:DiscountPercent>
          <d2p1:Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.DocGen">
            <d6p1:OrderDocumentModel>
              <d6p1:AddedDate>2025-05-20T16:29:34.2512339-05:00</d6p1:AddedDate>
              <d6p1:AgencyCaseId>1</d6p1:AgencyCaseId>
              <d6p1:AgencyId>20</d6p1:AgencyId>
              <d6p1:AgencyName>sample string 21</d6p1:AgencyName>
              <d6p1:AppealYear>13</d6p1:AppealYear>
              <d6p1:BundleName>sample string 7</d6p1:BundleName>
              <d6p1:ClientCanView>true</d6p1:ClientCanView>
              <d6p1:CountyId>18</d6p1:CountyId>
              <d6p1:CountyName>sample string 19</d6p1:CountyName>
              <d6p1:Description>sample string 12</d6p1:Description>
              <d6p1:DocumentId>10</d6p1:DocumentId>
              <d6p1:DocumentName>sample string 11</d6p1:DocumentName>
              <d6p1:DocumentTemplateUri>sample string 14</d6p1:DocumentTemplateUri>
              <d6p1:DocumentUri>sample string 15</d6p1:DocumentUri>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:ImprovementId>1</d6p1:ImprovementId>
              <d6p1:IsReport>true</d6p1:IsReport>
              <d6p1:IsSignatureRequired>true</d6p1:IsSignatureRequired>
              <d6p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d6p1:OrderDate>
              <d6p1:OrderId>2</d6p1:OrderId>
              <d6p1:OrderNumber>sample string 3</d6p1:OrderNumber>
              <d6p1:PreviewImageUrl>sample string 17</d6p1:PreviewImageUrl>
              <d6p1:ProductBundleId>6</d6p1:ProductBundleId>
              <d6p1:ProductId>8</d6p1:ProductId>
              <d6p1:ProductName>sample string 9</d6p1:ProductName>
              <d6p1:RegenerationAllowed>true</d6p1:RegenerationAllowed>
              <d6p1:UserId>4</d6p1:UserId>
              <d6p1:UserName>sample string 5</d6p1:UserName>
              <d6p1:UserPropertyCaseId>24</d6p1:UserPropertyCaseId>
            </d6p1:OrderDocumentModel>
            <d6p1:OrderDocumentModel>
              <d6p1:AddedDate>2025-05-20T16:29:34.2512339-05:00</d6p1:AddedDate>
              <d6p1:AgencyCaseId>1</d6p1:AgencyCaseId>
              <d6p1:AgencyId>20</d6p1:AgencyId>
              <d6p1:AgencyName>sample string 21</d6p1:AgencyName>
              <d6p1:AppealYear>13</d6p1:AppealYear>
              <d6p1:BundleName>sample string 7</d6p1:BundleName>
              <d6p1:ClientCanView>true</d6p1:ClientCanView>
              <d6p1:CountyId>18</d6p1:CountyId>
              <d6p1:CountyName>sample string 19</d6p1:CountyName>
              <d6p1:Description>sample string 12</d6p1:Description>
              <d6p1:DocumentId>10</d6p1:DocumentId>
              <d6p1:DocumentName>sample string 11</d6p1:DocumentName>
              <d6p1:DocumentTemplateUri>sample string 14</d6p1:DocumentTemplateUri>
              <d6p1:DocumentUri>sample string 15</d6p1:DocumentUri>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:ImprovementId>1</d6p1:ImprovementId>
              <d6p1:IsReport>true</d6p1:IsReport>
              <d6p1:IsSignatureRequired>true</d6p1:IsSignatureRequired>
              <d6p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d6p1:OrderDate>
              <d6p1:OrderId>2</d6p1:OrderId>
              <d6p1:OrderNumber>sample string 3</d6p1:OrderNumber>
              <d6p1:PreviewImageUrl>sample string 17</d6p1:PreviewImageUrl>
              <d6p1:ProductBundleId>6</d6p1:ProductBundleId>
              <d6p1:ProductId>8</d6p1:ProductId>
              <d6p1:ProductName>sample string 9</d6p1:ProductName>
              <d6p1:RegenerationAllowed>true</d6p1:RegenerationAllowed>
              <d6p1:UserId>4</d6p1:UserId>
              <d6p1:UserName>sample string 5</d6p1:UserName>
              <d6p1:UserPropertyCaseId>24</d6p1:UserPropertyCaseId>
            </d6p1:OrderDocumentModel>
          </d2p1:Documents>
          <d2p1:FormattedPin>sample string 9</d2p1:FormattedPin>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:PreviewImageUrl>sample string 14</d2p1:PreviewImageUrl>
          <d2p1:Price>5</d2p1:Price>
          <d2p1:ProductBundleId>13</d2p1:ProductBundleId>
          <d2p1:ProductBundleName>sample string 12</d2p1:ProductBundleName>
          <d2p1:PropertyImageUrl>sample string 15</d2p1:PropertyImageUrl>
          <d2p1:Quantity>4</d2p1:Quantity>
          <d2p1:SecondaryPreviewImageUrl>sample string 18</d2p1:SecondaryPreviewImageUrl>
          <d2p1:SecondaryProductBundleId>17</d2p1:SecondaryProductBundleId>
          <d2p1:SecondaryProductBundleName>sample string 16</d2p1:SecondaryProductBundleName>
          <d2p1:TaxYear>3</d2p1:TaxYear>
        </d2p1:OrderLineItemModel>
        <d2p1:OrderLineItemModel>
          <d2p1:AddressLastLine>sample string 11</d2p1:AddressLastLine>
          <d2p1:AddressLine1>sample string 10</d2p1:AddressLine1>
          <d2p1:AgencyId>19</d2p1:AgencyId>
          <d2p1:AgencyName>sample string 20</d2p1:AgencyName>
          <d2p1:CreatedDate>2025-05-20T16:29:34.2512339-05:00</d2p1:CreatedDate>
          <d2p1:DiscountAmount>6</d2p1:DiscountAmount>
          <d2p1:DiscountCode>sample string 2</d2p1:DiscountCode>
          <d2p1:DiscountPercent>7</d2p1:DiscountPercent>
          <d2p1:Documents xmlns:d6p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.DocGen">
            <d6p1:OrderDocumentModel>
              <d6p1:AddedDate>2025-05-20T16:29:34.2512339-05:00</d6p1:AddedDate>
              <d6p1:AgencyCaseId>1</d6p1:AgencyCaseId>
              <d6p1:AgencyId>20</d6p1:AgencyId>
              <d6p1:AgencyName>sample string 21</d6p1:AgencyName>
              <d6p1:AppealYear>13</d6p1:AppealYear>
              <d6p1:BundleName>sample string 7</d6p1:BundleName>
              <d6p1:ClientCanView>true</d6p1:ClientCanView>
              <d6p1:CountyId>18</d6p1:CountyId>
              <d6p1:CountyName>sample string 19</d6p1:CountyName>
              <d6p1:Description>sample string 12</d6p1:Description>
              <d6p1:DocumentId>10</d6p1:DocumentId>
              <d6p1:DocumentName>sample string 11</d6p1:DocumentName>
              <d6p1:DocumentTemplateUri>sample string 14</d6p1:DocumentTemplateUri>
              <d6p1:DocumentUri>sample string 15</d6p1:DocumentUri>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:ImprovementId>1</d6p1:ImprovementId>
              <d6p1:IsReport>true</d6p1:IsReport>
              <d6p1:IsSignatureRequired>true</d6p1:IsSignatureRequired>
              <d6p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d6p1:OrderDate>
              <d6p1:OrderId>2</d6p1:OrderId>
              <d6p1:OrderNumber>sample string 3</d6p1:OrderNumber>
              <d6p1:PreviewImageUrl>sample string 17</d6p1:PreviewImageUrl>
              <d6p1:ProductBundleId>6</d6p1:ProductBundleId>
              <d6p1:ProductId>8</d6p1:ProductId>
              <d6p1:ProductName>sample string 9</d6p1:ProductName>
              <d6p1:RegenerationAllowed>true</d6p1:RegenerationAllowed>
              <d6p1:UserId>4</d6p1:UserId>
              <d6p1:UserName>sample string 5</d6p1:UserName>
              <d6p1:UserPropertyCaseId>24</d6p1:UserPropertyCaseId>
            </d6p1:OrderDocumentModel>
            <d6p1:OrderDocumentModel>
              <d6p1:AddedDate>2025-05-20T16:29:34.2512339-05:00</d6p1:AddedDate>
              <d6p1:AgencyCaseId>1</d6p1:AgencyCaseId>
              <d6p1:AgencyId>20</d6p1:AgencyId>
              <d6p1:AgencyName>sample string 21</d6p1:AgencyName>
              <d6p1:AppealYear>13</d6p1:AppealYear>
              <d6p1:BundleName>sample string 7</d6p1:BundleName>
              <d6p1:ClientCanView>true</d6p1:ClientCanView>
              <d6p1:CountyId>18</d6p1:CountyId>
              <d6p1:CountyName>sample string 19</d6p1:CountyName>
              <d6p1:Description>sample string 12</d6p1:Description>
              <d6p1:DocumentId>10</d6p1:DocumentId>
              <d6p1:DocumentName>sample string 11</d6p1:DocumentName>
              <d6p1:DocumentTemplateUri>sample string 14</d6p1:DocumentTemplateUri>
              <d6p1:DocumentUri>sample string 15</d6p1:DocumentUri>
              <d6p1:Id>1</d6p1:Id>
              <d6p1:ImprovementId>1</d6p1:ImprovementId>
              <d6p1:IsReport>true</d6p1:IsReport>
              <d6p1:IsSignatureRequired>true</d6p1:IsSignatureRequired>
              <d6p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d6p1:OrderDate>
              <d6p1:OrderId>2</d6p1:OrderId>
              <d6p1:OrderNumber>sample string 3</d6p1:OrderNumber>
              <d6p1:PreviewImageUrl>sample string 17</d6p1:PreviewImageUrl>
              <d6p1:ProductBundleId>6</d6p1:ProductBundleId>
              <d6p1:ProductId>8</d6p1:ProductId>
              <d6p1:ProductName>sample string 9</d6p1:ProductName>
              <d6p1:RegenerationAllowed>true</d6p1:RegenerationAllowed>
              <d6p1:UserId>4</d6p1:UserId>
              <d6p1:UserName>sample string 5</d6p1:UserName>
              <d6p1:UserPropertyCaseId>24</d6p1:UserPropertyCaseId>
            </d6p1:OrderDocumentModel>
          </d2p1:Documents>
          <d2p1:FormattedPin>sample string 9</d2p1:FormattedPin>
          <d2p1:Id>1</d2p1:Id>
          <d2p1:PreviewImageUrl>sample string 14</d2p1:PreviewImageUrl>
          <d2p1:Price>5</d2p1:Price>
          <d2p1:ProductBundleId>13</d2p1:ProductBundleId>
          <d2p1:ProductBundleName>sample string 12</d2p1:ProductBundleName>
          <d2p1:PropertyImageUrl>sample string 15</d2p1:PropertyImageUrl>
          <d2p1:Quantity>4</d2p1:Quantity>
          <d2p1:SecondaryPreviewImageUrl>sample string 18</d2p1:SecondaryPreviewImageUrl>
          <d2p1:SecondaryProductBundleId>17</d2p1:SecondaryProductBundleId>
          <d2p1:SecondaryProductBundleName>sample string 16</d2p1:SecondaryProductBundleName>
          <d2p1:TaxYear>3</d2p1:TaxYear>
        </d2p1:OrderLineItemModel>
      </d2p1:Items>
      <d2p1:OrderDate>2025-05-20T16:29:34.2512339-05:00</d2p1:OrderDate>
      <d2p1:OrderNumber>sample string 5</d2p1:OrderNumber>
      <d2p1:OrderStatus>sample string 8</d2p1:OrderStatus>
      <d2p1:OrderStatusId>7</d2p1:OrderStatusId>
      <d2p1:PaymentProviderToken>sample string 6</d2p1:PaymentProviderToken>
      <d2p1:ProviderChargeId>sample string 13</d2p1:ProviderChargeId>
      <d2p1:TaxRate>2</d2p1:TaxRate>
      <d2p1:TermsOfUsePolicyId>9</d2p1:TermsOfUsePolicyId>
      <d2p1:TotalAmount>4</d2p1:TotalAmount>
      <d2p1:TotalDiscountAmount>11</d2p1:TotalDiscountAmount>
      <d2p1:UserId>1</d2p1:UserId>
      <d2p1:UserPropertyCaseId>1</d2p1:UserPropertyCaseId>
    </d2p1:OrderModel>
  </Orders>
  <PrimaryAppealType>sample string 10</PrimaryAppealType>
  <PrimaryPropertyAppealTypeId>9</PrimaryPropertyAppealTypeId>
  <ProcessorEmployeeId>1</ProcessorEmployeeId>
  <ProcessorName>sample string 30</ProcessorName>
  <PropertyAddressId>16</PropertyAddressId>
  <PropertyImageUrl>sample string 37</PropertyImageUrl>
  <ProposedBuildingAssessment>1</ProposedBuildingAssessment>
  <ProposedLandAssessment>1</ProposedLandAssessment>
  <ProposedTotalAssessment>1</ProposedTotalAssessment>
  <Representative>
    <AttorneyName>sample string 10</AttorneyName>
    <AuthorizationRequiredPopupText>sample string 7</AuthorizationRequiredPopupText>
    <CompanyName>sample string 4</CompanyName>
    <DocumentsRequestedPopupText>sample string 8</DocumentsRequestedPopupText>
    <Email>sample string 5</Email>
    <FirstName>sample string 2</FirstName>
    <Id>1</Id>
    <LastName>sample string 3</LastName>
    <Phone>sample string 6</Phone>
    <RepresentativeName>sample string 11</RepresentativeName>
    <SignatureRequiredPopupText>sample string 9</SignatureRequiredPopupText>
  </Representative>
  <RepresentativeUserId>17</RepresentativeUserId>
  <RereviewDecisionDate>2025-05-20T16:29:34.2429459-05:00</RereviewDecisionDate>
  <RereviewFilingDate>2025-05-20T16:29:34.2429459-05:00</RereviewFilingDate>
  <SecondaryAppealType>sample string 12</SecondaryAppealType>
  <SecondaryPropertyAppealTypeId>11</SecondaryPropertyAppealTypeId>
  <StartDate>2025-05-20T16:29:34.2408622-05:00</StartDate>
  <StateEqualizationFactor>26</StateEqualizationFactor>
  <StateEqualizationFactorYear>27</StateEqualizationFactorYear>
  <TaxRate>24</TaxRate>
  <TaxRateYear>25</TaxRateYear>
  <TaxYear>20</TaxYear>
  <TownshipId>29</TownshipId>
  <UploadDocumentTypes>
    <UploadDocumentTypeModel>
      <AgencyId>5</AgencyId>
      <Description>sample string 3</Description>
      <Id>1</Id>
      <PropertyAppealTypeId>4</PropertyAppealTypeId>
      <Type>sample string 2</Type>
    </UploadDocumentTypeModel>
    <UploadDocumentTypeModel>
      <AgencyId>5</AgencyId>
      <Description>sample string 3</Description>
      <Id>1</Id>
      <PropertyAppealTypeId>4</PropertyAppealTypeId>
      <Type>sample string 2</Type>
    </UploadDocumentTypeModel>
  </UploadDocumentTypes>
  <UploadedDocuments>
    <UploadAppealDocumentModel>
      <FilePath>sample string 6</FilePath>
      <Id>1</Id>
      <Name>sample string 5</Name>
      <OwnerFullName>sample string 8</OwnerFullName>
      <OwnerRoleId>9</OwnerRoleId>
      <OwnerUserId>7</OwnerUserId>
      <UploadDate>2025-05-20T16:29:34.2512339-05:00</UploadDate>
      <UploadDocumentType>sample string 4</UploadDocumentType>
      <UploadDocumentTypeId>3</UploadDocumentTypeId>
      <UserPropertyAppealId>2</UserPropertyAppealId>
    </UploadAppealDocumentModel>
    <UploadAppealDocumentModel>
      <FilePath>sample string 6</FilePath>
      <Id>1</Id>
      <Name>sample string 5</Name>
      <OwnerFullName>sample string 8</OwnerFullName>
      <OwnerRoleId>9</OwnerRoleId>
      <OwnerUserId>7</OwnerUserId>
      <UploadDate>2025-05-20T16:29:34.2512339-05:00</UploadDate>
      <UploadDocumentType>sample string 4</UploadDocumentType>
      <UploadDocumentTypeId>3</UploadDocumentTypeId>
      <UserPropertyAppealId>2</UserPropertyAppealId>
    </UploadAppealDocumentModel>
  </UploadedDocuments>
  <UserPropertyAppealStatusId>7</UserPropertyAppealStatusId>
  <UserPropertyId>3</UserPropertyId>
</UserPropertyAppealModel>