PUT residentapi/alertmessages

Updates the "ReadOn" flag to true for the provided alert messages

Request Information

URI Parameters

None.

Body Parameters

(Required) Alert messages which contains the messageIds to be updated

Collection of AlertMessageUpdate
NameDescriptionTypeAdditional information
MessageId

MessageId. UniqueIdentifier for the message.

integer

Required

Request Formats

application/json, text/json

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

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.