v1

latestOpenAPI 3.1.02026-07-2421872196.9 KB
Employees

Create employee additional compensation

Create additional compensations for an employee

post/employees/{employee_id}/additional_compensations

Request body

compensation_type_idinteger required
amountnumber required
starts_onstring date required
ends_onstring date

Optional for only if additional compensation is reoccuring.

currency_codestring required

Currency code 3 character alphabetic and 3 digit numeric ISO 4217

descriptionstring
type'fixed' | 'reoccurring' required
frequency'daily' | 'monthly' | 'quarterly' | 'half_yearly' | 'yearly'

Required if type is reoccurring.

Example request

{
  "starts_on": "2024-01-01",
  "ends_on": "2024-01-01"
}

Response

OK