Vorheriges Thema: CreateContractMetric

Nächstes Thema: GetContractMetricDetails

UpdateContractMetricDetails

Description

This method updates a specific metric’s details of the specified contract version.

Syntax

void UpdateContractMetricDetails (long contractVersionID, MetricData metricData);

Parameters

Name

Type

Description

ContractVersionId

long

The ID of the contract version.

metricData

MetricData

The data to use to update the metric.

Return Value

None.

Remarks

The ID of the metric to update is contained in the MetricData type class (see MetricData Classes).

The method validates the data sent to it and may throw a validation exception upon failure.