Use Case for Adding a Supervisor to an Employee

To add or update the supervisor of the employee, enter the internal ID of the supervisor in the request body.

          PATCH {{REST_SERVICES}}/record/v1/employee/<id>/
{
    "supervisor": "13"
} 

        

Related Topics

General Notices