Skip to content

2.6.0

Compare
Choose a tag to compare
@SerKnight SerKnight released this 01 Jun 21:05
· 131 commits to master since this release
b2fa507

Release for last few OAS releases: https://github.com/XeroAPI/Xero-OpenAPI/releases

🚨 🚨 🚨 MINOR BREAKING CHANGE 🚨 🚨 🚨

  1. summaryOnly?: boolean added to the getInvoices function

  2. Future proofing GST and BAS Reports endpoints for NZ and AU orgs, or any orgs that get introduced reports without a restful endpoint and require /Reports/{uuid}

getReportBASorGSTList -> getReportsList
getReportBasOrGst -> getReportFromId

🚨 🚨 🚨 MINOR BREAKING CHANGE - END 🚨 🚨 🚨

  1. Code sample docs for the 3 payroll api sets 🚀

  2. Added Budgets endpoints

getBudget(xeroTenantId: string, budgetID: string, options: {headers: {...}})
getBudgets(xeroTenantId: string, iDs?: Array[string], dateTo?: string, dateFrom?: string, options: {headers: {...}})
  1. removed a legacy param reportID on a few endpoints