Skip to main content
POST
Create a monthly variable compensation

Authorizations

Authorization
string
header
required

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

Body

application/json
salaryCompensationId
string<uuid>
required

Salary compensation ID (employee-compensation assignment)

date
string<date>
required

Date of the compensation (YYYY-MM-DD). Must be a valid pay day.

Example:

"2024-01-15"

amount
number
required

Compensation amount for the month

Example:

500

Response

Successful response

data
object