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
Request Body - application/json ()
Root Schema : List<ApiEntityProjectRankInput>
Type: array
Title: List<ApiEntityProjectRankInput>
Show Source
Nested Schema : ApiEntityProjectRankInput
Type: object
Title: ApiEntityProjectRankInput
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

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

400 Response

Invalid input.
Back to Top