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

General Notices