Xero-OpenAPI
Xero-OpenAPI copied to clipboard
An OpenAPI description of the Xero API
Update the AU Payroll LeaveCategoryCode enum to match the updated value in the API. ## Description - Update the `LeaveCategoryCode` enum value "PERSONALCARERSLEAVE" to "PERSONALSICKCARERSLEAVE" ## Release Notes - The...
For API mocking purposes and to avoid creating demo or trial company i tried to run Accounting openapi in Prism but with no luck. ## Expected Behavior Command `prism mock...
Hi, We are using a npm package: https://www.npmjs.com/package/xero-node npm: xero-node to integrate a Wix website with Xero only to create Invoices. But following the documentation it says that we have...
Hello, community I would be grateful if you could help me with Payslips creation via Xero Api? OpenAPI specification doesnt provide such endpoint. I didn't find any answers to my...
When making a request to the Xero API, if the response is a 400 Bad Request, then an object is returned with an `Elements` array that contains `ValidationErrors`. This is...
NZ Payroll API: getEmployeePayTemplates method does not align with the overall method naming convention of the SDK, and differs from that of the same endpoint in the UK Payroll API....
If via the API you post a new invoice with a DiscountAmount of 0 when the UnitAmount is negative a validation error occurs: `The discount rate '0.00' is invalid. Discount...
For this specific S/O question, our spec says there can be 8 enums, but old docs just had the two.. (which looks correct) I tested trying to create with a...
We currently have a plural `createPayments` PUT action as well as a singular `createPayment` POST action. The singular POST action doesn't really serve any purpose over the plural PUT action,...
We have 13 **update** endpoints which include passing a unique ID. They all currently require passing an object that contains an array populated by a single object. This functions properly...