v2022-12-07
almost 3 years ago
This is the changelog for v2022-12-07, which contains breaking changes.
To learn more about versions in our API, read the Versioning guide.
- Fixed bug in fetching payroll deadline from the pay periods endpoint
- Add validation for check_date for off-cycle payroll creation in
POST /v1/companies/:company_id/payrollsendpoint - Add validation for hourly_compensations for payroll update in
PUT /v1/companies/:company_id/payrolls/:start_date/:end_dateendpoint - Change employments.hired_at error into a base error for
POST /v1/employees/:employee_id/terminationsendpoint - Fix bug in fetching hourly_compensations data for employees with flsa status
Commission Only Exempt,Commission Only Nonexempt,Salaried Nonexempt, andOwnerin :GET /v1/companies/{company_id}/payrollsPUT v1/companies/{company_id}/payrolls/{pay_period_start_date}/{pay_period_end_date}GET v1/companies/{company_id}/payrolls/{payroll_id}PUT v1/companies/{company_id}/payrolls/{payroll_id}PUT v1/companies/{company_id}/payrolls/{payroll_id}/cancel