GET api/Values/GetState
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of State| Name | Description | Type | Additional 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"
}
]