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
- application/json
Root Schema : List<ApiEntityStrategyProjectInput>
Type:
arrayTitle:
Show Source
List<ApiEntityStrategyProjectInput>-
Array of:
object ApiEntityStrategyProjectInput
Title:
ApiEntityStrategyProjectInputThis entity represents a StrategyProject object, a unique StrategyProject object can be identified by the following combinations of the fields.- strategyProjectId
Nested Schema : ApiEntityStrategyProjectInput
Type:
objectTitle:
ApiEntityStrategyProjectInputThis entity represents a StrategyProject object, a unique StrategyProject object can be identified by the following combinations of the fields.
Show Source
- strategyProjectId
-
percentAlignment: number
(double)
The degree of alignment the project has to the strategy node. A single project can be aligned to multiple strategy nodes.
-
projectCode: string
Minimum Length:
1Maximum Length:60The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The system-generated identifier of a project.
-
strategyId: integer
(int64)
The system-generated identifier of a strategy.
-
strategyProjectId: integer
(int64)
The system-generated identifier of a project associated with a strategy.
Examples
Back to Top
Response
Supported Media Types
- application/json
201 Response
The object was successfully created.
Root Schema : List<ApiEntityStrategyProject>
Type:
arrayTitle:
Show Source
List<ApiEntityStrategyProject>-
Array of:
object ApiEntityStrategyProject
Title:
ApiEntityStrategyProject
Nested Schema : ApiEntityStrategyProject
Type:
objectTitle:
Show Source
ApiEntityStrategyProject-
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
percentAlignment: number
(double)
The degree of alignment the project has to the strategy node. A single project can be aligned to multiple strategy nodes.
-
projectCode: string
Minimum Length:
1Maximum Length:60The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The system-generated identifier of a project.
-
projectName: string
Minimum Length:
1Maximum Length:255The name of the project. -
strategyId: integer
(int64)
The system-generated identifier of a strategy.
-
strategyProjectId: integer
(int64)
The system-generated identifier of a project associated with a strategy.
-
updateDate: string
(date-time)
Date when the record was last updated.
400 Response
Invalid input for the Strategy Project service.