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

endDatestring<date-time>

Rate validity end date

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

Organisation currency code

ratenumber

Value of rate to be used for accounting conversions

startDatestring<date-time>

Rate validity start date

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

Foreign currency code

Accountingrate
{
"encodedKey": "string",
"endDate": "2016-09-06T13:37:50+03:00",
"fromCurrencyCode": "string",
"rate": 0,
"startDate": "2016-09-06T13:37:50+03:00",
"toCurrencyCode": "string"
}