Skip to main content
POST
Assign a compensation to an employee

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

employeeId
string<uuid>
required

The employee ID

compensationId
string<uuid>
required

The compensation ID to assign

Body

application/json
startDate
string<date>
required

Assignment start date (Y-m-d)

Example:

"2024-01-15"

endDate
string<date> | null

Assignment end date (Y-m-d), optional

Example:

"2024-12-31"

Response