PUT api/NotificationMessage/UpdateNotificationStatus

Request Information

URI Parameters

None.

Body Parameters

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.