PayrollInputsWorktags
Links payroll input records with relevant worktags to ensure proper accounting and reporting of payroll expenses.
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 |
A unique identifier for this payroll input worktag instance within Workday. |
| PayrollInputs_Id [KEY] | String | False |
The system-generated unique Workday ID (WID) for the Payroll Inputs record to which this worktag belongs. |
| Descriptor | String | False |
A brief summary or preview of this payroll input worktag instance, providing a readable identifier. |
| EndDate_Prompt | Date | False |
The final date for filtering payroll inputs, ensuring only payroll inputs active on or before this date are included. The date must be in the format YYYY-MM-DD. |
| PayComponent_Prompt | String | False |
The WID for the pay component associated with this payroll input. This ID can be retrieved from GET /values/payrollInputsGroup/payComponents. |
| StartDate_Prompt | Date | False |
The initial date for filtering payroll inputs, ensuring only payroll inputs active on or after this date are included. The date must be in the format YYYY-MM-DD. |
| Worker_Prompt | String | False |
The WID for the worker associated with this payroll input. This ID can be retrieved using GET /workers from the staffing service. |