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": "ae9bac96-3125-41c3-a2ce-a687cda763aa",
"GroupId": "495d39fb-db27-4505-9554-b787306d02e4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.