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": "24836ad3-fc3f-4d67-9b9a-7307abfa783c",
"Name": "sample string 2",
"MandantId": "8ec81720-994e-42ff-b8c1-08f45328d328"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.