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": "60e7158d-f53f-41f3-86d3-4d7a591e6f73",
"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.