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

Employee Use Cases
Use Case for Adding Employee Address
Use Case for Adding Subscriptions to an Employee
Use Case for Creating an Expense Report from an Employee Record
Use Case for Finding All Employee Records Under a Supervisor
Use Case for Retrieving Permissions Assigned to a Role
Use Case for Finding IDs of Roles Assigned to an Employee
Use Case for Finding the Name of a Role

General Notices