POST api/Currency/SaveCurrency
Request Information
URI Parameters
None.
Body Parameters
CurrencyDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyId | integer |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| RecordStatus | byte |
None. |
Request Formats
application/json, text/json
Sample:
{
"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.
