GET api/NELookup/GetStates
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 |
None. |
|
| Abbreviation | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "AHS.Server.Entities.State, AHS.Server",
"StateId": 1,
"Name": "sample string 2",
"Abbreviation": "sample string 3"
},
{
"$ref": "1"
}
]