v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Time off balance

Create a balance adjustment.

Create a balance adjustment for a given employee for a given effective date.<br /> <br /> Permissions required: Please refer to the main <a href="https://apidocs.hibob.com/reference/time-off#required-permissions">Time off API Required Permissions</a> page.

post/timeoff/employees/{id}/adjustments

Path parameters

idstring required

The Employee ID as pulled from the database, or from the URL In Bob when viewing the employee. For example, if the URL in Bob is "https://app.hibob.com/employee-profile/3332883884017713238" you should copy the "3332883884017713238".

Request body

adjustmentType'balance' | 'daysUsed'

Adjustment type - balance or time used.

policyTypestring

Policy type name.

effectiveDatestring date

The date this adjustment becomes effective.

amountnumber

The amount of days/hours to add/subtract.

reasonstring

A reason for this adjustment.

Response

Success.