Batch Update Strategy Measure Manual Values
put
/primeapi/restapi/strategyMeasureManualValue/batch
Send a request to this endpoint to update one or more strategy measure manual values.
Request
Supported Media Types
- application/json
One or more strategy measure manual value objects.
Root Schema : List<ApiEntityStrategyMeasureValueXReference>
Type:
array
Title:
Show Source
List<ApiEntityStrategyMeasureValueXReference>
Nested 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
200 Response
A collection of object IDs mapped to a canonical link of the object. For example - {"links":{"1":"https://:/primeapi/restapi/
400 Response
Invalid input for the Strategy Measure Manual Value service.