Update a specific pay element by ID
Updates a specific pay element by its ID for the current organisation
Documentation Index
Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token obtained from OAuth2 client credentials flow
Path Parameters
The ID of the pay element to update
Body
The description of the pay element
"Basic Salary"
The tax type for the pay element
Taxable, NonTaxable "Taxable"
The National Insurance type for the pay element
Niable, NonNiable, EmployerOnly "Niable"
The pay type for the pay element
Payable, Deductible, Informational "Payable"
Whether the pay element is pensionable
true
Whether the pay element accrues holiday
true
Whether the pay element is subject to National Minimum Wage checks
true
Whether the pay element is Class 1A National Insurance liable
false
The default unit name for the pay element
Hour, Day, Week, Month, Year, Fixed, Informational, Percentage "Hour"
The default pay rate for the pay element
15.5
The default unit value for the pay element
1
The default charge rate for the pay element
20
The billing type for the pay element
Billable, NotBillable "NotBillable"
Eligibility flags for this pay element (court orders, pensions, etc.)
{
"courtOrders": {
"cmsDeo": true,
"dea": true,
"aeoPriority": false,
"aeoNonPriority": false,
"ctaeo": false,
"ea": false,
"mcaeo": false
}
}