Create a Project Rank

post

/api/restapi/projectRank

Send a request to this endpoint to create a project rank. An application object will be created using the JSON data provided in the request body.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root 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 : ApiEntityProjectRank
Type: object
Title: ApiEntityProjectRank
Show Source

400 Response

Invalid input.
Back to Top