POST api/ActivateClient?groupName={groupName}&clientName={clientName}
Activate client in group
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
groupName |
Name of the group where the client is located in |
string |
Required |
clientName |
Unique name of the client inside the group () |
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.