Versions Compared

Key

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

...

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

New ExchangeRate example

 

Note
This example has been updated for API version 2.0.0 using date format yyyy-dd-MMThh:mi:ss, versions prior to 2.0.0 has the following date format: yyyy-dd-MM hh:mi:ss


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