Accountingrate
Represents the conversion rate used in accounting to convert amounts from one currency to organisation currency
encodedKeystring
The encoded key of the accounting rate, auto generated, unique
Example:
8a818e7486a603c40186a603c4010005endDatedate-time
Rate validity end date (as Organization Time)
Example:
2016-09-06T13:37:50+03:00fromCurrencyCodestring
Organisation currency code
Example:
USDratenumber
Value of rate to be used for accounting conversions
Example:
0.85startDatedate-time
Rate validity start date (as Organization Time)
Example:
2016-09-06T13:37:50+03:00toCurrencyCodestring
Foreign currency code
Example:
EURAccountingrate
{
"encodedKey": "8a818e7486a603c40186a603c4010005",
"endDate": "2016-09-06T13:37:50+03:00",
"fromCurrencyCode": "USD",
"rate": 0.85,
"startDate": "2016-09-06T13:37:50+03:00",
"toCurrencyCode": "EUR"
}