GET api/location/county

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of County
NameDescriptionTypeAdditional information
CountyId

integer

None.

Name

string

Required

OilCountyCode

string

None.

StateId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "countyId": 1,
    "name": "sample string 2",
    "oilCountyCode": "sample string 3",
    "stateId": 4
  },
  {
    "$ref": "1"
  }
]