GET api/Facility/GetAllStates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of State| Name | Description | Type | Additional information |
|---|---|---|---|
| StateId | integer |
None. |
|
| ShortName | string |
String length: inclusive between 0 and 50 |
|
| LongName | string |
String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
[
{
"StateId": 1,
"ShortName": "sample string 2",
"LongName": "sample string 3"
},
{
"StateId": 1,
"ShortName": "sample string 2",
"LongName": "sample string 3"
}
]