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<ApiEntityStrategyMeasure>
Type: array
Title: List<ApiEntityStrategyMeasure>
Show Source
  • ApiEntityStrategyMeasure
    Title: ApiEntityStrategyMeasure
    This entity represents a StrategyMeasure object, a unique StrategyMeasure object can be identified by the following combinations of the fields.
    • strategyMeasureId
Nested Schema : ApiEntityStrategyMeasure
Type: object
Title: ApiEntityStrategyMeasure
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
  • ApiEntityStrategyMeasure
    Title: ApiEntityStrategyMeasure
    This entity represents a StrategyMeasure object, a unique StrategyMeasure object can be identified by the following combinations of the fields.
    • strategyMeasureId
Nested Schema : ApiEntityStrategyMeasure
Type: object
Title: ApiEntityStrategyMeasure
This entity represents a StrategyMeasure object, a unique StrategyMeasure object can be identified by the following combinations of the fields.
  • strategyMeasureId
Show Source

400 Response

Invalid input for the Strategy Measure service.
Back to Top