Xero actions & endpoints
Last updated
Was this helpful?
Last updated
Was this helpful?
The Xero Integration with Rewst delivers a robust set of actions and endpoints for interacting with Xero. Below is a summary of each section, highlighting the diverse capabilities and opportunities provided through the Xero Integration:
GET
xero.com/api.xro/2.0/Accounts
List all accounts
GET
xero.com/api.xro/2.0/Accounts/{account_id}
Get account by ID
PUT
xero.com/api.xro/2.0/Accounts
Create an account
POST
xero.com/api.xro/2.0/Accounts/{account_id}
Update an account
GET
xero.com/api.xro/2.0/Employees
List all employees
GET
xero.com/api.xro/2.0/Employees/{employee_id}
Get a specific employee
POST
xero.com/api.xro/2.0/Employees
Create a new employee
GET
xero.com/api.xro/2.0/Employees/{employee_id}
Update an existing employee
GET
xero.com/<url_path>
Generic action for making authenticated requests against the Xero API
GET
xero.com/api.xro/2.0/Invoices
List all invoices
GET
xero.com/api.xro/2.0/Invoices/{invoice_id_or_number}
Get a specific invoice
POST
xero.com/api.xro/2.0/Invoices
Create a new invoice
POST
xero.com/api.xro/2.0/Invoices/{invoice_id_or_number}
Delete/Void an existing invoice
POST
xero.com/api.xro/2.0/Invoices/{invoice_id_or_number}
Update an existing invoice