GET api/location/state/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

State
NameDescriptionTypeAdditional information
StateId

integer

None.

Name

string

Required

StateCode

string

None.

OilStateCode

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "stateId": 1,
  "name": "sample string 2",
  "stateCode": "sample string 3",
  "oilStateCode": 1
}