GET api/county/GetCountyAppealLocations?countyId={countyId}

This method will retrieve county appeal locations for a county

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

County id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of

AppealLocation
NameDescriptionTypeAdditional information
Id

integer

None.

AddressHtml

string

None.

Phone

string

Max length: 12

WorkingHours

string

Max length: 50

CommentsHtml

string

None.

EffectiveDate

date

None.

DisplayOrder

integer

None.

LocationName

string

Max length: 100

AgencyId

integer

None.

Agency

Agency

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "addressHtml": "sample string 2",
  "phone": "sample string 3",
  "workingHours": "sample string 4",
  "commentsHtml": "sample string 5",
  "effectiveDate": "2025-05-20T17:36:53.0556196-05:00",
  "displayOrder": 7,
  "locationName": "sample string 8",
  "agencyId": 9,
  "agency": {
    "id": 1,
    "name": "sample string 2",
    "description": "sample string 3",
    "url": "sample string 4",
    "imageUrl": "sample string 5",
    "handlesAppeals": true,
    "handlesPayments": true,
    "appealFormsUrl": "sample string 8",
    "coeFormsUrl": "sample string 9",
    "divisionsFormsUrl": "sample string 10",
    "exemptionsFormsUrl": "sample string 11",
    "farmsFormsUrl": "sample string 12",
    "floodsFormsUrl": "sample string 13",
    "incentivesFormsUrl": "sample string 14",
    "ommittedAssessmentsFormsUrl": "sample string 15",
    "miscFormsUrl": "sample string 16",
    "exemptionDeadlineMonth": 1,
    "exemptionDeadlineDay": 1,
    "displayOrder": 1,
    "countyId": 1,
    "stateId": 17,
    "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
      }
    },
    "state": {
      "id": 1,
      "name": "sample string 2",
      "shortName": "sample string 3",
      "geom": "sample string 4",
      "isTerritory": true,
      "landArea": 6.1,
      "waterArea": 7.1
    }
  }
}

text/html

Sample:
{"id":1,"addressHtml":"sample string 2","phone":"sample string 3","workingHours":"sample string 4","commentsHtml":"sample string 5","effectiveDate":"2025-05-20T17:36:53.0556196-05:00","displayOrder":7,"locationName":"sample string 8","agencyId":9,"agency":{"id":1,"name":"sample string 2","description":"sample string 3","url":"sample string 4","imageUrl":"sample string 5","handlesAppeals":true,"handlesPayments":true,"appealFormsUrl":"sample string 8","coeFormsUrl":"sample string 9","divisionsFormsUrl":"sample string 10","exemptionsFormsUrl":"sample string 11","farmsFormsUrl":"sample string 12","floodsFormsUrl":"sample string 13","incentivesFormsUrl":"sample string 14","ommittedAssessmentsFormsUrl":"sample string 15","miscFormsUrl":"sample string 16","exemptionDeadlineMonth":1,"exemptionDeadlineDay":1,"displayOrder":1,"countyId":1,"stateId":17,"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}},"state":{"id":1,"name":"sample string 2","shortName":"sample string 3","geom":"sample string 4","isTerritory":true,"landArea":6.1,"waterArea":7.1}}}

application/xml, text/xml

Sample:
<AppealLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
  <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
  <AddressHtml>sample string 2</AddressHtml>
  <Agency>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
    <AppealFormsUrl>sample string 8</AppealFormsUrl>
    <CoeFormsUrl>sample string 9</CoeFormsUrl>
    <County>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <AppealProcessDescription>sample string 4</AppealProcessDescription>
      <AppealYearIncrement>9</AppealYearIncrement>
      <AssessmentPageUrl>sample string 20</AssessmentPageUrl>
      <AssessorScheduleUrl>sample string 16</AssessorScheduleUrl>
      <BorScheduleUrl>sample string 17</BorScheduleUrl>
      <Description>sample string 3</Description>
      <Established>1</Established>
      <ExemptionRefundPeriodInYears>15</ExemptionRefundPeriodInYears>
      <FipsCode>sample string 5</FipsCode>
      <Geom>sample string 6</Geom>
      <IsSupported>true</IsSupported>
      <LandArea>12.1</LandArea>
      <Name>sample string 2</Name>
      <PinFormat>sample string 7</PinFormat>
      <Population>1</Population>
      <PropertyCardPageUrl>sample string 21</PropertyCardPageUrl>
      <PropertyImageUrl>sample string 8</PropertyImageUrl>
      <ReassessmentCycleInYears>11</ReassessmentCycleInYears>
      <ReassessmentDescription>sample string 14</ReassessmentDescription>
      <ShapeArea>1.1</ShapeArea>
      <ShapeLen>1.1</ShapeLen>
      <State>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <Geom>sample string 4</Geom>
        <IsTerritory>true</IsTerritory>
        <LandArea>6.1</LandArea>
        <Name>sample string 2</Name>
        <ShortName>sample string 3</ShortName>
        <WaterArea>7.1</WaterArea>
      </State>
      <StateId>18</StateId>
      <TaxPaymentYearIncrement>10</TaxPaymentYearIncrement>
      <WaterArea>13.1</WaterArea>
    </County>
    <CountyId>1</CountyId>
    <Description>sample string 3</Description>
    <DisplayOrder>1</DisplayOrder>
    <DivisionsFormsUrl>sample string 10</DivisionsFormsUrl>
    <ExemptionDeadlineDay>1</ExemptionDeadlineDay>
    <ExemptionDeadlineMonth>1</ExemptionDeadlineMonth>
    <ExemptionsFormsUrl>sample string 11</ExemptionsFormsUrl>
    <FarmsFormsUrl>sample string 12</FarmsFormsUrl>
    <FloodsFormsUrl>sample string 13</FloodsFormsUrl>
    <HandlesAppeals>true</HandlesAppeals>
    <HandlesPayments>true</HandlesPayments>
    <ImageUrl>sample string 5</ImageUrl>
    <IncentivesFormsUrl>sample string 14</IncentivesFormsUrl>
    <MiscFormsUrl>sample string 16</MiscFormsUrl>
    <Name>sample string 2</Name>
    <OmmittedAssessmentsFormsUrl>sample string 15</OmmittedAssessmentsFormsUrl>
    <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>17</StateId>
    <Url>sample string 4</Url>
  </Agency>
  <AgencyId>9</AgencyId>
  <CommentsHtml>sample string 5</CommentsHtml>
  <DisplayOrder>7</DisplayOrder>
  <EffectiveDate>2025-05-20T17:36:53.0556196-05:00</EffectiveDate>
  <LocationName>sample string 8</LocationName>
  <Phone>sample string 3</Phone>
  <WorkingHours>sample string 4</WorkingHours>
</AppealLocation>