POST v1/notification/markread

Request Information

URI Parameters

None.

Body Parameters

NotificationMarkAsReadRequestDto
NameDescriptionTypeAdditional information
UserId

string

None.

NotificationId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "notificationId": "81e0147b-6b9c-4ffc-b3c3-918e03e45516"
}

application/xml, text/xml

Sample:
<NotificationMarkAsReadRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrionDAL.ApiModels.Version1">
  <NotificationId>81e0147b-6b9c-4ffc-b3c3-918e03e45516</NotificationId>
  <UserId>sample string 1</UserId>
</NotificationMarkAsReadRequestDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.