GET api/location/county/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
County| Name | Description | Type | Additional information |
|---|---|---|---|
| CountyId | integer |
None. |
|
| Name | string |
Required |
|
| OilCountyCode | string |
None. |
|
| StateId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"countyId": 1,
"name": "sample string 2",
"oilCountyCode": "sample string 3",
"stateId": 4
}