Skip to content

2.5.1

Choose a tag to compare

@SidneyAllen SidneyAllen released this 24 Mar 21:06
· 177 commits to master since this release
ad68a78

Build from OpenAPI spec 2.10.3

ACCOUNTING
added validationerror to batchpayment object & remove from batchpayments

FILES API
Fix path for uploadFileToFolder method

Replaced inline objects with UploadObject for use by both upload methods

NZ PAYROLL
Add "history" as a valid status to SalaryAndWage object
Add "Requested" as a valid status to Timesheet object

UKPAYROLL
GET Employees and GET Timesheets was not passing filter params correctly.
Get methods for Employees and Timesheets incorrectly defined params to be passed by name for querying the API. Instead it needs to be a single param called "filter" that has named params and values passed together.