DataCubeControllerTestHierarchyPromotion Method

Tests to see whether a hierarchy promotion is compatible.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.2.0.1000)
Syntax
[HttpPutAttribute("TestHierarchyPromotion")]
[ProducesResponseTypeAttribute(403)]
[ProducesResponseTypeAttribute(410)]
[ProducesResponseTypeAttribute(440)]
[ProducesResponseTypeAttribute(500)]
[ProducesResponseTypeAttribute(503)]
public ActionResult<bool> TestHierarchyPromotion(
	[FromBodyAttribute] TestHierarchyPromotionOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsTestHierarchyPromotionOptions
The options required to perform the promotion.
sessionId (Optional)
Type: SystemNullableGuid
The current session ID.

Return Value

Type: ActionResultBoolean
The operation completed successfully. The payload contains a Boolean object.
See Also