CubePerspectiveControllerUpdateCubePerspective Method

PUT /CubePerspective/{id} Updates a cube perspective.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
[HttpPutAttribute]
[ActionNameAttribute("Index")]
public IActionResult UpdateCubePerspective(
	[FromBodyAttribute] UpdateCubePerspectiveOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsUpdateCubePerspectiveOptions
The data of the cube perspective that needs to be modified.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
A CubePerspectiveData object containing the cube perspective data, or a status code indicating the problem.
See Also