
Xero API Integration Profile
Information and guides about integrating with Xero API
Add Xero Integration to Your ProductCreates a new chart of accounts in Xero API
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Data | data | object | |
Code | data.Code | string | Customer defined alpha numeric account code e.g 200 or SALES (max length = 10) |
Name | data.Name | string | Name of account (max length = 150) |
Account Id | data.AccountID | string | The Xero identifier for an account – specified as a string following the endpoint name e.g. /297c2dc5-cc47-4afd-8ec8-74990b8761e9 |
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 |