v1

latestOpenAPI 3.0.02026-08-065613.8 KB
Merit Cycle API

Get Exchange Rates for a Merit Cycle

Returns exchange rates for a merit cycle, relative to the merit cycle currency

get/v1/compensationPlanning/meritCycles/{id}/exchangeRates

Path parameters

idstring required

The ID of the Merit Cycle

Response

Returns exchange rates on success

basestring required

The base currency of the exchange rates (merit cycle currency)

ratesobject required

Exchange rates from the base currency

Example response

{
  "base": "USD",
  "rates": {
    "EUR": 0.92,
    "GBP": 0.79,
    "JPY": 149.5
  }
}