HierarchyEntityControllerGenerateHierarchy Method

POST /HierarchyEntity/Generate Generates a hierarchy from the given options.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Generate")]
public IActionResult GenerateHierarchy(
	[FromBodyAttribute] GenerateHierarchyOptions hierarchyOptions,
	Guid? sessionId = null
)

Parameters

hierarchyOptions
Type: Dundas.BI.WebApi.ModelsGenerateHierarchyOptions
The hierarchy options for generating a hierarchy.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: IActionResult
A HierarchyEntityData object, or a status code indicating the problem.
See Also