Name | Type | Description | Notes |
---|---|---|---|
staff_id | int | A list of staff IDs that you want to retrieve payroll information for. If you do not supply a `StaffId`, all active staff members return, ordered by staff ID. | [optional] |
start_date_time | \DateTime | The beginning of the date range for the payroll information to be returned. The maximum allowed date range is 14 days. * If you do not supply a `StartDateTime`, data returns for the seven days prior to the `EndDateTime` that you supply. * If you do not supply either a `StartDateTime` or an `EndDateTime`, the data returns for seven days prior to today’s date. | [optional] |
end_date_time | \DateTime | The end of the date range for the payroll information to be returned. The maximum allowed date range is 14 days.<br /> Default: Today’s date * If you do not supply an `EndDateTime`, the data returns for the period from the `StartDateTime` that you supply to today’s date. * If you do not supply an `EndDateTime` or a `StartDateTime`, data returns for the seven days prior to today’s date. | [optional] |
include_inactive_staff | bool | When `true`, payroll information returns for both active and inactive staff members.<br /> Default: false | [optional] |
limit | int | Number of results to include, defaults to 100 | [optional] |
offset | int | Page offset, defaults to 0. | [optional] |