Skip to main content

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: 8a818e7486a603c40186a603c4010005
endDatedate-time

Rate validity end date (as Organization Time)

Example: 2016-09-06T13:37:50+03:00
fromCurrencyCodestring

Organisation currency code

Example: USD
ratenumber

Value of rate to be used for accounting conversions

Example: 0.85
startDatedate-time

Rate validity start date (as Organization Time)

Example: 2016-09-06T13:37:50+03:00
toCurrencyCodestring

Foreign currency code

Example: EUR
Accountingrate
{
"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"
}