PayrollInputsGroupRunCategoriesValues
Defines and categorizes payroll input groups based on run categories, allowing flexible payroll processing configurations.
Workday Resource Information
Retrieves instances that can be used as values for other endpoint parameters in this service.Columns
| Name | Type | Description |
| Id [KEY] | String | A unique identifier for the payroll input group run category value. This can be a Workday ID (WID), reference ID, or another system-generated ID. |
| Descriptor | String | The display name of the instance |
| CollectionToken | String | A system-generated token used to group related payroll input values, used with the Collection_Prompt input to retrieve all associated members. |
| Collection_Prompt | String | A reference to a CollectionToken value, allowing retrieval of all related payroll input values in the specified collection. |
| EndDate_Prompt | Date | The final date in the date range for payroll input applicability. The date must be in the format YYYY-MM-DD. |
| PayComponent_Prompt | String | The pay component associated with this payroll input group run category value. |
| StartDate_Prompt | Date | The first date for which this payroll input group run category value applies. The date must be in the format YYYY-MM-DD. |
| Worker_Prompt | String | The WID associated with this payroll input group run category can be retrieved using the GET /workers endpoint in the Staffing service. |