GET v1/state/detailByShortName/{stateShortName}
Retrieve detailed information about a specific State by state short name (abbreviation)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| stateShortName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
StateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StateID |
Unique identifier of a State |
integer |
None. |
| StateShortName |
State abbreviation |
string |
None. |
| StateLongName |
Full state name |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"stateID": 1,
"stateShortName": "sample string 2",
"stateLongName": "sample string 3"
}