POST v6/notification/markRead

Request Information

URI Parameters

None.

Body Parameters

Collection of SharedRecordIdModelv6
NameDescriptionTypeAdditional information
RecordId

integer

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "recordId": 1
  },
  {
    "recordId": 1
  }
]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.