JobChangesContract
Retrieves contract-related details for a job change, including modifications to employment agreements or terms.
Table Specific Information
Select
The Workday provider requires filtering on JobChange_Id in order to perform the query.
For example:
SELECT * FROM JobChangesContract WHERE JobChange_Id = '1234';
Workday Resource Information
Returns the contract options for the specified job change ID.The {subResourceID} path parameter must be the same as the {ID} value.
Secured by: Staffing Actions: Contract Details
Scope: Staffing
Columns
| Name | Type | ReadOnly | Description |
| JobChange_Id [KEY] | String | False |
A system-generated unique identifier for the job change process, required in all queries to track employment modifications. |
| AssignmentDetails | String | False |
The updated details of the contract assignment for the contingent worker as of the effective date, ensuring accurate record-keeping. |
| ContractEndDate | Datetime | False |
The official end date of the contingent worker's contract, recorded as part of the job change process for proper workforce planning. |
| ContractPayRate_Currency | String | False |
The currency in which the new contract pay rate is specified for the contingent worker, ensuring consistency in compensation records. |
| ContractPayRate_Value | Decimal | False |
The revised contract pay rate for the contingent worker as of the effective date, reflecting any salary updates or renegotiations. |
| Currency_Descriptor | String | False |
A user-friendly label describing the currency in which the contract pay rate is denominated, helping users interpret payment details. |
| Currency_Href | String | False |
A direct Uniform Resource Locator (URL) to the currency record in Workday, allowing quick reference and verification of currency details. |
| Currency_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the currency, used for system tracking and financial reporting. |
| Frequency_Descriptor | String | False |
A brief, user-friendly description of the pay frequency associated with the contingent worker’s contract, clarifying payroll intervals. |
| Frequency_Href | String | False |
A direct URL to the pay frequency record in Workday, enabling easy access and updates. |
| Frequency_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the pay frequency, ensuring proper classification within payroll systems. |
| PurchaseOrder_Descriptor | String | False |
A concise, human-readable summary of the purchase order linked to the contract, providing context for procurement and payments. |
| PurchaseOrder_Href | String | False |
A direct URL to the purchase order record in Workday, allowing users to access and review contract-related procurement details. |
| PurchaseOrder_Id | String | False |
A unique identifier (WID, ID, or reference ID) assigned to the purchase order, ensuring accurate tracking of contract-related transactions. |