v1

latestOpenAPI 3.1.1Proprietary2026-07-26184406877.9 KB
Employee Tables

Creates a new variable payment for a given employee.

post/people/{id}/variable

Path parameters

idstring required

Employee ID.

Request body

effectiveDatestring date required

The date this entry becomes effective.

variableTypestring required

The variable pay type - currently only "amount" is supported.

paymentPeriodstring required

This represents the period for this variable entry. It can be one of: Annual, Half-Yearly, Quarterly, Monthly.

companyPercentnumber

The employee's company on-target weight, in percentage.

departmentPercentnumber

The employee's department on-target weight, in percentage.

individualPercentnumber

The employee's individual on-target weight, in percentage.

reasonstring

The reason for this change.

Response

Entry added successfully