PayrollInputsGroupPayComponentsValues
Aggregates and organizes pay component values for payroll input groups, ensuring accurate payroll calculations based on earnings, bonuses, and deductions.
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 | The unique identifier for the payroll input group pay component value. This can be a Workday ID (WID), an external ID, or a reference ID, used for system integration. |
| Descriptor | String | A human-readable description of the payroll input group pay component value, providing context about its purpose or relevance. |
| CollectionToken | String | The system-generated token used to retrieve members of a collection when working with hierarchical payroll data. |
| Collection_Prompt | String | A reference to a collection token value that allows retrieval of all child elements in a collection. This is useful for navigating hierarchical payroll data structures. |
| EndDate_Prompt | Date | Specifies the last effective date for the payroll input group pay component value in the format YYYY-MM-DD. This determines when the pay component is no longer applicable. |
| PayComponent_Prompt | String | Identifies the pay component associated with this payroll input group. This can refer to elements such as bonuses, base pay, or deductions. |
| StartDate_Prompt | Date | Defines the first effective date for the payroll input group pay component value in the format YYYY-MM-DD. This determines when the pay component becomes applicable. |
| Worker_Prompt | String | The WID of the worker associated with this payroll input, linking the payroll component to a specific employee. |