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
- application/json
Root Schema : List<ApiEntityCapitalPortfolioMemberInput>
Type:
arrayTitle:
Show Source
List<ApiEntityCapitalPortfolioMemberInput>-
Array of:
object ApiEntityCapitalPortfolioMemberInput
Title:
ApiEntityCapitalPortfolioMemberInputThis 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:
objectTitle:
ApiEntityCapitalPortfolioMemberInputThis entity represents a CapitalPortfolioMember object, a unique CapitalPortfolioMember object can be identified by the following combinations of the fields.
Show Source
- portfolioId
- name,workspaceId
- name,workspaceCode
-
capitalPortfolioId(required): integer
(int64)
The unique identifier of a portfolio.
-
capitalPortfolioMemberId: integer
(int64)
The unique identifier of a portfolio member.
-
capitalPortfolioName: string
Minimum Length:
1Maximum Length:255The name of a portfolio. -
memberPortfolioId(required): integer
(int64)
The unique identifier of a portfolio associated to a portfolio member.
-
memberPortfolioName: string
Minimum Length:
1Maximum Length:255The name of a portfolio associated to a portfolio member. -
memberPortfolioWorkspaceCode: string
Minimum Length:
0Maximum Length:60The user-specified identifier of a workspace. -
memberPortfolioWorkspaceId: integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
-
workspaceCode: string
Minimum Length:
0Maximum Length:60The code of the workspace associated to a portfolio member. -
workspaceId: integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
Examples
Back to Top
Response
Supported Media Types
- application/json
201 Response
The object was successfully created.
Root Schema : List<ApiEntityCapitalPortfolioMember>
Type:
arrayTitle:
Show Source
List<ApiEntityCapitalPortfolioMember>-
Array of:
object ApiEntityCapitalPortfolioMember
Title:
ApiEntityCapitalPortfolioMember
Nested Schema : ApiEntityCapitalPortfolioMember
Type:
objectTitle:
Show Source
ApiEntityCapitalPortfolioMember-
capitalPortfolioId: integer
(int64)
The unique identifier of a portfolio.
-
capitalPortfolioMemberId: integer
(int64)
The unique identifier of a portfolio member.
-
capitalPortfolioName: string
Minimum Length:
1Maximum Length:255The name of a portfolio. -
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
memberPortfolioId: integer
(int64)
The unique identifier of a portfolio associated to a portfolio member.
-
memberPortfolioName: string
Minimum Length:
1Maximum Length:255The name of a portfolio associated to a portfolio member. -
memberPortfolioWorkspaceCode: string
Minimum Length:
0Maximum Length:60The user-specified identifier of a workspace. -
memberPortfolioWorkspaceId: integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
-
updateDate: string
(date-time)
Date when the record was last updated.
-
workspaceCode: string
Minimum Length:
0Maximum Length:60The code of the workspace associated to a portfolio member. -
workspaceId: integer
(int64)
The unique identifier for the workspace.The workspace object can also be identified by its unique criteria.
400 Response
Invalid input for the capital portfolio member service.