POST api/SwitchActiveClient?groupName={groupName}&clientName={clientName}
Activate client in group
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| groupName | Name of the group, that holds the client | string | Required | 
| clientName | Name of the client, that should be the new active client | string | Required | 
Body Parameters
None.
Response Information
Resource Description
HTTP status code, that represents the operation result
ActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.