GET api/location/state
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of State| Name | Description | Type | Additional information |
|---|---|---|---|
| StateId | integer |
None. |
|
| Name | string |
Required |
|
| StateCode | string |
None. |
|
| OilStateCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"stateId": 1,
"name": "sample string 2",
"stateCode": "sample string 3",
"oilStateCode": 1
},
{
"$ref": "1"
}
]