VariableMutations
Use this endpoint to create, read, update and delete variable payroll mutation entries for employees. Variable mutations represent adjustments to payroll components for a specific payroll period and year.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | False |
Primary key |
| Description | String | False |
Description for the payroll component entry |
| EmployeeHID | Int | False |
Numeric number of Employee |
| EmployeeID | String | False |
Employee ID |
| EntryFieldType | Int | False |
Entry field types: 1 = Quantity, 2 = Amount, 3 = Percentage |
| Notes | String | False |
Notes for the payroll component entry |
| PayrollComponent | String | False |
Payroll component code |
| PayrollComponentID | String | False |
Payroll component ID |
| PayrollPeriod | Int | False |
Payroll period |
| PayrollYear | Int | False |
Payroll year |
| Type | Int | False |
Entry classification (days/hours worked, ill, leave, payroll components, parental leave, maternity leave) |
| Value | Double | False |
Value of the entry |
| Division | String | False |
Division code |