Open this page in the API Guide

DataCubeController.SaveResultConnector Method

Updates the result connector element with the options sent.

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

Parameters

options
Type: Dundas.BI.WebApi.Models.SaveAnalysisElementOptions
The options required to perform the save.
sessionId (Optional)
Type: System.Nullable<Guid>
The current session ID.

Return Value

Type: ActionResult<DataCubeData>
The operation completed successfully. The payload contains a DataCubeData object.
See Also