Batch Create Strategy Projects

post

/api/restapi/strategyProject/batch

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

Request

There are no request parameters for this operation.

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

Back to Top

Response

Supported Media Types

201 Response

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

400 Response

Invalid input for the Strategy Project service.
Back to Top