GET api/me/userproperties/{userPropertyId}/cases/{caseId}/product-bundles

This method will retrieve product bundles for user property case type

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userPropertyId

User property record id

integer

Required

caseId

User property case record id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of

Collection of ProductBundleModel
NameDescriptionTypeAdditional information
ProductBundle

ProductBundle

None.

Products

Collection of ProductPo

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "productBundle": {
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "price": 4.0,
      "previewImageUrl": "sample string 5",
      "createdDate": "2025-05-20T15:58:00.0934015-05:00",
      "deletedDate": "2025-05-20T15:58:00.0934015-05:00",
      "productBundleTypeId": 8,
      "productBundleType": {
        "id": 1,
        "type": "sample string 2",
        "description": "sample string 3"
      }
    },
    "products": [
      {
        "countyName": "sample string 1",
        "agencyName": "sample string 2",
        "billingType": "sample string 3",
        "id": 4,
        "name": "sample string 5",
        "description": "sample string 6",
        "slug": "sample string 7",
        "price": 8.0,
        "effectiveDate": "2025-05-20T15:58:00.0975263-05:00",
        "marketingContent": "sample string 9",
        "monthlyOfferLimit": 10,
        "displayOrder": 11,
        "previewImageUrl": "sample string 12",
        "maxAppealCount": 13,
        "maxPropertyCount": 14,
        "maxExemptionCount": 15,
        "advertisementSupport": true,
        "customReportsSupport": true,
        "autoDocGenerationSupport": true,
        "whiteLabelingSupport": true,
        "multiPropertyComparisonSupport": true,
        "lackOfUniformityReportSupport": true,
        "overvaluationReportSupport": true,
        "fullPropertyProfileReportSupport": true,
        "multiPropertyComparisonReportSupport": true,
        "propertyTaxGuideReportSupport": true,
        "sellerTaxAnalysisReportSupport": true,
        "buyerTaxAnalysisReportSupport": true,
        "isTrialSupported": true,
        "trialPrice": 29.0,
        "trialPeriodInDays": 30,
        "initialSetupPrice": 31.0,
        "countyId": 32,
        "agencyId": 1,
        "productBillingTypeId": 33,
        "county": {
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "appealProcessDescription": "sample string 4",
          "fipsCode": "sample string 5",
          "established": 1,
          "population": 1,
          "shapeArea": 1.1,
          "shapeLen": 1.1,
          "geom": "sample string 6",
          "pinFormat": "sample string 7",
          "propertyImageUrl": "sample string 8",
          "appealYearIncrement": 9,
          "taxPaymentYearIncrement": 10,
          "reassessmentCycleInYears": 11,
          "landArea": 12.1,
          "waterArea": 13.1,
          "reassessmentDescription": "sample string 14",
          "exemptionRefundPeriodInYears": 15,
          "assessorScheduleUrl": "sample string 16",
          "borScheduleUrl": "sample string 17",
          "stateId": 18,
          "isSupported": true,
          "assessmentPageUrl": "sample string 20",
          "propertyCardPageUrl": "sample string 21",
          "state": {
            "id": 1,
            "name": "sample string 2",
            "shortName": "sample string 3",
            "geom": "sample string 4",
            "isTerritory": true,
            "landArea": 6.1,
            "waterArea": 7.1
          }
        },
        "productBillingType": {
          "id": 1,
          "type": "sample string 2",
          "description": "sample string 3"
        },
        "workflowSteps": [
          {
            "id": 1,
            "name": "sample string 2",
            "isRequired": true,
            "effectiveDate": "2025-05-20T15:58:00.1052571-05:00",
            "isStart": true,
            "isEnd": true,
            "isPackageRequired": true,
            "isPackageNarrativeRequired": true,
            "ifPackageNotifyUser": true,
            "fakePreStepName": "sample string 9",
            "productId": 10,
            "packageId": 1,
            "preRequisiteStepId": 1,
            "processStateId": 1
          },
          {
            "id": 1,
            "name": "sample string 2",
            "isRequired": true,
            "effectiveDate": "2025-05-20T15:58:00.1052571-05:00",
            "isStart": true,
            "isEnd": true,
            "isPackageRequired": true,
            "isPackageNarrativeRequired": true,
            "ifPackageNotifyUser": true,
            "fakePreStepName": "sample string 9",
            "productId": 10,
            "packageId": 1,
            "preRequisiteStepId": 1,
            "processStateId": 1
          }
        ]
      },
      {
        "countyName": "sample string 1",
        "agencyName": "sample string 2",
        "billingType": "sample string 3",
        "id": 4,
        "name": "sample string 5",
        "description": "sample string 6",
        "slug": "sample string 7",
        "price": 8.0,
        "effectiveDate": "2025-05-20T15:58:00.0975263-05:00",
        "marketingContent": "sample string 9",
        "monthlyOfferLimit": 10,
        "displayOrder": 11,
        "previewImageUrl": "sample string 12",
        "maxAppealCount": 13,
        "maxPropertyCount": 14,
        "maxExemptionCount": 15,
        "advertisementSupport": true,
        "customReportsSupport": true,
        "autoDocGenerationSupport": true,
        "whiteLabelingSupport": true,
        "multiPropertyComparisonSupport": true,
        "lackOfUniformityReportSupport": true,
        "overvaluationReportSupport": true,
        "fullPropertyProfileReportSupport": true,
        "multiPropertyComparisonReportSupport": true,
        "propertyTaxGuideReportSupport": true,
        "sellerTaxAnalysisReportSupport": true,
        "buyerTaxAnalysisReportSupport": true,
        "isTrialSupported": true,
        "trialPrice": 29.0,
        "trialPeriodInDays": 30,
        "initialSetupPrice": 31.0,
        "countyId": 32,
        "agencyId": 1,
        "productBillingTypeId": 33,
        "county": {
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "appealProcessDescription": "sample string 4",
          "fipsCode": "sample string 5",
          "established": 1,
          "population": 1,
          "shapeArea": 1.1,
          "shapeLen": 1.1,
          "geom": "sample string 6",
          "pinFormat": "sample string 7",
          "propertyImageUrl": "sample string 8",
          "appealYearIncrement": 9,
          "taxPaymentYearIncrement": 10,
          "reassessmentCycleInYears": 11,
          "landArea": 12.1,
          "waterArea": 13.1,
          "reassessmentDescription": "sample string 14",
          "exemptionRefundPeriodInYears": 15,
          "assessorScheduleUrl": "sample string 16",
          "borScheduleUrl": "sample string 17",
          "stateId": 18,
          "isSupported": true,
          "assessmentPageUrl": "sample string 20",
          "propertyCardPageUrl": "sample string 21",
          "state": {
            "id": 1,
            "name": "sample string 2",
            "shortName": "sample string 3",
            "geom": "sample string 4",
            "isTerritory": true,
            "landArea": 6.1,
            "waterArea": 7.1
          }
        },
        "productBillingType": {
          "id": 1,
          "type": "sample string 2",
          "description": "sample string 3"
        },
        "workflowSteps": [
          {
            "id": 1,
            "name": "sample string 2",
            "isRequired": true,
            "effectiveDate": "2025-05-20T15:58:00.1052571-05:00",
            "isStart": true,
            "isEnd": true,
            "isPackageRequired": true,
            "isPackageNarrativeRequired": true,
            "ifPackageNotifyUser": true,
            "fakePreStepName": "sample string 9",
            "productId": 10,
            "packageId": 1,
            "preRequisiteStepId": 1,
            "processStateId": 1
          },
          {
            "id": 1,
            "name": "sample string 2",
            "isRequired": true,
            "effectiveDate": "2025-05-20T15:58:00.1052571-05:00",
            "isStart": true,
            "isEnd": true,
            "isPackageRequired": true,
            "isPackageNarrativeRequired": true,
            "ifPackageNotifyUser": true,
            "fakePreStepName": "sample string 9",
            "productId": 10,
            "packageId": 1,
            "preRequisiteStepId": 1,
            "processStateId": 1
          }
        ]
      }
    ]
  },
  {
    "productBundle": {
      "id": 1,
      "name": "sample string 2",
      "description": "sample string 3",
      "price": 4.0,
      "previewImageUrl": "sample string 5",
      "createdDate": "2025-05-20T15:58:00.0934015-05:00",
      "deletedDate": "2025-05-20T15:58:00.0934015-05:00",
      "productBundleTypeId": 8,
      "productBundleType": {
        "id": 1,
        "type": "sample string 2",
        "description": "sample string 3"
      }
    },
    "products": [
      {
        "countyName": "sample string 1",
        "agencyName": "sample string 2",
        "billingType": "sample string 3",
        "id": 4,
        "name": "sample string 5",
        "description": "sample string 6",
        "slug": "sample string 7",
        "price": 8.0,
        "effectiveDate": "2025-05-20T15:58:00.0975263-05:00",
        "marketingContent": "sample string 9",
        "monthlyOfferLimit": 10,
        "displayOrder": 11,
        "previewImageUrl": "sample string 12",
        "maxAppealCount": 13,
        "maxPropertyCount": 14,
        "maxExemptionCount": 15,
        "advertisementSupport": true,
        "customReportsSupport": true,
        "autoDocGenerationSupport": true,
        "whiteLabelingSupport": true,
        "multiPropertyComparisonSupport": true,
        "lackOfUniformityReportSupport": true,
        "overvaluationReportSupport": true,
        "fullPropertyProfileReportSupport": true,
        "multiPropertyComparisonReportSupport": true,
        "propertyTaxGuideReportSupport": true,
        "sellerTaxAnalysisReportSupport": true,
        "buyerTaxAnalysisReportSupport": true,
        "isTrialSupported": true,
        "trialPrice": 29.0,
        "trialPeriodInDays": 30,
        "initialSetupPrice": 31.0,
        "countyId": 32,
        "agencyId": 1,
        "productBillingTypeId": 33,
        "county": {
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "appealProcessDescription": "sample string 4",
          "fipsCode": "sample string 5",
          "established": 1,
          "population": 1,
          "shapeArea": 1.1,
          "shapeLen": 1.1,
          "geom": "sample string 6",
          "pinFormat": "sample string 7",
          "propertyImageUrl": "sample string 8",
          "appealYearIncrement": 9,
          "taxPaymentYearIncrement": 10,
          "reassessmentCycleInYears": 11,
          "landArea": 12.1,
          "waterArea": 13.1,
          "reassessmentDescription": "sample string 14",
          "exemptionRefundPeriodInYears": 15,
          "assessorScheduleUrl": "sample string 16",
          "borScheduleUrl": "sample string 17",
          "stateId": 18,
          "isSupported": true,
          "assessmentPageUrl": "sample string 20",
          "propertyCardPageUrl": "sample string 21",
          "state": {
            "id": 1,
            "name": "sample string 2",
            "shortName": "sample string 3",
            "geom": "sample string 4",
            "isTerritory": true,
            "landArea": 6.1,
            "waterArea": 7.1
          }
        },
        "productBillingType": {
          "id": 1,
          "type": "sample string 2",
          "description": "sample string 3"
        },
        "workflowSteps": [
          {
            "id": 1,
            "name": "sample string 2",
            "isRequired": true,
            "effectiveDate": "2025-05-20T15:58:00.1052571-05:00",
            "isStart": true,
            "isEnd": true,
            "isPackageRequired": true,
            "isPackageNarrativeRequired": true,
            "ifPackageNotifyUser": true,
            "fakePreStepName": "sample string 9",
            "productId": 10,
            "packageId": 1,
            "preRequisiteStepId": 1,
            "processStateId": 1
          },
          {
            "id": 1,
            "name": "sample string 2",
            "isRequired": true,
            "effectiveDate": "2025-05-20T15:58:00.1052571-05:00",
            "isStart": true,
            "isEnd": true,
            "isPackageRequired": true,
            "isPackageNarrativeRequired": true,
            "ifPackageNotifyUser": true,
            "fakePreStepName": "sample string 9",
            "productId": 10,
            "packageId": 1,
            "preRequisiteStepId": 1,
            "processStateId": 1
          }
        ]
      },
      {
        "countyName": "sample string 1",
        "agencyName": "sample string 2",
        "billingType": "sample string 3",
        "id": 4,
        "name": "sample string 5",
        "description": "sample string 6",
        "slug": "sample string 7",
        "price": 8.0,
        "effectiveDate": "2025-05-20T15:58:00.0975263-05:00",
        "marketingContent": "sample string 9",
        "monthlyOfferLimit": 10,
        "displayOrder": 11,
        "previewImageUrl": "sample string 12",
        "maxAppealCount": 13,
        "maxPropertyCount": 14,
        "maxExemptionCount": 15,
        "advertisementSupport": true,
        "customReportsSupport": true,
        "autoDocGenerationSupport": true,
        "whiteLabelingSupport": true,
        "multiPropertyComparisonSupport": true,
        "lackOfUniformityReportSupport": true,
        "overvaluationReportSupport": true,
        "fullPropertyProfileReportSupport": true,
        "multiPropertyComparisonReportSupport": true,
        "propertyTaxGuideReportSupport": true,
        "sellerTaxAnalysisReportSupport": true,
        "buyerTaxAnalysisReportSupport": true,
        "isTrialSupported": true,
        "trialPrice": 29.0,
        "trialPeriodInDays": 30,
        "initialSetupPrice": 31.0,
        "countyId": 32,
        "agencyId": 1,
        "productBillingTypeId": 33,
        "county": {
          "id": 1,
          "name": "sample string 2",
          "description": "sample string 3",
          "appealProcessDescription": "sample string 4",
          "fipsCode": "sample string 5",
          "established": 1,
          "population": 1,
          "shapeArea": 1.1,
          "shapeLen": 1.1,
          "geom": "sample string 6",
          "pinFormat": "sample string 7",
          "propertyImageUrl": "sample string 8",
          "appealYearIncrement": 9,
          "taxPaymentYearIncrement": 10,
          "reassessmentCycleInYears": 11,
          "landArea": 12.1,
          "waterArea": 13.1,
          "reassessmentDescription": "sample string 14",
          "exemptionRefundPeriodInYears": 15,
          "assessorScheduleUrl": "sample string 16",
          "borScheduleUrl": "sample string 17",
          "stateId": 18,
          "isSupported": true,
          "assessmentPageUrl": "sample string 20",
          "propertyCardPageUrl": "sample string 21",
          "state": {
            "id": 1,
            "name": "sample string 2",
            "shortName": "sample string 3",
            "geom": "sample string 4",
            "isTerritory": true,
            "landArea": 6.1,
            "waterArea": 7.1
          }
        },
        "productBillingType": {
          "id": 1,
          "type": "sample string 2",
          "description": "sample string 3"
        },
        "workflowSteps": [
          {
            "id": 1,
            "name": "sample string 2",
            "isRequired": true,
            "effectiveDate": "2025-05-20T15:58:00.1052571-05:00",
            "isStart": true,
            "isEnd": true,
            "isPackageRequired": true,
            "isPackageNarrativeRequired": true,
            "ifPackageNotifyUser": true,
            "fakePreStepName": "sample string 9",
            "productId": 10,
            "packageId": 1,
            "preRequisiteStepId": 1,
            "processStateId": 1
          },
          {
            "id": 1,
            "name": "sample string 2",
            "isRequired": true,
            "effectiveDate": "2025-05-20T15:58:00.1052571-05:00",
            "isStart": true,
            "isEnd": true,
            "isPackageRequired": true,
            "isPackageNarrativeRequired": true,
            "ifPackageNotifyUser": true,
            "fakePreStepName": "sample string 9",
            "productId": 10,
            "packageId": 1,
            "preRequisiteStepId": 1,
            "processStateId": 1
          }
        ]
      }
    ]
  }
]

