POST v1/state/save
Add or update information about a State
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"stateID": 1,
"stateShortName": "sample string 2",
"stateLongName": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.