addSupplementalPayPeriod
Payroll
addSupplementalPayPeriod
The addSupplementalPayPeriod API creates a supplemental pay period for processing additional payroll outside of the regular pay schedules.
What it does:
- Creates a special pay period for supplemental payroll processing (bonuses, commissions, off-cycle payments)
- Sets up pay period dates and worker type for the supplemental payroll
Notes:
- Requires pay period dates (payBeginDate, payEndDate, payDate)
- Returns a payPeriodId for use with supplemental payroll line items
POST
addSupplementalPayPeriod
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
