Development Guides

Portfolio Model Assignment

The endpoint { PUT /api/v2/Portfolio/Portfolios/action/assignModel } – Accepts an array of Eclipse portfolioId and Eclipse modelId combinations. The call to Eclipse will assign the model to the Portfolio. Then if the assignment it to a single account portfolio along with the preference “Sync Model Assignments To Orion Connect For Single Account Portfolios” set to true, the model assignment will sync to Orion Connect.

Fields:

portfolioId {INT} – identifier for Portfolio in Eclipse

modelId {INT} – identifier for Model in Eclipse

Request Body:

[
  {
    "portfolioId": 0,
    "modelId": 0
  }
]