MetricSetControllerAddScriptMeasure Method

POST /MetricSet/AddScriptMeasure/ Add a script measure to the metric set.

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("AddScriptMeasure")]
public IActionResult AddScriptMeasure(
	[FromBodyAttribute] AddScriptMeasureOptions options,
	Guid? sessionId = null
)

Parameters

options
Type: Dundas.BI.WebApi.ModelsAddScriptMeasureOptions
The options for adding a script measure to the metric set.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: IActionResult
A AnalysisElementUsageData object containing the result, or a status code indicating the error.
See Also