Manage filtered accounts by portfolio

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 
}
Language
Authorization
URL