XML-RPC RequestXML-RPC requests are specially formatted XML data posted to a URL. You can find out more about XML-RPC at www.xmlrpc.com/. The XML-RPC Endpoint URL is http://api.simpleupc.com/v1.php. To request the SimpleUPC service, send a request like this:
<request>
<auth>Your API Key</auth>
<method>MethodName</method>
<params>
<paramName>paramValue</paramName>
<paramName2>paramValue2</paramName2>
<params>
<returnformat>optional</returnformat>
</request>
Notes: |