StarAdd Class

Description

The StarAdd class contains the information required to star a 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
Forum string The name of the forum.
Topic string The name of the topic.
MsgID int The message ID of the message.

Example XML

<PostMessage xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <Forum>charlietest</Forum>
   <MsgID>10</MsgID>
   <Topic>newtest</Topic>
</PostMessage>

Example JSON

{
  "Forum":"charlietest",
  "Topic":"newtest",
  "MsgID":10
}
 
cix.api/class.staradd.txt · Last modified: 2011/07/16 23:18 by 82.68.87.6
 
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