DataCubeControllerSaveResultConnector Method

POST /DataCube/ResultConnectorElement/ 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 (10.0.0.1002)
Syntax
[HttpPostAttribute]
[ActionNameAttribute("ResultConnectorElement")]
public IActionResult SaveResultConnector(
	[FromBodyAttribute] SaveAnalysisElementOptions options,
	Guid? sessionId = null
)

Parameters

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

Return Value

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