top_clients_chart.get
Returns the top clients chart data.
You call this method by submitting a HTTP GET request to the following URL :
https://screen-name.invoicexpress.net/api/charts/top_clients.xml
Parameters
Parameters are the data you pass with the call.
api_key
Your secret identifier. You find your API Key under Account Overview in the Account section.
Rules: Required
Return Values
This is the result that is passed back to you.
Success
<pie> <slice title="clientetesteinvoice" value="9102.44" description="€">9102.44</slice> <slice title="Benfica" value="4200.0" description="€">4200.00</slice> <slice title="cliente+xpto" value="3625.0" description="€">3625.00</slice> <slice title="987" value="1860.0" description="€">1860.00</slice> <slice title="123123123123123" value="1500.0" description="€">1500.00</slice> <slice title="Outros" value="8611" description="€">8611.0</slice> </pie>
Error
HTTP: 401 Access denied
The API Key parameter is missing or incorrect.
The API Key parameter is missing or incorrect.



