This document describes the use of cPanel's XMLAPI calls within WebHost Manager (WHM)
For calls that perform an action:
<name_of_XMLAPI_call>
<result (status of the request) />
</name_of_XML_API_call>
For calls which only request data:
<name_of_XMLAPI_call>
<item (information about the item) />. (Where the item is the item request, i.e. a package, acct, etc)
</name_of_XML_API_call>
Calling this URL in WebHost Manager: /xml-api/setupreseller?user=bob&makeowner=1
will produce XML similar to:
<setupreseller>
<result status=``1'' statusmsg=``''/>
</setupreseller>
Copyright 2007 cPanel Inc.