PMessageReply Class

Description

The PMessageReply class is used for posting a reply to a personal message. Simply build up a string in the style of either XML or JSON and POST it to the correct end point.

Property Type Description
ConID string The ID of the conversation.
Body string The body of the message.

Example XML

<PMessageReply xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <Body>Reply to test</Body>
   <ConID>196</ConID>
</PMessageReply>

Example JSON

{
  "ConID":196,
  "Body":"Reply to test"
}
 
cix.api/class.pmessagereply.txt · Last modified: 2008/10/20 17:09 by charlie
 
Except where otherwise noted, content on this wiki is licensed under the following license:Public Domain
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Debian Driven by DokuWiki