GET Common/GetUSStates

Documentation for 'GetUSStates'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "State": "sample string 1",
    "Abbr": "sample string 2"
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]