Create a Capital Portfolio Member

post

/api/restapi/capitalPortfolioMember

Send a request to this endpoint to create a capital portfolio member. 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 : ApiEntityCapitalPortfolioMemberInput
Type: object
Title: ApiEntityCapitalPortfolioMemberInput
This entity represents a CapitalPortfolioMember object, a unique CapitalPortfolioMember object can be identified by the following combinations of the fields.
  • portfolioId
  • name,workspaceId
  • name,workspaceCode
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

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

400 Response

Invalid input for the capital portfolio member service.
Back to Top