You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register
Get Started: AI Resources for Oracle Cloud HCM – Go Here

Progress with Redwood: Redwood Resources for Oracle Cloud HCM -  Go Here

Update an employee using web service

Dear All,

Can I update the employee assignment using this URL:

https://<Application_domain>/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}

and JSON body something like this:

{

  "workRelationships": [

    {

      "assignments": [

        {

          "ActionCode": "ASG_CHANGE",

          "GradeCode": null

        }

      ]

    }

  ]

}

Or is it obligatory to use this URL:

https://<domain_application>/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/child/assignments/{assignmentsUniqID}

Thank you in advance.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!