Batch Create Capital Portfolio Members

post

/api/restapi/capitalPortfolioMember/batch

Send a request to this endpoint to create one or more capital portfolio members. 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<ApiEntityCapitalPortfolioMemberInput>
Type: array
Title: List<ApiEntityCapitalPortfolioMemberInput>
Show Source
  • ApiEntityCapitalPortfolioMemberInput
    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
Nested 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