Batch Create Strategy Measure Manual Values

post

/api/restapi/strategyMeasureManualValue/batch

Send a request to this endpoint to create one or more strategy measure manual values.

Request

There are no request parameters for this operation.

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

Back to Top

Response

Supported Media Types

201 Response

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

400 Response

Invalid input for the Strategy Measure Manual Value service.
Back to Top