PayrollInputsGroupWorktagsValues
Manages worktag-based payroll input groups, facilitating tracking and allocation of payroll costs to specific projects, grants, or departments.
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 record, which can be a Workday ID (WID), reference ID, or another system-generated ID. |
| Descriptor | String | A human-readable description of the record, providing context about the instance it represents. |
| CollectionToken | String | A system-generated token that identifies a collection of related records. This value can be used with the Collection_Prompt input to retrieve associated members of the collection. |
| Collection_Prompt | String | A value obtained from the CollectionToken column. When provided as input, it retrieves all related child records within the collection. |
| EndDate_Prompt | Date | Specifies the last date of the relevant position or worktag assignment. The date must be in the format YYYY-MM-DD. |
| PayComponent_Prompt | String | Represents the specific pay component associated with the worktags, such as salary, bonus, or allowance. |
| StartDate_Prompt | Date | Specifies the first date of the relevant position or worktag assignment. The date must be in the format YYYY-MM-DD. |
| Worker_Prompt | String | The WID of the worker associated with this record. This value can be retrieved from GET /workers in the Staffing service. |