get_payroll_results
Get payroll earnings and deductions for an employee. Filter by calendar run and element type.
Instructions
Get earnings and deductions results for an employee's payroll run.
:param employee_id: The employee ID (EMPLID)
:param calendar_run: Optional calendar run ID. If not provided, returns latest run.
:param element_type: Optional filter: 'earnings', 'deductions', or 'all' (default)
:return: Payroll results with earnings and deductions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employee_id | Yes | ||
| calendar_run | No | ||
| element_type | No |