Skip to content

1.5.0

Choose a tag to compare

@SidneyAllen SidneyAllen released this 20 Mar 00:44
· 170 commits to master since this release
22a2f78

Build from OAS 2.10.1
https://github.com/XeroAPI/Xero-OpenAPI/releases/tag/2.10.1

Files API support added

ACCOUNTING
added validationerror to batchpayment object & remove from batchpayments

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.

Add 7 missing enums for EarningRate Type

IDENTITY
Fix integer type
For identity and accounting APIs, some OpenAPI integer properties had an invalid format. The generator was producing warnings, but falling back to a float or double.