PayrollInputsInputDetails
Stores detailed breakdowns of payroll input records, including itemized earnings, deductions, and tax components applied to each payroll entry.
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 |
A unique identifier for this payroll input detail links records, tracks changes, and ensures data consistency in payroll processing. |
| PayrollInputs_Id [KEY] | String | False |
The generated Workday ID (WID) for the parent PayrollInputs record that this entry belongs to. |
| Type_Descriptor | String | False |
A human-readable description providing an overview of the type of payroll input associated with this record. |
| Type_Id | String | False |
The unique identifier representing the specific type of payroll input within the system. |
| Type_Name | String | False |
An alternate identifier that corresponds to the related pay component or its associated calculation, used for payroll processing. |
| Value | Decimal | False |
The numeric value assigned to this payroll input detail, typically representing an amount, rate, or percentage. |
| EndDate_Prompt | Date | False |
Specifies the cutoff date for payroll inputs. Only inputs active on or before this date will be returned. The date must be in the format YYYY-MM-DD. |
| PayComponent_Prompt | String | False |
The generated WID for the pay component linked to this payroll input. |
| StartDate_Prompt | Date | False |
Specifies the starting date for filtering payroll inputs. Only payroll inputs that are active on or after this date will be returned. The date must be in the format YYYY-MM-DD. |
| Worker_Prompt | String | False |
The generated WID for the worker associated with this payroll input. This ID can be retrieved from the Staffing service API at GET /workers. |