FriendDetailAdd Class

Description

The FriendDetailAdd class is used for attaching additonal details to a friend. Simply build up a string in the style of either XML or JSON and POST it to the correct end point.

Property Type Description
FriendName string The name of the friend to add details to.
Detail string The detail to add.

Example XML

<FriendDetailAdd xmlns="http://cixonline.com" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
   <Detail>We work at CIX</Detail>
   <FriendName>charlie</FriendName>
</FriendDetailAdd>

Example JSON

{
  "FriendName":"charlie",
  "Detail":"We work at CIX"
}
 
cix.api/class.frienddetailadd.txt · Last modified: 2008/10/20 13:25 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