Xero Payroll (Australia) Endpoint: PayRuns
Overview
The Xero PayRuns endpoint provides the list of pay runs.
As this endpoint cannot be filtered, it is optimised to pull payslips based on the model's Default Start Date and Default End Date. See Editing a model's details for more information. Alternatively, you can use the GetPayRun endpoint which is easier to optimise.
Fields
The following fields are available for the PayRuns endpoint.
- PayRunID
- A guid field that provides the id of the pay run.
- PayrollCalendarID
- A guid field that provides the payroll calendar id of the pay run.
- PayRunPeriodStartDate
- A date field that provides the start date of the pay run.
- PayRunPeriodEndDate
- A date field that provides the end date of the pay run.
- PaymentDate
- A date field that provides the payment date of the pay run.
- PayRunStatus
- A text field that provides the status of the pay run.
- Possible values are:
- DRAFT
- POSTED
- Wages
- A decimal field that provides the total wage amount of the pay run.
- Deductions
- A decimal field that provides the total deduction amount of the pay run.
- Tax
- A decimal field that provides the total tax amount of the pay run.
- Super
- A decimal field that provides the total superannuation amount of the pay run.
- Reimbursement
- A decimal field that provides the total reimbursement amount of the pay run.
- NetPay
- A decimal field that provides the net pay amount of the pay run.
- 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