PayrollInputsRunCategories
Organizes and categorizes payroll input records by run category, enabling precise payroll runs based on defined processing rules.
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 |
The unique identifier for the payroll input run category instance, used to track and reference this specific entry within the system. |
| PayrollInputs_Id [KEY] | String | False |
The Workday ID (WID) for the associated PayrollInputs record that this run category is linked to, ensuring proper data relationships. |
| Descriptor | String | False |
The display name of the instance |
| EndDate_Prompt | Date | False |
Specifies the cutoff date for payroll inputs included in this category. Only payroll inputs that are active on or before this date will be considered. The date must be in the format YYYY-MM-DD. |
| PayComponent_Prompt | String | False |
The WID of the pay component associated with the payroll input. This filter can be used for payroll inputs by specific pay components. |
| StartDate_Prompt | Date | False |
Defines the beginning of the time period for filtering payroll inputs. Only inputs active on or after this date will be included. The date must be in the format YYYY-MM-DD. |
| Worker_Prompt | String | False |
The WID of the worker associated with this payroll input. This field can be used to retrieve payroll inputs for a specific worker. |