GET api/products
This method will retrieve all products that were setup in the system
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of
Collection of ProductPo| Name | Description | Type | Additional information |
|---|---|---|---|
| CountyName | string |
None. |
|
| AgencyName | string |
None. |
|
| BillingType | string |
None. |
|
| Id | integer |
None. |
|
| Name | string |
Max length: 256 |
|
| Description | string |
Max length: 256 |
|
| Slug | string |
None. |
|
| Price | decimal number |
None. |
|
| EffectiveDate | date |
None. |
|
| MarketingContent | string |
None. |
|
| MonthlyOfferLimit | integer |
None. |
|
| DisplayOrder | integer |
None. |
|
| PreviewImageUrl | string |
None. |
|
| MaxAppealCount | integer |
None. |
|
| MaxPropertyCount | integer |
None. |
|
| MaxExemptionCount | integer |
None. |
|
| AdvertisementSupport | boolean |
None. |
|
| CustomReportsSupport | boolean |
None. |
|
| AutoDocGenerationSupport | boolean |
None. |
|
| WhiteLabelingSupport | boolean |
None. |
|
| MultiPropertyComparisonSupport | boolean |
None. |
|
| LackOfUniformityReportSupport | boolean |
None. |
|
| OvervaluationReportSupport | boolean |
None. |
|
| FullPropertyProfileReportSupport | boolean |
None. |
|
| MultiPropertyComparisonReportSupport | boolean |
None. |
|
| PropertyTaxGuideReportSupport | boolean |
None. |
|
| SellerTaxAnalysisReportSupport | boolean |
None. |
|
| BuyerTaxAnalysisReportSupport | boolean |
None. |
|
| IsTrialSupported | boolean |
None. |
|
| TrialPrice | decimal number |
None. |
|
| TrialPeriodInDays | integer |
None. |
|
| InitialSetupPrice | decimal number |
None. |
|
| CountyId | integer |
None. |
|
| AgencyId | integer |
None. |
|
| ProductBillingTypeId | integer |
None. |
|
| County | County |
None. |
|
| ProductBillingType | ProductBillingType |
None. |
|
| WorkflowSteps | Collection of WorkflowStep |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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:
[{"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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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:
<ArrayOfProductPo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
<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-11-01T05:55:58.0195552-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:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
<d3p1:Description>sample string 3</d3p1:Description>
<d3p1:Type>sample string 2</d3p1:Type>
</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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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>
<AgencyName>sample string 2</AgencyName>
<BillingType>sample string 3</BillingType>
<CountyName>sample string 1</CountyName>
</ProductPo>
<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-11-01T05:55:58.0195552-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:d3p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
<Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
<d3p1:Description>sample string 3</d3p1:Description>
<d3p1:Type>sample string 2</d3p1:Type>
</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-11-01T05:55:58.0195552-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-11-01T05:55:58.0195552-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>
<AgencyName>sample string 2</AgencyName>
<BillingType>sample string 3</BillingType>
<CountyName>sample string 1</CountyName>
</ProductPo>
</ArrayOfProductPo>