PushNotification

Updates a user's notification read status.

Replaces "AVRCMSService/Notification/NTFSetNotificationReadStatus" service.

post/PushNotification/UpdateReadStatus

Headers

X-Versionstring

Request body

idinteger required

Notification identifier

isReadinteger required

Read status of notification message

Example request

{
  "id": 1,
  "isRead": 1
}

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.