Xero Payroll (Australia) Endpoint: PayItemsLeaveTypes
Jump to navigation
Jump to search
Overview
The Xero PayItemLeaveTypes endpoint provides the list of leave pay items that can be used on payslips.
The full list of pay items can be access from the PayItems endpoint.
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 PayItemLeaveTypes endpoint.
- LeaveTypeID
- A guid field that provides the id of the pay item.
- Name
- A text field that provides the name of the pay item.
- TypeOfUnits
- A text field that provides the type of units of the pay item.
- NormalEntitlement
- A decimal field that provides the normal entitlement units.
- LeaveLoadingRate
- A decimal field that provides the leaving loading rate.
- IsPaidLeave
- A true/false field that indicates if the pay item is paid leave.
- ShowOnPayslip
- A true/false field that indicates if the pay item shows on payslips.
- 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