ExchangeRateModel
An ObjectModel to allow interaction with CurrencyExchangeRate via the REST API
Name | Description | Type | Additional information |
ID |
The ID of the exchange rate
|
integer
|
None.
|
CurrencyCodeFrom |
The ISO currency code being converted from
|
string
|
None.
|
CurrencyCodeTo |
The ISO currency code being converted to
|
string
|
None.
|
CurrencyFrom |
The currency being converted from
|
string
|
None.
|
CurrencyTo |
The currency being converted to
|
string
|
None.
|
CustomRate |
The user defined exchange rate
|
decimal number
|
None.
|
Rate |
The system exchange rate
|
decimal number
|
None.
|
LastUpdated |
The last time the exchange rate was updated via external API
|
date
|
None.
|
OverheadPercent |
Optional extra percentage cost that can be applied
|
decimal number
|
None.
|