JDBC Driver for Workday

Build 23.0.8839

WorkersOrganizationAssignmentChanges

Initiates an organization assignment change for a specific worker.

Workday Resource Information

Initiates an organization assignment change for a specific worker.
Call this method to start a new change organization assignment event, which returns a new change organization assignment ID. Use the new ID to reference the change organization assignment event in subsequent methods that update or get information about the same event.

The same Workday UI validations apply with this POST method. The updates in this POST method do not persist until you call POST /organizationAssignmentChanges/{ID}/submit.

In the request body, specify at least this required field: date, worker {id}, job {id}

To retrieve a worker ID, call the GET /values/organizationAssignmentChangesGroup/workers prompt endpoint with the effectiveDate query parameter. It returns HREF links to workers by category. You can filter the results by effectiveDate. By default, it returns workers on the current date. Only workers without blocking events or available for organization assignment change for the current user are returned.

To retrieve a job ID, call the /values/organizationAssignmentChangesGroup/jobs prompt endpoint with the worker query parameter. It returns all positions for the worker with current user access to do an organization assignment change . You can filter the results by effectiveDate. By default, it returns positions on the current date.

Secured by: Change Organization Assignment (REST)

Scope: Organizations and Roles

Input

Name Type Description
Workers_Id String The ID of the resource to execute this process on
Date Datetime The date this business process takes effect.
Descriptor String A preview of the instance
Id String Id of the instance
Position_Id String wid / id / reference id

Result Set Columns

Name Type Description
Id String Id of the instance
Date Datetime The date this business process takes effect.
Descriptor String A preview of the instance
Position_Descriptor String A description of the instance
Position_Href String A link to the instance
Position_Id String wid / id / reference id

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839