POST api/AdminSettingsSystem/SaveCurrencyExchange
AdmSaveCurrencyExchange
Request Information
URI Parameters
None.
Body Parameters
SaveCurrencyExchange| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyID | integer |
None. |
|
| Date | date |
None. |
|
| Ratio | decimal number |
None. |
|
| CurrencyExchangeActive | boolean |
None. |
|
| DestinationCurrencyID | integer |
None. |
|
| Source | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrencyID": 1,
"Date": "2026-05-06T15:45:55.5824971+03:00",
"Ratio": 1.1,
"CurrencyExchangeActive": true,
"DestinationCurrencyID": 1,
"Source": "sample string 1",
"UserUUIDCur": "28bc9c2f-00d7-4ca5-99f4-9e999cdb4e39"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}