PayrollInputsWorktags
Reads worktags entries from the PayrollInputs table
Workday Resource Information
Retrieves a payroll input with the specified ID.Secured by: Self-Service: Payroll Public API (Payroll Input), Worker Data: Payroll Public API (Payroll Input)
Scope: Core Payroll
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
Id of the instance |
| PayrollInputs_Id [KEY] | String | False |
The Wordkay ID of the PayrollInputs that contains this |
| Descriptor | String | False |
Supported for: SELECT, INSERT, UPDATE. A preview of the instance |
| EndDate_Prompt | Date | False |
The end date filter which returns payroll inputs that are active on or before the end date, using the date format yyyy-mm-dd. |
| PayComponent_Prompt | String | False |
Accepts multiple inputs. The Workday ID of the pay component for the payroll input. You can use a returned id from GET /values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | False |
The start date filter which returns payroll inputs that are active on or after the start date, using the date format yyyy-mm-dd. |
| Worker_Prompt | String | False |
Accepts multiple inputs. The Workday ID of worker for the payroll input. You can use a returned id from GET /workers in the Staffing service. |