Create a Strategy Measure
post
/primeapi/restapi/strategyMeasure
Send a request to this endpoint to create a strategy measure.
Request
Supported Media Types
- application/json
A strategy measure object.
Root 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.
Root 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.