POST api/Mail
Request Information
URI Parameters
None.
Body Parameters
Group| Name | Description | Type | Additional information |
|---|---|---|---|
| GroupId | globally unique identifier |
None. |
|
| MandantId | globally unique identifier |
None. |
|
| Name | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GroupId": "f2349289-b315-4e6a-bdb8-b84d1900c8e2",
"MandantId": "ac46656a-9ec1-4363-b5e5-2aa72871c9ec",
"Name": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.