GET api/Values/GetState

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of State
NameDescriptionTypeAdditional information
stid

integer

None.

stname

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "stid": 1,
    "stname": "sample string 2"
  },
  {
    "stid": 1,
    "stname": "sample string 2"
  }
]