Portfolio
Available Actions
HTTP Action | Endpoint | Request Parameters | Request Model | Response Model |
---|---|---|---|---|
GET | /v2/institution/{id}/portfolio |
id – institution id | ~ | Portfolio[] |
GET | /v2/portfolio/{id} |
id – institution id | ~ | Portfolio |
POST | /v2/portfolio |
~ | CreatePortfolio | Portfolio |
PATCH | /v2/portfolio/{id} |
id – institution id | UpdatePortfolio | Portfolio |
Models
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
|
1 2 3 4 5 6 7 8 9 |
|
1 2 3 4 5 6 7 8 |
|
Enums
1 2 3 4 |
|