Versions Compared

Key

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

...

Supported methods

GET /ExchangeRate

 

Get a list of ExchangeRate objects. Should be filtered to avoid fetching huge amounts of data.
 

Search parameters: See http://confluence.dataloy.com/display/VMSINT/Filtering

 

 

 

GET /ExchangeRate/{key} 

 Get a single ExchangeRate object

 


 

POST /ExchangeRate

Insert a new ExchangeRate object 

Required fields:  All

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.

...