Xero Payroll (Australia) Endpoint: PayItems

From OdataLink
Jump to navigation Jump to search

Overview

The Xero PayItems endpoint provides the list of pay items that can be used on payslips.

More detailed information for pay items can be accessed from the following endpoints:

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 PayItems endpoint.

PayItemID
A guid field that provides the id of the pay item.
Name
A text field that provides the name of the pay item.
Type
A text field that indicates the type of the pay item.
Possible values are:
  • EarningsRate
  • DeductionType
  • LeaveType
  • ReimbursementType


AccountCode
A text field that provides the account code linked to the pay item.
This field links with the Accounts endpoint of the Xero Accounting Model.
CurrentRecord
A true/false field that indicates if the pay item is active or not.
UpdatedDateUTC
A date time field that indicates the last time this record was updated.


Xero API

For a detailed run through of the endpoint, you can see the Xero API.


Related Fields

None


Related Endpoints

Accounts
EmployeesExpanded
LeaveApplications
PayItemsDeductionTypes
PayItemsEarningsRates
PayItemsLeaveTypes
PayItemsReimbursementTypes
Payslips


Related Topics

Xero Payroll (Australia) Models
Xero Payroll (Australia) Endpoints