GET api/location/state/{id}/counties
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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:
[
{
"$id": "1",
"countyId": 1,
"name": "sample string 2",
"oilCountyCode": "sample string 3",
"stateId": 4
},
{
"$ref": "1"
}
]