PayrollInputsGroupPositionsValues
Maintains position-related payroll inputs, providing insight into pay details associated with specific job roles within an organization.
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 position value. This can be a Workday ID (WID), a reference ID, or another system-generated ID. |
| Descriptor | String | The display name of the instance |
| CollectionToken | String | A system-generated token used for retrieving hierarchical collections of data. When present, used with the collection prompt input to fetch all associated members of a collection. |
| Collection_Prompt | String | A reference to a CollectionToken value. By providing this input, users can retrieve all child records associated with the specified collection, ensuring hierarchical data retrieval in structured queries. |
| EndDate_Prompt | Date | The date indicating when the specified position ends. This is formatted as YYYY-MM-DD and is essential for defining the validity period of the payroll input. Any positions beyond this date are considered inactive. |
| PayComponent_Prompt | String | The specific pay component associated with the payroll input group. This could refer to different elements such as bonuses, allowances, or base salary components. |
| StartDate_Prompt | Date | The date indicating when the specified position becomes active. This is formatted as YYYY-MM-DD and determines when payroll inputs start applying to the associated worker. |
| Worker_Prompt | String | The unique WID of the worker to whom the payroll input applies. This ID links the payroll data to an individual worker record. |