Moody’s strongly recommends that Risk Modeler and UnderwriteIQ tenants use the Platform APIs instead of the Risk Modeler APIs for all future projects.

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
Credentials
URL