Create a Project Collection

post

/primeapi/restapi/projectCollections

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

Request

Supported Media Types
Body ()
The Project Collection to be created.
Root Schema : ApiEntityProjectPortfolio
Type: object
Show Source
Nested Schema : TimezoneSensitiveDateTime
Type: object
Show Source
Nested Schema : projectPortfolioItems
Type: array
Unique Items Required: true
The items stored in the portfolio.
Show Source
Nested Schema : ApiEntityProjectPortfolioItem
Type: object
Show Source

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityProjectPortfolio
Type: object
Show Source
Nested Schema : TimezoneSensitiveDateTime
Type: object
Show Source
Nested Schema : projectPortfolioItems
Type: array
Unique Items Required: true
The items stored in the portfolio.
Show Source
Nested Schema : ApiEntityProjectPortfolioItem
Type: object
Show Source

400 Response

Invalid input.