Difference between revisions of "Xero Payroll (UK) Endpoint: Accounts"
Jump to navigation
Jump to search
(Created page with "== Overview == The Xero '''Accounts''' endpoint provides the list of accounts used for payroll purposes. To make full use of the data in this...") |
|||
Line 27: | Line 27: | ||
== Xero API == | == Xero API == | ||
For a detailed run through of the endpoint, you can see the [https://developer.xero.com/documentation/api/ | For a detailed run through of the endpoint, you can see the [https://developer.xero.com/documentation/api/payrolluk/settings Xero API]. | ||
Latest revision as of 00:14, 15 December 2023
Overview
The Xero Accounts endpoint provides the list of accounts used for payroll purposes.
To make full use of the data in this endpoint may require using endpoints belonging to a Xero Accounting Model.
Fields
The following fields are available for the Accounts endpoint.
- accountID
- A guid field that provides the id of the account.
- This field links with the Accounts endpoint of the Xero Accounting Model.
- code
- A text field that provides the account code or number.
- This field links with the Accounts endpoint of the Xero Accounting Model.
- name
- A text field that provides the name of the account.
- type
- A text field that provides the account type of the account.
Xero API
For a detailed run through of the endpoint, you can see the Xero API.
Related Fields
- None
Related Endpoints