Batch Create Project Ranks
post
/api/restapi/projectRank/batch
Send a request to this endpoint to create one or more project ranks. An application object will be created for each JSON object provided in the request body.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Root Schema : List<ApiEntityProjectRankInput>
Type:
arrayTitle:
Show Source
List<ApiEntityProjectRankInput>-
Array of:
object ApiEntityProjectRankInput
Title:
ApiEntityProjectRankInputThis entity represents a ProjectRank object, a unique ProjectRank object can be identified by the following combinations of the fields.- projectRankId
Nested Schema : ApiEntityProjectRankInput
Type:
objectTitle:
ApiEntityProjectRankInputThis entity represents a ProjectRank object, a unique ProjectRank object can be identified by the following combinations of the fields.
Show Source
- projectRankId
-
evaluationCategoryId(required): integer
(int64)
Evaluation category ID.
-
evaluationRankId(required): integer
(int64)
The ranking for the evaluation category.
-
evaluationSubCategoryId(required): integer
(int64)
Evaluation subcategory ID.
-
projectId(required): integer
(int64)
The system-generated identifier of the project.
-
projectRankId: integer
(int64)
The system-generated identifier of the project rank.
Examples
Back to Top
Response
Supported Media Types
- application/json
201 Response
The object was successfully created.
Root Schema : List<ApiEntityProjectRank>
Type:
arrayTitle:
Show Source
List<ApiEntityProjectRank>-
Array of:
object ApiEntityProjectRank
Title:
ApiEntityProjectRank
Nested Schema : ApiEntityProjectRank
Type:
objectTitle:
Show Source
ApiEntityProjectRank-
categoryScore: number
(double)
Category score.
-
evaluationCategoryId: integer
(int64)
Evaluation category ID.
-
evaluationRankId: integer
(int64)
The ranking for the evaluation category.
-
evaluationSubCategoryId: integer
(int64)
Evaluation subcategory ID.
-
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
projectId: integer
(int64)
The system-generated identifier of the project.
-
projectRankId: integer
(int64)
The system-generated identifier of the project rank.
-
subCategoryScore: number
(double)
The evaluation score of a project per category and sub-category.
The sub-category score formula is calculated as the selected Rank Weight % multiplied by the given sub-category Weight % divided by 100.
The category score formula is calculated as the sum of the sub-category Scores. If a given sub-category does not have a score, its score is 0. -
updateDate: string
(date-time)
Date when the record was last updated.
400 Response
Invalid input.