PUT api/NotificationMessage/UpdateNotificationStatus
Request Information
URI Parameters
None.
Body Parameters
UpdateNotificationStatusRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| InvestorId | integer |
None. |
|
| RequestID | globally unique identifier |
None. |
|
| NotificationTypeID | integer |
None. |
|
| NotificationStatusID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvestorId": 1,
"RequestID": "e0c93717-7b67-4146-bd65-4497e6e8ac02",
"NotificationTypeID": 2,
"NotificationStatusID": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.