payroll_payroll_adjustments_list
Retrieve and filter payroll adjustment records for specific employees within date ranges to manage compensation changes and ensure accurate payroll processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employeeIds | No | Comma-delimited employee IDs | |
| postedOnOrAfter | No | Filter adjustments posted on or after this UTC timestamp | |
| postedOnOrBefore | No | Filter adjustments posted on or before this UTC timestamp | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response |