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": "4db6635a-06cb-49d7-945f-508ac4822890",
"Name": "sample string 2",
"MandantId": "2073230c-bb88-462c-af99-7a6f65bdb51e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.