HierarchyEntityControllerAddLevel Method

POST /HierarchyEntity/Level/ Adds a level to the hierarchy.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("Level")]
public HttpResponseMessage AddLevel(
	Guid id,
	[FromBodyAttribute] AddHierarchyLevelOptions options,
	Nullable<Guid> sessionId = null
)

Parameters

id
Type: SystemGuid
ID of the entity.
options
Type: Dundas.BI.WebApi.ModelsAddHierarchyLevelOptions
The options to use when adding the level.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A HierarchyEntityData object containing the updated hierarchy, or a status code indicating the problem.
See Also