CUC Forums

« Back to CUMI Questions

Marking messages as read

Combination View Flat View Tree View
Threads [ Previous | Next ]
We are working on our CUMI interface and have hit another issue I saw mentioned in a different thread but never answered. How do we mark the messages as Read=True after they are read? Ideally it would do that automatically so we're not fetching and playing the same messages over and over, but we could not find any way to set it as read.
 
Any guidance would be appreciated!

https://{server}:{port}/vmrest/messages/{messageid}?userobjectid={userobjectid}

Method Type : PUT

Request Header Settings:

Content-Type application/xml

· Accept application/xml

XML BODY:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Message>
<Read>true</Read>
</Message>