Get Started with Redwood for Oracle Cloud HCM Begin Now
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:
Thank you in advance.
Tagged:
0