POST api/SwitchActiveClient?groupName={groupName}&clientName={clientName}

Activate client in group

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

ActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.