Updates a Strategy Measure Manual Value
put
/primeapi/restapi/strategyMeasureManualValue
Send a request to this endpoint to update a strategy measure manual value.
Request
Supported Media Types
- application/json
A strategy measure manual value object.
Root Schema : ApiEntityStrategyMeasureValueXReference
Type:
Show Source
object
-
actualValue:
number(double)
The actual value of a strategy.
-
beginDate:
string(date-time)
The start date of a strategy.
-
endDate:
string(date-time)
The end date of a strategy.
-
link(optional):
string(url)
Read Only:
true
-
measureId:
integer(int64)
The system-generated identifier of a measure.
-
strategyId:
integer(int64)
The system-generated identifier of a strategy.
-
strategyMeasureManualValueId(optional):
integer(int64)
The system-generated identifier of a strategy.
-
targetValue:
number(double)
The target value of a strategy.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Response
Supported Media Types
- application/json
204 Response
Successful operation with no content.
400 Response
Invalid input for the Strategy Measure Manual Value service.