Retrieves the full chart of accounts in Xero API
Input schema fields
Field Name | API Key | Type |
---|
Query | query | object | |
Where | query.where | string | |
Order | query.order | string | |
Headers | headers | object | |
Output schema fields
Field Name | API Key | Type | Description |
---|
Accounts | Accounts | array of items | |
Code | item.Code | string | Customer defined alpha numeric account code e.g 200 or SALES (max length = 10) |
Name | item.Name | string | Name of account (max length = 150) |
Account Id | item.AccountID | string | The Xero identifier for an account – specified as a string following the endpoint name e.g. /297c2dc5-cc47-4afd-8ec8-74990b8761e9 |
Type | item.Type | string | See Account Types |