Request Information

URI Parameters

NameDescriptionTypeAdditional information
countyId

The county identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The county.

Micro.County
NameDescriptionTypeAdditional information
id

Gets or sets the county identifier.

integer

None.

fipsId

Gets or sets the FIPS identifier.

string

None.

state

Gets or sets the state.

string

None.

name

Gets or sets the name.

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "1",
  "fipsId": "sample String 2",
  "state": "sample String 3",
  "name": "sample String 4"
}

text/html

Sample:
{"id":"1","fipsId":"sample String 2","state":"sample String 3","name":"sample String 4"}

application/xml, text/xml

Sample:
<County xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <CountyId>1</CountyId>
  <FIPSId>sample String 2</FIPSId>
  <State>sample String 3</State>
  <Name>sample String 4</Name>
</County>