put https://{host}/platform/riskdata/v1/exposures//portfolios//filtered-accounts
Adds the accounts in bulk to the specified portfolio.
This operation supports filtering of accounts based the value of a subset of properties. Depending on the property, you may use a combination of comparison operators, list operators, and logical operators.
A portfolio is a collection of accounts. Intelligent Risk Platform analyzes a portfolio of accounts as a unit and produces portfolio-level results.
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
}
