POST api/TelegramInvestorNotificationPreferences

Request Information

URI Parameters

None.

Body Parameters

TelegramInvestorNotificationPreferencesRequest
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.