v1
latestOpenAPI 3.0.02026-08-065613.8 KBMerit 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
Example response
{
"base": "USD",
"rates": {
"EUR": 0.92,
"GBP": 0.79,
"JPY": 149.5
}
}