addRecurringPayItem
Admin Portal
addRecurringPayItem
The addRecurringPayItem API is used to add a recurring item that will appear on an employee’s payroll.
What it does:
- Adds an employee-specific recurring pay item
- Used to add recurring deductions, additional compensations, and reimbursements without having to add them to pay periods
Notes:
- Either
allocatedPercentageoramountPerPayperiodis required - Recurring items will be added to open pay periods until they are removed with
removeRecurringPayItem typeis restricted to the list of deductions and additional compensations available withgetDeductionDescriptionandgetAdditionalCompensationDescriptiontypeallows free-string entry for reimbursements- Only one recurring item per
typecan be added
| PayItem options | Restrictions |
|---|---|
| Deduction | getDeductionDescription |
| AdditionalCompensation | getAdditionalCompensationDescription |
| Reimbursement | No restriction. Free entry |
POST
addRecurringPayItem
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
