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": "5637c004-a1d0-4de7-be65-299fdce5f2cc",
"Name": "sample string 2",
"MandantId": "5e6ee523-9a84-4d76-bfdd-4bda6e64588f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.