POST api/Groups
Request Information
URI Parameters
None.
Body Parameters
GroupsConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Name | string |
None. |
|
| ADOrgUnity | string |
None. |
|
| ParentId | integer |
None. |
|
| ParentName | string |
None. |
|
| SiteId | integer |
None. |
|
| SiteDesc | string |
None. |
|
| Owner | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"Name": "sample string 2",
"ADOrgUnity": "sample string 3",
"ParentId": 1,
"ParentName": "sample string 4",
"SiteId": 5,
"SiteDesc": "sample string 6",
"Owner": 1
}
application/xml, text/xml
Sample:
<GroupsConfigModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GabineteDigital.Services.Models"> <ADOrgUnity>sample string 3</ADOrgUnity> <Name>sample string 2</Name> <Owner>1</Owner> <ParentId>1</ParentId> <ParentName>sample string 4</ParentName> <SiteDesc>sample string 6</SiteDesc> <SiteId>5</SiteId> <id>1</id> </GroupsConfigModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |