Get Started with Redwood for Oracle Cloud HCM Begin Now
hcmRestApi - What is the difference between HCM REST Worker API and Employee API endpoints
For creating Employee in HCM CLoud through REST API, I could find two URIs mentioned in Oracle documentations
<<host>>/hcmRestApi/resources/11.13.18.05/emps --> POST will create Employee
<<host>>/hcmRestApi/resources/11.13.18.05/workers --> POST will create Employee
Did Oracle build these two different endpoints for any specific reason? Or Does both serve the same purpose, just the payload formats are different
What is the difference between these two? Is there any consideration when to choose which URI ?
0