POST api/Groups/SaveUserGroup
Request Information
URI Parameters
None.
Body Parameters
SaveUserGroupBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserGroupId | globally unique identifier |
None. |
|
| GroupId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"UserGroupId": "d7575282-1e10-4a1c-9cbc-2d8259e9781c",
"GroupId": "cf8c725a-89c9-4897-b604-3ea209f670f0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.