Releases: XeroAPI/Xero-NetStandard
Releases · XeroAPI/Xero-NetStandard
8.0.0
What's Changed
- Build from OAS 6.0.0
Breaking Change
- Removed PageInfo metadata object and added pagination metadata object for select Api.Accounting endpoints
- Introducing Search Term in
GET /invoice endpoint
. - Adds the pageSize query parameter for
GET /Overpayments
andGET /Prepayments
endpoints. - Added ultimate sub plans for Api.Accounting
Full Changelog: v7.0.0...v8.0.0
7.0.0
Build from OAS 5.0.0
BREAKING CHANGE
-
PageInfo
object has been added to the HTTP response for following endpoints & the response schema name has been changed.- payments
- purchase Orders
- contacts
- credit notes
- manual journals
- invoices
- bank transactions
- pre payments
- over payments
-
page size query parameter has been added to "get all" endpoints for bank transactions, contacts, credit notes, invoices, manual
journals, payments and purchase orders -
Following properties are 'no longer in use' for "DataSourceResponse" schema -
- indirectBankFeed
- indirectBankFeedPos
- indirectBankFeedNeg
Full Changelog: v6.0.0...v7.0.0
6.0.0
Build from OAS 4.0.0
What's Changed
Files API
- Adds 'Name', 'Size', 'SendWithObject' to object association endpoint.
Breaking Change
Accounting API
- Updates Accounting with new Organisation classes (IGNITE, GROW, COMPREHENSIVE)
Full Changelog: v5.0.0...v6.0.0
5.0.0
4.0.1
What's Changed
- Build from OpenAPI v3.0.1 in #505
- Fixes #501 : Payments API does not parse returned Warnings property
Full Changelog: v4.0.0...v4.0.1
4.0.0
- Build from OpenAPI V3.0.0
BREAKING CHANGE
- Changes the order of IdempotencyKey parameter.
- Fixes method definitions where required request-body parameters were declared as optional.
Following methods will have required body parameters now- Payroll-AU
- updateEmployee
- updatePayRun
- updatePayslip
- updateSuperfund
- updateTimesheet
- Files
- uploadFile
- updateFile
- uploadFileToFolder
- createFileAssociation
- createFolder
- Bankfeeds
- createStatements - Assets
- createAssetType
- Payroll-AU
Full Changelog: v3.34.5...v4.0.0
3.34.5
Fixes #490 issue with item requested not found when calling endpoint
Full Changelog: 3.34.4...v3.34.5
3.34.4
3.34.3
3.34.2
Update RestSharp
to 110.2.0
.