Creates a new variable payment for a given employee.

Creates a new variable pay entry for the employee. On success, returns the new entry id. For multi-employee reads, use List variable pay entries for a list of employees.

Required permissions: People's Data > Payroll > Manage selected employees' Payroll sections (or Variable table Manage when field-level permissions are enabled).

Path Params
string
required

Employee ID.

Body Params

Variable payment to add.

Request body for creating or updating a variable pay entry. Do not send id; the system assigns it on create. On update, identify the row with the path {entry_id}.

date
required

The date this entry becomes effective (ISO 8601 date).

amount
object
required
string
required

The type of variable pay. Default values include Bonus, ExecutiveBonus, and Commission. Companies may add custom list values.

string
required

The payment period for this variable entry. Possible values: Annual, Half-Yearly, Quarterly, Monthly.

number

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

number

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

number

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

string

The reason for this change.

Response

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json