- Results are automatically paginated in both the ‘Get a single payroll’ endpoint and the ‘Prepare a payroll for update’ endpoint. The default page size is 25 items and the default page number is 1.
- The maximum page size for all payroll endpoints is 100 items. This corresponds to 100 payrolls for the 'Get all payrolls for a company' endpoint, and 100 employee compensations for the 'Prepare a payroll for update' , 'Update a payroll by ID', and 'Get a single payroll' endpoints.
- The ‘Update a payroll by ID’ endpoint accepts a maximum of 100 employee compensation inputs.
- Additionally, this endpoint will now only return the employee compensation objects that were inputted, as opposed to all employee compensation objects on the payroll.
- The ‘Preview a contractor payment group’ endpoint will now always return a
creation_token
. This will be a required body parameter for the ‘Create a contractor payment group’ endpoint. - The ‘Get an employee rehire’ endpoint’ endpoint now returns a
204
instead of a404
when a valid Employee UUID is passed in but no rehires are found.