Currencies
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/Currencies
Represents a queryable currency.
GUID
7FE7D8D5-FECB-4D7C-9300-E99DB95F0F9D
Required permission
Show currencies
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the currency. |
|
Code | String | The human readable identifier of the currency.
|
|
Description | String | The translated description of the currency. |
|
RateFactor | Int32 | The rate factor of the currency. |
|
DefaultSalesExchangeRate | Decimal | The default sales exchange rate. |
|
DefaultPurchaseExchangeRate | Decimal | The default purchase exchange rate. |
|
ExchangeRates | CurrencyExchangeRates[] | All available exchange rates for the currency.
|
|
ExchangeRatesChangeLog | CurrencyExchangeRateChangeLogs[] | All previous exchange rates for the currency
|
Introduced in version 2.26 |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"RateFactor": 0,
"DefaultSalesExchangeRate": 0.0,
"DefaultPurchaseExchangeRate": 0.0,
"ExchangeRates": null,
"ExchangeRatesChangeLog": null
}