v1

latestOpenAPI 3.1.02026-07-2421872196.9 KB
Leaves

Update an employee leave balance

Updates the employee leave balance for a leave policy that is assigned to an employee. Passing in the balance will create an adjustment to the current balance to meet the new balance provided.

put/employees/{id}/update_leave_balance

Request body

leave_type_idinteger
employee_leave_type_idinteger
balancenumber required

The amount of days/hours to set as the leave balance.

on_demand_balancenumber

The amount of days/hours to set as the on demand leave balance. Must be less than or equal to the balance.

Response

OK