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

This method will retrieve basic county information for a county

Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

County id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Instance of

CountyPo
NameDescriptionTypeAdditional information
TaxYear

integer

None.

Center

string

None.

AppealYear

integer

None.

PaymentYear

integer

None.

StateName

string

None.

StateEqFactorDescription

string

None.

Id

integer

None.

Name

string

Max length: 100

Description

string

None.

AppealProcessDescription

string

None.

FipsCode

string

Max length: 3

Established

integer

None.

Population

integer

None.

ShapeArea

decimal number

None.

ShapeLen

decimal number

None.

Geom

string

None.

PinFormat

string

Max length: 20

PropertyImageUrl

string

Max length: 255

AppealYearIncrement

integer

None.

TaxPaymentYearIncrement

integer

None.

ReassessmentCycleInYears

integer

None.

LandArea

decimal number

None.

WaterArea

decimal number

None.

ReassessmentDescription

string

None.

ExemptionRefundPeriodInYears

integer

None.

AssessorScheduleUrl

string

None.

BorScheduleUrl

string

None.

StateId

integer

None.

IsSupported

boolean

None.

AssessmentPageUrl

string

None.

PropertyCardPageUrl

string

None.

State

State

None.

Response Formats

application/json, text/json

Sample:
{
  "taxYear": 1,
  "center": "sample string 2",
  "appealYear": 3,
  "paymentYear": 4,
  "stateName": "sample string 5",
  "stateEqFactorDescription": "sample string 6",
  "id": 7,
  "name": "sample string 8",
  "description": "sample string 9",
  "appealProcessDescription": "sample string 10",
  "fipsCode": "sample string 11",
  "established": 1,
  "population": 1,
  "shapeArea": 1.1,
  "shapeLen": 1.1,
  "geom": "sample string 12",
  "pinFormat": "sample string 13",
  "propertyImageUrl": "sample string 14",
  "appealYearIncrement": 15,
  "taxPaymentYearIncrement": 16,
  "reassessmentCycleInYears": 17,
  "landArea": 18.1,
  "waterArea": 19.1,
  "reassessmentDescription": "sample string 20",
  "exemptionRefundPeriodInYears": 21,
  "assessorScheduleUrl": "sample string 22",
  "borScheduleUrl": "sample string 23",
  "stateId": 24,
  "isSupported": true,
  "assessmentPageUrl": "sample string 26",
  "propertyCardPageUrl": "sample string 27",
  "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:
{"taxYear":1,"center":"sample string 2","appealYear":3,"paymentYear":4,"stateName":"sample string 5","stateEqFactorDescription":"sample string 6","id":7,"name":"sample string 8","description":"sample string 9","appealProcessDescription":"sample string 10","fipsCode":"sample string 11","established":1,"population":1,"shapeArea":1.1,"shapeLen":1.1,"geom":"sample string 12","pinFormat":"sample string 13","propertyImageUrl":"sample string 14","appealYearIncrement":15,"taxPaymentYearIncrement":16,"reassessmentCycleInYears":17,"landArea":18.1,"waterArea":19.1,"reassessmentDescription":"sample string 20","exemptionRefundPeriodInYears":21,"assessorScheduleUrl":"sample string 22","borScheduleUrl":"sample string 23","stateId":24,"isSupported":true,"assessmentPageUrl":"sample string 26","propertyCardPageUrl":"sample string 27","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:
<CountyPo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Pos">
  <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">7</Id>
  <AppealProcessDescription xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 10</AppealProcessDescription>
  <AppealYearIncrement xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">15</AppealYearIncrement>
  <AssessmentPageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 26</AssessmentPageUrl>
  <AssessorScheduleUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 22</AssessorScheduleUrl>
  <BorScheduleUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 23</BorScheduleUrl>
  <Description xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 9</Description>
  <Established xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</Established>
  <ExemptionRefundPeriodInYears xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">21</ExemptionRefundPeriodInYears>
  <FipsCode xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 11</FipsCode>
  <Geom xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 12</Geom>
  <IsSupported xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">true</IsSupported>
  <LandArea xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">18.1</LandArea>
  <Name xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 8</Name>
  <PinFormat xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 13</PinFormat>
  <Population xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1</Population>
  <PropertyCardPageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 27</PropertyCardPageUrl>
  <PropertyImageUrl xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 14</PropertyImageUrl>
  <ReassessmentCycleInYears xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">17</ReassessmentCycleInYears>
  <ReassessmentDescription xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">sample string 20</ReassessmentDescription>
  <ShapeArea xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1.1</ShapeArea>
  <ShapeLen xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">1.1</ShapeLen>
  <State xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
    <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 xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">24</StateId>
  <TaxPaymentYearIncrement xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">16</TaxPaymentYearIncrement>
  <WaterArea xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">19.1</WaterArea>
  <AppealYear>3</AppealYear>
  <Center>sample string 2</Center>
  <PaymentYear>4</PaymentYear>
  <StateEqFactorDescription>sample string 6</StateEqFactorDescription>
  <StateName>sample string 5</StateName>
  <TaxYear>1</TaxYear>
</CountyPo>