Xero Payroll (New Zealand) Endpoint: EmployeesPayTemplates
Overview
The Xero EmployeesPayTemplates endpoint provides the pay templates for employees. This endpoint is still a Work-In-Progress with Xero.
Note that this endpoint is not finalised by Xero and will include additional details in future updates.
Some information is also available via the EmployeesEarningsRates.
Fields
The following fields are available for the EmployeesPayTemplates endpoint.
- employeeID
- A guid field that provides the id of the linked employee.
- earningTemplates
- A table field that provides bank account details.
- See EarningTemplates Fields for more information.
EarningTemplates Fields
The EarningTemplates Fields include the following sub fields.
- payTemplateEarningID
- A guid field that provides the id of the pay template line.
- earningsRateID
- A guid field that provides the id of the earnings rate.
- name
- A text field that provides the name of the earnings rate.
- ratePerUnit
- A decimal field that provides the rate per unit if applicable.
- numberOfUnits
- A decimal field that provides the number of units if applicable.
- fixedAmount
- A decimal field that provides the fixed amount if applicable.
Xero API
For a detailed run through of the endpoint, you can see the Xero API.
Related Fields
- None
Related Endpoints