Use Case for Adding Subscriptions to an Employee

To add subscriptions to the employee, use the PATCH command and add the subscription details in the request body.

          PATCH {{REST_SERVICES}}/record/v1/employee/1720/
{
    "subscriptions": {
        "items": [
            {
                "subscription": {
                    "id": "1"
                },
                "subscribed": true
            }
        ]
    }
} 

        

Related Topics

Employee Use Cases
Use Case for Adding a Supervisor to an Employee
Use Case for Adding Employee Address
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