POST api/UserGroup/Edit
客户端编辑用户分组,可以删除和排序
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
models | model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "UserGroups": [ { "UserGroupId": "ac11babe-41bd-45bd-af8e-8124dc127c68", "Name": "sample string 2", "SortNum": 3 }, { "UserGroupId": "ac11babe-41bd-45bd-af8e-8124dc127c68", "Name": "sample string 2", "SortNum": 3 }, { "UserGroupId": "ac11babe-41bd-45bd-af8e-8124dc127c68", "Name": "sample string 2", "SortNum": 3 } ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{ "Result": 1, "Message": "sample string 2", "Data": {}, "Version": "sample string 4" }