Skip to content

4.8.1

Compare
Choose a tag to compare
@SidneyAllen SidneyAllen released this 19 Mar 18:27
· 195 commits to master since this release
3d018e8

ACCOUNTING
added validationerror to batchpayment object & remove from batchpayments

BANKFEEDS
Fixed statementId in path for getStament method
Added transactionType to StatementLine
Updated a few method return status from 200 to 201

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.