GroupControllerCreateGroup Method

POST /Group/ Creates a group.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Index")]
public HttpResponseMessage CreateGroup(
	[FromBodyAttribute] GroupData groupOptions,
	Nullable<Guid> sessionId = null
)

Parameters

groupOptions
Type: Dundas.BI.WebApi.ModelsGroupData
The group information to be created and saved.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A GroupData object, or a status code indicating the problem.
See Also