Mark Notification Read
Mark a particular notification message as read or unread.
PUT /fyi/notifications/{notificationID}
Request Object
Path Params
notificationId: String. Required
Code used to signify a specific notification to mark.
Python
Abap
Response Object
V: int.
Returns 1 to state message was acknowledged.
T: int.
Returns the time in ms to complete the edit.
P: Object.
Returns details about the notification read status.
R: int.
Returns if the message was read (1) or unread (0).
ID: String.
Returns the ID for the notification..

