MetricSetControllerUpdateScriptMetricSet Method

PUT /MetricSet/UpdateScriptMetricSet/ Update a script metric set.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntax
[HttpPutAttribute]
[ActionNameAttribute("UpdateScriptMetricSet")]
public HttpResponseMessage UpdateScriptMetricSet(
	[FromBodyAttribute] UpdateScriptMetricSetOptions option,
	Nullable<Guid> sessionId = null
)

Parameters

option
Type: Dundas.BI.WebApi.ModelsUpdateScriptMetricSetOptions
The option class containing the information to update.
sessionId (Optional)
Type: SystemNullableGuid
Current session ID.

Return Value

Type: HttpResponseMessage
A MetricSetData Object containing the updated script measure.
See Also