Saf-t PT Suportado

InvoiceXpress API

invoicing_chart.get

Returns the invoicing chart data.

You call this method by submitting a HTTP GET request to the following URL :

https://screen-name.invoicexpress.net/api/charts/invoicing.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

<chart>
 <series>
  <value xid="0">Fev</value>
  <value xid="1">Mar</value>
  <value xid="2">Abr</value>
  <value xid="3">Mai</value>
  <value xid="4">Jun</value>
  <value xid="5">Jul</value>
 </series>
 <graphs>
  <graph gid="invoicing">
   <value xid="0">4.0</value>
   <value xid="1">2.0</value>
   <value xid="2">-1.0</value>
   <value xid="3">6.0</value>
   <value xid="4">11.0</value>
   <value xid="5">0.0</value>
  </graph>
 </graphs>
</chart>

Error

HTTP: 401 Access denied
The API Key parameter is missing or incorrect.