Portfolio Monitoring
Create Portfolio Notification Policy
Create a notification policy for the portfolio.
post/portfolio/notification_policies
Request body
Example request
{
"type": "email",
"attributes": [
"officers"
],
"recipients": [
"user@example.com",
"admin@example.com"
]
}Response
Response
Example response
{
"type": "email",
"attributes": [
"officers"
],
"recipients": [
"user@example.com",
"admin@example.com"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.