put
https://{host}/riskmodeler/v1/portfolios//filteredaccounts
Adds accounts in bulk to a portfolio.
The required id path parameter and datasource query parameter identify a portfolio.
Parameters specified in the body of the request enable you to identify accounts to add to the portfolio.
{
"selectAll": false,
"markedAccounts": [
45,
46,
47
],
"queryFilter": "",
"manageExistingAccounts": false
}
202Accepted: A job with the specified ID has been added to the workflow engine queue for processing. Send periodic HTTP GET requests to the URI for the job status. See Workflow Engine Jobs.
