POST v1/country/save
Add or update information about a Country
Request Information
URI Parameters
None.
Body Parameters
CountryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryID |
Unique identifier of a Country |
integer |
None. |
| CountryShortName |
Country abbreviation |
string |
None. |
| CountryLongName |
Full country name |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"countryID": 1,
"countryShortName": "sample string 2",
"countryLongName": "sample string 3"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.