Batch Create Strategy Measures

post

/api/restapi/strategyMeasure/batch

Send a request to this endpoint to create one or more strategy measures.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : List<ApiEntityStrategyMeasureInput>
Type: array
Title: List<ApiEntityStrategyMeasureInput>
Show Source
  • ApiEntityStrategyMeasureInput
    Title: ApiEntityStrategyMeasureInput
    This entity represents a StrategyMeasure object, a unique StrategyMeasure object can be identified by the following combinations of the fields.
    • strategyMeasureId
Nested Schema : ApiEntityStrategyMeasureInput
Type: object
Title: ApiEntityStrategyMeasureInput
This entity represents a StrategyMeasure object, a unique StrategyMeasure object can be identified by the following combinations of the fields.
  • strategyMeasureId
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : List<ApiEntityStrategyMeasure>
Type: array
Title: List<ApiEntityStrategyMeasure>
Show Source
Nested Schema : ApiEntityStrategyMeasure
Type: object
Title: ApiEntityStrategyMeasure
Show Source

400 Response

Invalid input for the Strategy Measure service.
Back to Top