cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
125
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Angelina Talley on 19-10-2011 03:08:52 PM
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!

Subject: RE: Marking messages as read
Replied by: Jamie O'Leary on 09-11-2011 08:55:36 AM
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>
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links