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": "5e07d98d-1149-4cb7-9c43-3ad73025de59",
"Name": "sample string 2",
"MandantId": "819bddf6-12dd-424c-acb8-a8f11b004cbe"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.