POST api/Country/SaveCountry
Request Information
URI Parameters
None.
Body Parameters
CountryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryId | integer |
None. |
|
| Name | string |
None. |
|
| RecordStatus | byte |
None. |
|
| CurrencyId | integer |
None. |
|
| CurrencyDto | CurrencyDto |
None. |
Request Formats
application/json, text/json
Sample:
{
"countryId": 1,
"name": "sample string 2",
"recordStatus": 64,
"currencyId": 4,
"currencyDto": {
"$id": "2",
"currencyId": 1,
"code": "sample string 2",
"name": "sample string 3",
"recordStatus": 64
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpStatusCodeResult| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| StatusDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.
