Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

v2.2.1.0

Compare
Choose a tag to compare
@MJMortimer MJMortimer released this 30 Jan 03:35
· 195 commits to master since this release

The main focus for this release was the Payroll API.
Among small datacontract and type fixes we have included the functionality to expose the validation errors returned by Payroll. The errors are returned in the same way that errors are returned for calls against the Accounting API. You can find an example test for validation errors returned by the Payroll API here.

The implementation details of this have required us to include Newtonsoft.Json as a dependency.

Also especially notable in this release is an update to the IXeroUpdateEndpoint interface to include the SummarizeErrors method which now allows updates being sent with SummarizeErrors set to false, making it easier to understand which object in a bunch is giving validation errors. (Note: SummarizeErrors is still only available for the Accounting API)

Merged PRs: