POST api/NotificationMessage/AddNotificationMessage
Request Information
URI Parameters
None.
Body Parameters
AddNotificationMessageRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| InvestorId | integer |
None. |
|
| RequestID | globally unique identifier |
None. |
|
| NotificationTypeID | integer |
None. |
|
| NotificationChannelID | integer |
None. |
|
| NotificationStatusID | integer |
None. |
|
| MessageContext | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvestorId": 1,
"RequestID": "cc322d2d-e786-4188-8d25-9ccd27b1d9f4",
"NotificationTypeID": 2,
"NotificationChannelID": 3,
"NotificationStatusID": 4,
"MessageContext": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.