Exchange Rates
Last updated
Was this helpful?
An exchange rate source for extracting data to be inserted in Dataloy VMS.
Base Currency must be set. Note: Locate Base Currency by getting ws/rest/System/1000000, then following relevant country link (Country Currency = the Base Currency).
Set up a task for extracting exchange rates from either an accounting system or from a source delivering exchange rates service. Then insert the exchange rate into Dataloy VMS using the request under Data Transaction (below).
To insert an exchange rate in Dataloy VMS (fields required):
Post an exchange rate to Dataloy
POST /ExchangeRate
{
"currency": "EUR",
"fromCurrency": "USD",
"exchangeRate": 0.74042,
"exchangeRateDate": "2014-01-01T00:00:00"
}No post transaction is required.
Last updated
Was this helpful?
Was this helpful?