Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: If the system base currency is different from the conversion base currency, then the first exchange rate you POST to Dataloy has to be the rate between the conversion base currency and the system base currency. Example: System base currency is USD, but the conversion rates are gotten from the central bank of Norway, then the exchange rate between NOK and USD needs to be posted first.

 

Properties

Property
Type
Length
Mandatory
Description
Comments
getBudgetVersion/BudgetVersion    
currency
/Currency    
exchangeRate
Float    
exchangeRateDate
Date yes  

New ExchangeRate example

Code Block
languagejs
 {
    "currency": "EUR",
    "fromCurrency": "NOK",
    "exchangeRate": 0.14042,
    "exchangeRateDate": "2010-02-28 00:00:00"
}

...