POST api/TelegramInvestorNotificationPreferences
Request Information
URI Parameters
None.
Body Parameters
TelegramInvestorNotificationPreferencesRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| InvestorId | integer |
None. |
|
| TradeExecution | boolean |
None. |
|
| PortfolioUpdate | boolean |
None. |
|
| RiskAlert | boolean |
None. |
|
| DailyReport | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvestorId": 1,
"TradeExecution": true,
"PortfolioUpdate": true,
"RiskAlert": true,
"DailyReport": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.