CurrencyExchangeRateChangeLogs
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/Common/CurrencyExchangeRateChangeLogs
Represents a currency exchange rate entry.
Required permission
Show currencies
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the currency exchange rate change log entry. |
|
CurrencyExchangeTypeId | Int64 | The currency exchange type of the entry.
|
|
Rate | Decimal | The exchange rate of the entry. |
|
ValidUntilDate | DateTimeOffset | The date when entry was changed. |
|
CurrencyId | Int64 | The business key identifier of the currency the exchange rate log entry belongs to.
|
Introduced in version 24.6 |
Example
{
"Id": 0,
"CurrencyExchangeTypeId": 0,
"Rate": 0.0,
"ValidUntilDate": "0001-01-01T00:00:00+00:00",
"CurrencyId": 0
}