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 with Redwood for Oracle Cloud HCM   Begin Now

Update an employee using web service

Accepted answer
32
Views
2
Comments

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!