text/html

Sample:
[{"productBundle":{"id":1,"name":"sample string 2","description":"sample string 3","price":4.0,"previewImageUrl":"sample string 5","createdDate":"2025-05-20T15:58:00.0934015-05:00","deletedDate":"2025-05-20T15:58:00.0934015-05:00","productBundleTypeId":8,"productBundleType":{"id":1,"type":"sample string 2","description":"sample string 3"}},"products":[{"countyName":"sample string 1","agencyName":"sample string 2","billingType":"sample string 3","id":4,"name":"sample string 5","description":"sample string 6","slug":"sample string 7","price":8.0,"effectiveDate":"2025-05-20T15:58:00.0975263-05:00","marketingContent":"sample string 9","monthlyOfferLimit":10,"displayOrder":11,"previewImageUrl":"sample string 12","maxAppealCount":13,"maxPropertyCount":14,"maxExemptionCount":15,"advertisementSupport":true,"customReportsSupport":true,"autoDocGenerationSupport":true,"whiteLabelingSupport":true,"multiPropertyComparisonSupport":true,"lackOfUniformityReportSupport":true,"overvaluationReportSupport":true,"fullPropertyProfileReportSupport":true,"multiPropertyComparisonReportSupport":true,"propertyTaxGuideReportSupport":true,"sellerTaxAnalysisReportSupport":true,"buyerTaxAnalysisReportSupport":true,"isTrialSupported":true,"trialPrice":29.0,"trialPeriodInDays":30,"initialSetupPrice":31.0,"countyId":32,"agencyId":1,"productBillingTypeId":33,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}},"productBillingType":{"id":1,"type":"sample string 2","description":"sample string 3"},"workflowSteps":[{"id":1,"name":"sample string 2","isRequired":true,"effectiveDate":"2025-05-20T15:58:00.1052571-05:00","isStart":true,"isEnd":true,"isPackageRequired":true,"isPackageNarrativeRequired":true,"ifPackageNotifyUser":true,"fakePreStepName":"sample string 9","productId":10,"packageId":1,"preRequisiteStepId":1,"processStateId":1},{"id":1,"name":"sample string 2","isRequired":true,"effectiveDate":"2025-05-20T15:58:00.1052571-05:00","isStart":true,"isEnd":true,"isPackageRequired":true,"isPackageNarrativeRequired":true,"ifPackageNotifyUser":true,"fakePreStepName":"sample string 9","productId":10,"packageId":1,"preRequisiteStepId":1,"processStateId":1}]},{"countyName":"sample string 1","agencyName":"sample string 2","billingType":"sample string 3","id":4,"name":"sample string 5","description":"sample string 6","slug":"sample string 7","price":8.0,"effectiveDate":"2025-05-20T15:58:00.0975263-05:00","marketingContent":"sample string 9","monthlyOfferLimit":10,"displayOrder":11,"previewImageUrl":"sample string 12","maxAppealCount":13,"maxPropertyCount":14,"maxExemptionCount":15,"advertisementSupport":true,"customReportsSupport":true,"autoDocGenerationSupport":true,"whiteLabelingSupport":true,"multiPropertyComparisonSupport":true,"lackOfUniformityReportSupport":true,"overvaluationReportSupport":true,"fullPropertyProfileReportSupport":true,"multiPropertyComparisonReportSupport":true,"propertyTaxGuideReportSupport":true,"sellerTaxAnalysisReportSupport":true,"buyerTaxAnalysisReportSupport":true,"isTrialSupported":true,"trialPrice":29.0,"trialPeriodInDays":30,"initialSetupPrice":31.0,"countyId":32,"agencyId":1,"productBillingTypeId":33,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}},"productBillingType":{"id":1,"type":"sample string 2","description":"sample string 3"},"workflowSteps":[{"id":1,"name":"sample string 2","isRequired":true,"effectiveDate":"2025-05-20T15:58:00.1052571-05:00","isStart":true,"isEnd":true,"isPackageRequired":true,"isPackageNarrativeRequired":true,"ifPackageNotifyUser":true,"fakePreStepName":"sample string 9","productId":10,"packageId":1,"preRequisiteStepId":1,"processStateId":1},{"id":1,"name":"sample string 2","isRequired":true,"effectiveDate":"2025-05-20T15:58:00.1052571-05:00","isStart":true,"isEnd":true,"isPackageRequired":true,"isPackageNarrativeRequired":true,"ifPackageNotifyUser":true,"fakePreStepName":"sample string 9","productId":10,"packageId":1,"preRequisiteStepId":1,"processStateId":1}]}]},{"productBundle":{"id":1,"name":"sample string 2","description":"sample string 3","price":4.0,"previewImageUrl":"sample string 5","createdDate":"2025-05-20T15:58:00.0934015-05:00","deletedDate":"2025-05-20T15:58:00.0934015-05:00","productBundleTypeId":8,"productBundleType":{"id":1,"type":"sample string 2","description":"sample string 3"}},"products":[{"countyName":"sample string 1","agencyName":"sample string 2","billingType":"sample string 3","id":4,"name":"sample string 5","description":"sample string 6","slug":"sample string 7","price":8.0,"effectiveDate":"2025-05-20T15:58:00.0975263-05:00","marketingContent":"sample string 9","monthlyOfferLimit":10,"displayOrder":11,"previewImageUrl":"sample string 12","maxAppealCount":13,"maxPropertyCount":14,"maxExemptionCount":15,"advertisementSupport":true,"customReportsSupport":true,"autoDocGenerationSupport":true,"whiteLabelingSupport":true,"multiPropertyComparisonSupport":true,"lackOfUniformityReportSupport":true,"overvaluationReportSupport":true,"fullPropertyProfileReportSupport":true,"multiPropertyComparisonReportSupport":true,"propertyTaxGuideReportSupport":true,"sellerTaxAnalysisReportSupport":true,"buyerTaxAnalysisReportSupport":true,"isTrialSupported":true,"trialPrice":29.0,"trialPeriodInDays":30,"initialSetupPrice":31.0,"countyId":32,"agencyId":1,"productBillingTypeId":33,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}},"productBillingType":{"id":1,"type":"sample string 2","description":"sample string 3"},"workflowSteps":[{"id":1,"name":"sample string 2","isRequired":true,"effectiveDate":"2025-05-20T15:58:00.1052571-05:00","isStart":true,"isEnd":true,"isPackageRequired":true,"isPackageNarrativeRequired":true,"ifPackageNotifyUser":true,"fakePreStepName":"sample string 9","productId":10,"packageId":1,"preRequisiteStepId":1,"processStateId":1},{"id":1,"name":"sample string 2","isRequired":true,"effectiveDate":"2025-05-20T15:58:00.1052571-05:00","isStart":true,"isEnd":true,"isPackageRequired":true,"isPackageNarrativeRequired":true,"ifPackageNotifyUser":true,"fakePreStepName":"sample string 9","productId":10,"packageId":1,"preRequisiteStepId":1,"processStateId":1}]},{"countyName":"sample string 1","agencyName":"sample string 2","billingType":"sample string 3","id":4,"name":"sample string 5","description":"sample string 6","slug":"sample string 7","price":8.0,"effectiveDate":"2025-05-20T15:58:00.0975263-05:00","marketingContent":"sample string 9","monthlyOfferLimit":10,"displayOrder":11,"previewImageUrl":"sample string 12","maxAppealCount":13,"maxPropertyCount":14,"maxExemptionCount":15,"advertisementSupport":true,"customReportsSupport":true,"autoDocGenerationSupport":true,"whiteLabelingSupport":true,"multiPropertyComparisonSupport":true,"lackOfUniformityReportSupport":true,"overvaluationReportSupport":true,"fullPropertyProfileReportSupport":true,"multiPropertyComparisonReportSupport":true,"propertyTaxGuideReportSupport":true,"sellerTaxAnalysisReportSupport":true,"buyerTaxAnalysisReportSupport":true,"isTrialSupported":true,"trialPrice":29.0,"trialPeriodInDays":30,"initialSetupPrice":31.0,"countyId":32,"agencyId":1,"productBillingTypeId":33,"county":{"id":1,"name":"sample string 2","description":"sample string 3","appealProcessDescription":"sample string 4","fipsCode":"sample string 5","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 6","pinFormat":"sample string 7","propertyImageUrl":"sample string 8","appealYearIncrement":9,"taxPaymentYearIncrement":10,"reassessmentCycleInYears":11,"landArea":12.1,"waterArea":13.1,"reassessmentDescription":"sample string 14","exemptionRefundPeriodInYears":15,"assessorScheduleUrl":"sample string 16","borScheduleUrl":"sample string 17","stateId":18,"isSupported":true,"assessmentPageUrl":"sample string 20","propertyCardPageUrl":"sample string 21","state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}},"productBillingType":{"id":1,"type":"sample string 2","description":"sample string 3"},"workflowSteps":[{"id":1,"name":"sample string 2","isRequired":true,"effectiveDate":"2025-05-20T15:58:00.1052571-05:00","isStart":true,"isEnd":true,"isPackageRequired":true,"isPackageNarrativeRequired":true,"ifPackageNotifyUser":true,"fakePreStepName":"sample string 9","productId":10,"packageId":1,"preRequisiteStepId":1,"processStateId":1},{"id":1,"name":"sample string 2","isRequired":true,"effectiveDate":"2025-05-20T15:58:00.1052571-05:00","isStart":true,"isEnd":true,"isPackageRequired":true,"isPackageNarrativeRequired":true,"ifPackageNotifyUser":true,"fakePreStepName":"sample string 9","productId":10,"packageId":1,"preRequisiteStepId":1,"processStateId":1}]}]}]

application/xml, text/xml

Sample:
<ArrayOfProductBundleModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos.PageModels">
  <ProductBundleModel>
    <ProductBundle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d3p1:CreatedDate>2025-05-20T15:58:00.0934015-05:00</d3p1:CreatedDate>
      <d3p1:DeletedDate>2025-05-20T15:58:00.0934015-05:00</d3p1:DeletedDate>
      <d3p1:Description>sample string 3</d3p1:Description>
      <d3p1:Name>sample string 2</d3p1:Name>
      <d3p1:PreviewImageUrl>sample string 5</d3p1:PreviewImageUrl>
      <d3p1:Price>4</d3p1:Price>
      <d3p1:ProductBundleType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Type>sample string 2</d4p1:Type>
      </d3p1:ProductBundleType>
      <d3p1:ProductBundleTypeId>8</d3p1:ProductBundleTypeId>
    </ProductBundle>
    <Products xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
      <d3p1:ProductPo>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
        <AdvertisementSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AdvertisementSupport>
        <AgencyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</AgencyId>
        <AutoDocGenerationSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AutoDocGenerationSupport>
        <BuyerTaxAnalysisReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</BuyerTaxAnalysisReportSupport>
        <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <AppealProcessDescription>sample string 4</AppealProcessDescription>
          <AppealYearIncrement>9</AppealYearIncrement>
          <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
          <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
          <BorScheduleUrl>sample string 17</BorScheduleUrl>
          <Description>sample string 3</Description>
          <Established>1</Established>
          <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
          <FipsCode>sample string 5</FipsCode>
          <Geom>sample string 6</Geom>
          <IsSupported>true</IsSupported>
          <LandArea>12.1</LandArea>
          <Name>sample string 2</Name>
          <PinFormat>sample string 7</PinFormat>
          <Population>1</Population>
          <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
          <PropertyImageUrl>sample string 8</PropertyImageUrl>
          <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
          <ReassessmentDescription>sample string 14</ReassessmentDescription>
          <ShapeArea>1.1</ShapeArea>
          <ShapeLen>1.1</ShapeLen>
          <State>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <Geom>sample string 4</Geom>
            <IsTerritory>true</IsTerritory>
            <LandArea>6.1</LandArea>
            <Name>sample string 2</Name>
            <ShortName>sample string 3</ShortName>
            <WaterArea>7.1</WaterArea>
          </State>
          <StateId>18</StateId>
          <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
          <WaterArea>13.1</WaterArea>
        </County>
        <CountyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">32</CountyId>
        <CustomReportsSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</CustomReportsSupport>
        <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 6</Description>
        <DisplayOrder xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">11</DisplayOrder>
        <EffectiveDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:58:00.0975263-05:00</EffectiveDate>
        <FullPropertyProfileReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</FullPropertyProfileReportSupport>
        <InitialSetupPrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">31</InitialSetupPrice>
        <IsTrialSupported xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsTrialSupported>
        <LackOfUniformityReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</LackOfUniformityReportSupport>
        <MarketingContent xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 9</MarketingContent>
        <MaxAppealCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">13</MaxAppealCount>
        <MaxExemptionCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">15</MaxExemptionCount>
        <MaxPropertyCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">14</MaxPropertyCount>
        <MonthlyOfferLimit xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">10</MonthlyOfferLimit>
        <MultiPropertyComparisonReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</MultiPropertyComparisonReportSupport>
        <MultiPropertyComparisonSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</MultiPropertyComparisonSupport>
        <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Name>
        <OvervaluationReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</OvervaluationReportSupport>
        <PreviewImageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</PreviewImageUrl>
        <Price xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</Price>
        <ProductBillingType xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d5p1:Description>sample string 3</d5p1:Description>
          <d5p1:Type>sample string 2</d5p1:Type>
        </ProductBillingType>
        <ProductBillingTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">33</ProductBillingTypeId>
        <PropertyTaxGuideReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</PropertyTaxGuideReportSupport>
        <SellerTaxAnalysisReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</SellerTaxAnalysisReportSupport>
        <Slug xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 7</Slug>
        <TrialPeriodInDays xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">30</TrialPeriodInDays>
        <TrialPrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">29</TrialPrice>
        <WhiteLabelingSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</WhiteLabelingSupport>
        <WorkflowSteps xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <WorkflowStep>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <EffectiveDate>2025-05-20T15:58:00.1052571-05:00</EffectiveDate>
            <FakePreStepName>sample string 9</FakePreStepName>
            <IfPackageNotifyUser>true</IfPackageNotifyUser>
            <IsEnd>true</IsEnd>
            <IsPackageNarrativeRequired>true</IsPackageNarrativeRequired>
            <IsPackageRequired>true</IsPackageRequired>
            <IsRequired>true</IsRequired>
            <IsStart>true</IsStart>
            <Name>sample string 2</Name>
            <PackageId>1</PackageId>
            <PreRequisiteStepId>1</PreRequisiteStepId>
            <ProcessStateId>1</ProcessStateId>
            <ProductId>10</ProductId>
          </WorkflowStep>
          <WorkflowStep>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <EffectiveDate>2025-05-20T15:58:00.1052571-05:00</EffectiveDate>
            <FakePreStepName>sample string 9</FakePreStepName>
            <IfPackageNotifyUser>true</IfPackageNotifyUser>
            <IsEnd>true</IsEnd>
            <IsPackageNarrativeRequired>true</IsPackageNarrativeRequired>
            <IsPackageRequired>true</IsPackageRequired>
            <IsRequired>true</IsRequired>
            <IsStart>true</IsStart>
            <Name>sample string 2</Name>
            <PackageId>1</PackageId>
            <PreRequisiteStepId>1</PreRequisiteStepId>
            <ProcessStateId>1</ProcessStateId>
            <ProductId>10</ProductId>
          </WorkflowStep>
        </WorkflowSteps>
        <d3p1:AgencyName>sample string 2</d3p1:AgencyName>
        <d3p1:BillingType>sample string 3</d3p1:BillingType>
        <d3p1:CountyName>sample string 1</d3p1:CountyName>
      </d3p1:ProductPo>
      <d3p1:ProductPo>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
        <AdvertisementSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AdvertisementSupport>
        <AgencyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</AgencyId>
        <AutoDocGenerationSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AutoDocGenerationSupport>
        <BuyerTaxAnalysisReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</BuyerTaxAnalysisReportSupport>
        <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <AppealProcessDescription>sample string 4</AppealProcessDescription>
          <AppealYearIncrement>9</AppealYearIncrement>
          <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
          <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
          <BorScheduleUrl>sample string 17</BorScheduleUrl>
          <Description>sample string 3</Description>
          <Established>1</Established>
          <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
          <FipsCode>sample string 5</FipsCode>
          <Geom>sample string 6</Geom>
          <IsSupported>true</IsSupported>
          <LandArea>12.1</LandArea>
          <Name>sample string 2</Name>
          <PinFormat>sample string 7</PinFormat>
          <Population>1</Population>
          <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
          <PropertyImageUrl>sample string 8</PropertyImageUrl>
          <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
          <ReassessmentDescription>sample string 14</ReassessmentDescription>
          <ShapeArea>1.1</ShapeArea>
          <ShapeLen>1.1</ShapeLen>
          <State>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <Geom>sample string 4</Geom>
            <IsTerritory>true</IsTerritory>
            <LandArea>6.1</LandArea>
            <Name>sample string 2</Name>
            <ShortName>sample string 3</ShortName>
            <WaterArea>7.1</WaterArea>
          </State>
          <StateId>18</StateId>
          <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
          <WaterArea>13.1</WaterArea>
        </County>
        <CountyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">32</CountyId>
        <CustomReportsSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</CustomReportsSupport>
        <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 6</Description>
        <DisplayOrder xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">11</DisplayOrder>
        <EffectiveDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:58:00.0975263-05:00</EffectiveDate>
        <FullPropertyProfileReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</FullPropertyProfileReportSupport>
        <InitialSetupPrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">31</InitialSetupPrice>
        <IsTrialSupported xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsTrialSupported>
        <LackOfUniformityReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</LackOfUniformityReportSupport>
        <MarketingContent xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 9</MarketingContent>
        <MaxAppealCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">13</MaxAppealCount>
        <MaxExemptionCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">15</MaxExemptionCount>
        <MaxPropertyCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">14</MaxPropertyCount>
        <MonthlyOfferLimit xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">10</MonthlyOfferLimit>
        <MultiPropertyComparisonReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</MultiPropertyComparisonReportSupport>
        <MultiPropertyComparisonSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</MultiPropertyComparisonSupport>
        <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Name>
        <OvervaluationReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</OvervaluationReportSupport>
        <PreviewImageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</PreviewImageUrl>
        <Price xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</Price>
        <ProductBillingType xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d5p1:Description>sample string 3</d5p1:Description>
          <d5p1:Type>sample string 2</d5p1:Type>
        </ProductBillingType>
        <ProductBillingTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">33</ProductBillingTypeId>
        <PropertyTaxGuideReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</PropertyTaxGuideReportSupport>
        <SellerTaxAnalysisReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</SellerTaxAnalysisReportSupport>
        <Slug xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 7</Slug>
        <TrialPeriodInDays xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">30</TrialPeriodInDays>
        <TrialPrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">29</TrialPrice>
        <WhiteLabelingSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</WhiteLabelingSupport>
        <WorkflowSteps xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <WorkflowStep>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <EffectiveDate>2025-05-20T15:58:00.1052571-05:00</EffectiveDate>
            <FakePreStepName>sample string 9</FakePreStepName>
            <IfPackageNotifyUser>true</IfPackageNotifyUser>
            <IsEnd>true</IsEnd>
            <IsPackageNarrativeRequired>true</IsPackageNarrativeRequired>
            <IsPackageRequired>true</IsPackageRequired>
            <IsRequired>true</IsRequired>
            <IsStart>true</IsStart>
            <Name>sample string 2</Name>
            <PackageId>1</PackageId>
            <PreRequisiteStepId>1</PreRequisiteStepId>
            <ProcessStateId>1</ProcessStateId>
            <ProductId>10</ProductId>
          </WorkflowStep>
          <WorkflowStep>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <EffectiveDate>2025-05-20T15:58:00.1052571-05:00</EffectiveDate>
            <FakePreStepName>sample string 9</FakePreStepName>
            <IfPackageNotifyUser>true</IfPackageNotifyUser>
            <IsEnd>true</IsEnd>
            <IsPackageNarrativeRequired>true</IsPackageNarrativeRequired>
            <IsPackageRequired>true</IsPackageRequired>
            <IsRequired>true</IsRequired>
            <IsStart>true</IsStart>
            <Name>sample string 2</Name>
            <PackageId>1</PackageId>
            <PreRequisiteStepId>1</PreRequisiteStepId>
            <ProcessStateId>1</ProcessStateId>
            <ProductId>10</ProductId>
          </WorkflowStep>
        </WorkflowSteps>
        <d3p1:AgencyName>sample string 2</d3p1:AgencyName>
        <d3p1:BillingType>sample string 3</d3p1:BillingType>
        <d3p1:CountyName>sample string 1</d3p1:CountyName>
      </d3p1:ProductPo>
    </Products>
  </ProductBundleModel>
  <ProductBundleModel>
    <ProductBundle xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <d3p1:CreatedDate>2025-05-20T15:58:00.0934015-05:00</d3p1:CreatedDate>
      <d3p1:DeletedDate>2025-05-20T15:58:00.0934015-05:00</d3p1:DeletedDate>
      <d3p1:Description>sample string 3</d3p1:Description>
      <d3p1:Name>sample string 2</d3p1:Name>
      <d3p1:PreviewImageUrl>sample string 5</d3p1:PreviewImageUrl>
      <d3p1:Price>4</d3p1:Price>
      <d3p1:ProductBundleType xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Type>sample string 2</d4p1:Type>
      </d3p1:ProductBundleType>
      <d3p1:ProductBundleTypeId>8</d3p1:ProductBundleTypeId>
    </ProductBundle>
    <Products xmlns:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
      <d3p1:ProductPo>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
        <AdvertisementSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AdvertisementSupport>
        <AgencyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</AgencyId>
        <AutoDocGenerationSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AutoDocGenerationSupport>
        <BuyerTaxAnalysisReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</BuyerTaxAnalysisReportSupport>
        <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <AppealProcessDescription>sample string 4</AppealProcessDescription>
          <AppealYearIncrement>9</AppealYearIncrement>
          <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
          <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
          <BorScheduleUrl>sample string 17</BorScheduleUrl>
          <Description>sample string 3</Description>
          <Established>1</Established>
          <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
          <FipsCode>sample string 5</FipsCode>
          <Geom>sample string 6</Geom>
          <IsSupported>true</IsSupported>
          <LandArea>12.1</LandArea>
          <Name>sample string 2</Name>
          <PinFormat>sample string 7</PinFormat>
          <Population>1</Population>
          <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
          <PropertyImageUrl>sample string 8</PropertyImageUrl>
          <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
          <ReassessmentDescription>sample string 14</ReassessmentDescription>
          <ShapeArea>1.1</ShapeArea>
          <ShapeLen>1.1</ShapeLen>
          <State>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <Geom>sample string 4</Geom>
            <IsTerritory>true</IsTerritory>
            <LandArea>6.1</LandArea>
            <Name>sample string 2</Name>
            <ShortName>sample string 3</ShortName>
            <WaterArea>7.1</WaterArea>
          </State>
          <StateId>18</StateId>
          <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
          <WaterArea>13.1</WaterArea>
        </County>
        <CountyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">32</CountyId>
        <CustomReportsSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</CustomReportsSupport>
        <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 6</Description>
        <DisplayOrder xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">11</DisplayOrder>
        <EffectiveDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:58:00.0975263-05:00</EffectiveDate>
        <FullPropertyProfileReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</FullPropertyProfileReportSupport>
        <InitialSetupPrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">31</InitialSetupPrice>
        <IsTrialSupported xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsTrialSupported>
        <LackOfUniformityReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</LackOfUniformityReportSupport>
        <MarketingContent xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 9</MarketingContent>
        <MaxAppealCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">13</MaxAppealCount>
        <MaxExemptionCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">15</MaxExemptionCount>
        <MaxPropertyCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">14</MaxPropertyCount>
        <MonthlyOfferLimit xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">10</MonthlyOfferLimit>
        <MultiPropertyComparisonReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</MultiPropertyComparisonReportSupport>
        <MultiPropertyComparisonSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</MultiPropertyComparisonSupport>
        <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Name>
        <OvervaluationReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</OvervaluationReportSupport>
        <PreviewImageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</PreviewImageUrl>
        <Price xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</Price>
        <ProductBillingType xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d5p1:Description>sample string 3</d5p1:Description>
          <d5p1:Type>sample string 2</d5p1:Type>
        </ProductBillingType>
        <ProductBillingTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">33</ProductBillingTypeId>
        <PropertyTaxGuideReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</PropertyTaxGuideReportSupport>
        <SellerTaxAnalysisReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</SellerTaxAnalysisReportSupport>
        <Slug xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 7</Slug>
        <TrialPeriodInDays xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">30</TrialPeriodInDays>
        <TrialPrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">29</TrialPrice>
        <WhiteLabelingSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</WhiteLabelingSupport>
        <WorkflowSteps xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <WorkflowStep>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <EffectiveDate>2025-05-20T15:58:00.1052571-05:00</EffectiveDate>
            <FakePreStepName>sample string 9</FakePreStepName>
            <IfPackageNotifyUser>true</IfPackageNotifyUser>
            <IsEnd>true</IsEnd>
            <IsPackageNarrativeRequired>true</IsPackageNarrativeRequired>
            <IsPackageRequired>true</IsPackageRequired>
            <IsRequired>true</IsRequired>
            <IsStart>true</IsStart>
            <Name>sample string 2</Name>
            <PackageId>1</PackageId>
            <PreRequisiteStepId>1</PreRequisiteStepId>
            <ProcessStateId>1</ProcessStateId>
            <ProductId>10</ProductId>
          </WorkflowStep>
          <WorkflowStep>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <EffectiveDate>2025-05-20T15:58:00.1052571-05:00</EffectiveDate>
            <FakePreStepName>sample string 9</FakePreStepName>
            <IfPackageNotifyUser>true</IfPackageNotifyUser>
            <IsEnd>true</IsEnd>
            <IsPackageNarrativeRequired>true</IsPackageNarrativeRequired>
            <IsPackageRequired>true</IsPackageRequired>
            <IsRequired>true</IsRequired>
            <IsStart>true</IsStart>
            <Name>sample string 2</Name>
            <PackageId>1</PackageId>
            <PreRequisiteStepId>1</PreRequisiteStepId>
            <ProcessStateId>1</ProcessStateId>
            <ProductId>10</ProductId>
          </WorkflowStep>
        </WorkflowSteps>
        <d3p1:AgencyName>sample string 2</d3p1:AgencyName>
        <d3p1:BillingType>sample string 3</d3p1:BillingType>
        <d3p1:CountyName>sample string 1</d3p1:CountyName>
      </d3p1:ProductPo>
      <d3p1:ProductPo>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">4</Id>
        <AdvertisementSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AdvertisementSupport>
        <AgencyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</AgencyId>
        <AutoDocGenerationSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</AutoDocGenerationSupport>
        <BuyerTaxAnalysisReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</BuyerTaxAnalysisReportSupport>
        <County xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <AppealProcessDescription>sample string 4</AppealProcessDescription>
          <AppealYearIncrement>9</AppealYearIncrement>
          <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
          <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
          <BorScheduleUrl>sample string 17</BorScheduleUrl>
          <Description>sample string 3</Description>
          <Established>1</Established>
          <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
          <FipsCode>sample string 5</FipsCode>
          <Geom>sample string 6</Geom>
          <IsSupported>true</IsSupported>
          <LandArea>12.1</LandArea>
          <Name>sample string 2</Name>
          <PinFormat>sample string 7</PinFormat>
          <Population>1</Population>
          <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
          <PropertyImageUrl>sample string 8</PropertyImageUrl>
          <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
          <ReassessmentDescription>sample string 14</ReassessmentDescription>
          <ShapeArea>1.1</ShapeArea>
          <ShapeLen>1.1</ShapeLen>
          <State>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <Geom>sample string 4</Geom>
            <IsTerritory>true</IsTerritory>
            <LandArea>6.1</LandArea>
            <Name>sample string 2</Name>
            <ShortName>sample string 3</ShortName>
            <WaterArea>7.1</WaterArea>
          </State>
          <StateId>18</StateId>
          <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
          <WaterArea>13.1</WaterArea>
        </County>
        <CountyId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">32</CountyId>
        <CustomReportsSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</CustomReportsSupport>
        <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 6</Description>
        <DisplayOrder xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">11</DisplayOrder>
        <EffectiveDate xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">2025-05-20T15:58:00.0975263-05:00</EffectiveDate>
        <FullPropertyProfileReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</FullPropertyProfileReportSupport>
        <InitialSetupPrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">31</InitialSetupPrice>
        <IsTrialSupported xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsTrialSupported>
        <LackOfUniformityReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</LackOfUniformityReportSupport>
        <MarketingContent xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 9</MarketingContent>
        <MaxAppealCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">13</MaxAppealCount>
        <MaxExemptionCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">15</MaxExemptionCount>
        <MaxPropertyCount xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">14</MaxPropertyCount>
        <MonthlyOfferLimit xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">10</MonthlyOfferLimit>
        <MultiPropertyComparisonReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</MultiPropertyComparisonReportSupport>
        <MultiPropertyComparisonSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</MultiPropertyComparisonSupport>
        <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 5</Name>
        <OvervaluationReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</OvervaluationReportSupport>
        <PreviewImageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</PreviewImageUrl>
        <Price xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">8</Price>
        <ProductBillingType xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d5p1:Description>sample string 3</d5p1:Description>
          <d5p1:Type>sample string 2</d5p1:Type>
        </ProductBillingType>
        <ProductBillingTypeId xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">33</ProductBillingTypeId>
        <PropertyTaxGuideReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</PropertyTaxGuideReportSupport>
        <SellerTaxAnalysisReportSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</SellerTaxAnalysisReportSupport>
        <Slug xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 7</Slug>
        <TrialPeriodInDays xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">30</TrialPeriodInDays>
        <TrialPrice xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">29</TrialPrice>
        <WhiteLabelingSupport xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</WhiteLabelingSupport>
        <WorkflowSteps xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
          <WorkflowStep>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <EffectiveDate>2025-05-20T15:58:00.1052571-05:00</EffectiveDate>
            <FakePreStepName>sample string 9</FakePreStepName>
            <IfPackageNotifyUser>true</IfPackageNotifyUser>
            <IsEnd>true</IsEnd>
            <IsPackageNarrativeRequired>true</IsPackageNarrativeRequired>
            <IsPackageRequired>true</IsPackageRequired>
            <IsRequired>true</IsRequired>
            <IsStart>true</IsStart>
            <Name>sample string 2</Name>
            <PackageId>1</PackageId>
            <PreRequisiteStepId>1</PreRequisiteStepId>
            <ProcessStateId>1</ProcessStateId>
            <ProductId>10</ProductId>
          </WorkflowStep>
          <WorkflowStep>
            <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
            <EffectiveDate>2025-05-20T15:58:00.1052571-05:00</EffectiveDate>
            <FakePreStepName>sample string 9</FakePreStepName>
            <IfPackageNotifyUser>true</IfPackageNotifyUser>
            <IsEnd>true</IsEnd>
            <IsPackageNarrativeRequired>true</IsPackageNarrativeRequired>
            <IsPackageRequired>true</IsPackageRequired>
            <IsRequired>true</IsRequired>
            <IsStart>true</IsStart>
            <Name>sample string 2</Name>
            <PackageId>1</PackageId>
            <PreRequisiteStepId>1</PreRequisiteStepId>
            <ProcessStateId>1</ProcessStateId>
            <ProductId>10</ProductId>
          </WorkflowStep>
        </WorkflowSteps>
        <d3p1:AgencyName>sample string 2</d3p1:AgencyName>
        <d3p1:BillingType>sample string 3</d3p1:BillingType>
        <d3p1:CountyName>sample string 1</d3p1:CountyName>
      </d3p1:ProductPo>
    </Products>
  </ProductBundleModel>
</ArrayOfProductBundleModel>