POST api/AdminSettingsSystem/GetCurrencyExchange
AdmGetCurrencyExchange
Request Information
URI Parameters
None.
Body Parameters
GetCurrencyExchange_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyID | integer |
None. |
|
| DestinationCurrencyID | integer |
None. |
|
| CountryID | integer |
None. |
|
| OldD | integer |
None. |
|
| Date | date |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"CurrencyID": 1,
"DestinationCurrencyID": 1,
"CountryID": 1,
"OldD": 1,
"Date": "2026-03-21T23:38:36.4978589+02:00",
"UserUUIDCur": "5eb74909-8442-4116-8e98-3f39a66b0982"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}