Difference between revisions of "Xero Payroll (Australia) Endpoint: Accounts"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
The Xero '''Accounts''' [[Xero Payroll (Australia) Endpoints|endpoint]] provides the list of accounts used for payroll purposes. | The Xero '''Accounts''' [[Xero Payroll (Australia) Endpoints|endpoint]] provides the list of accounts used for payroll purposes. | ||
To make full use of the data in this endpoint may require using [[Xero Accounting Models|endpoints belonging to a Xero Accounting Model]]. | |||
Line 12: | Line 12: | ||
;AccountID | ;AccountID | ||
:A [[Field Type: GUID|guid field]] that provides the id of the account. | :A [[Field Type: GUID|guid field]] that provides the id of the account. | ||
:This field links with the [[Xero Accounting Endpoint: Accounts|Accounts]] endpoint of the [[Xero Accounting | :This field links with the [[Xero Accounting Endpoint: Accounts|Accounts]] endpoint of the [[Xero Accounting Models|Xero Accounting Model]]. | ||
;Code | ;Code | ||
:A [[Field Type: Text|text field]] that provides the account code or number. | :A [[Field Type: Text|text field]] that provides the account code or number. | ||
:This field links with the [[Xero Accounting Endpoint: Accounts|Accounts]] endpoint of the [[Xero Accounting | :This field links with the [[Xero Accounting Endpoint: Accounts|Accounts]] endpoint of the [[Xero Accounting Models|Xero Accounting Model]]. | ||
;Name | ;Name |
Latest revision as of 20:00, 22 September 2021
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