Update a Strategy Measure Manual Value
put
/api/restapi/strategyMeasureManualValue
Send a request to this endpoint to update a strategy measure manual value.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : ApiEntityStrategyMeasureValueXReferenceInput
Type:
object
Title:
ApiEntityStrategyMeasureValueXReferenceInput
This entity represents a StrategyMeasureValueXReference object, a unique StrategyMeasureValueXReference object can be identified by the following combinations of the fields.
Show Source
- strategyMeasureManualValueId
-
actualValue: number
(double)
The actual value of a strategy.
-
beginDate(required): string
(date-time)
The start date of a strategy.
-
endDate(required): string
(date-time)
The end date of a strategy.
-
measureId(required): integer
(int64)
The system-generated identifier of a measure.
-
strategyId(required): integer
(int64)
The system-generated identifier of a strategy.
-
strategyMeasureManualValueId: integer
(int64)
The system-generated identifier of a strategy.
-
targetValue: number
(double)
The target value of a strategy.
Examples
Back to Top
Response
204 Response
Successful operation with no content.
400 Response
Invalid input for the Strategy Measure Manual Value service.