userMessageUpdateRequest
Extends: | authRequest |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
XML
Elements
name (type) | min/max occurs |
description |
---|---|---|
messageId (int) | 1/1 | The message id of the message which should be updated. |
read (boolean) | 0/1 | True if the message was already read otherwise the message is marked unread. |
locked (boolean) | 0/1 | True if the message should be marked as locked read otherwise the message is marked unlocked. |
JSON
property | type | description |
---|---|---|
messageId | messageId (int) | The message id of the message which should be updated. |
read | read (boolean) | True if the message was already read otherwise the message is marked unread. |
locked | locked (boolean) | True if the message should be marked as locked read otherwise the message is marked unlocked. |