Batch Create Strategy Measures
post
/primeapi/restapi/strategyMeasure/batch
Send a request to this endpoint to create one or more strategy measures.
Request
Supported Media Types
- application/json
One or more strategy measure objects.
Root Schema : List<ApiEntityStrategyMeasure>
Type:
array
Title:
Show Source
List<ApiEntityStrategyMeasure>
Nested Schema : ApiEntityStrategyMeasure
Type:
Show Source
object
-
enabledFlag:
boolean
Indicates whether the strategy measure is enabled.
-
lastCalculatedDate(optional):
string(date-time)
The date on which the strategy measure was last calculated.
-
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.
-
strategyMeasureId(optional):
integer(int64)
The system-generated identifier of a strategy measure.
-
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
201 Response
The object was successfully created.
Nested Schema : ApiEntityStrategyMeasure
Type:
Show Source
object
-
enabledFlag:
boolean
Indicates whether the strategy measure is enabled.
-
lastCalculatedDate(optional):
string(date-time)
The date on which the strategy measure was last calculated.
-
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.
-
strategyMeasureId(optional):
integer(int64)
The system-generated identifier of a strategy measure.
-
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.
400 Response
Invalid input for the Strategy Measure service.