POST api/Groups/Save
Request Information
URI Parameters
None.
Body Parameters
AddGroupBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | globally unique identifier |
None. |
|
| Name | string |
Required |
|
| MandantId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"GroupId": "a45554af-3c97-467f-8807-cf5937997dd7",
"Name": "sample string 2",
"MandantId": "e00b8165-056a-40fb-9948-18b226b40a4c"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.