clients.list
Returns all your clients.
You call this method by submitting a HTTP GET request to the following URL :
https://screen-name.invoicexpress.net/clients.xml
Parameters
Parameters are the data you will 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
<?xml version="1.0" encoding="UTF-8"?>
<clients>
<client>
<id>63</id>
<name>test client the one</name>
<email>bruce.norris@rupeal.com</email>
<address>that cool place </address>
<postal_code>1000-100 Cool Place</postal_code>
<country>Germany</country>
<fiscal_id>123123123</fiscal_id>
<website>http://www.brucenorris.com</website>
<phone>100258745854</phone>
<fax>100258745855</fax>
<prefered_contact>
<name>The One</name>
<email>bruce.norris.personal@mail.com</email>
<phone>25879554845458</phone>
</prefered_contact>
<observations>pay fast please</observations>
<send_options>1</send_options>
<!-- 1 - Original -->
</client>
<client>
<id>64</id>
<name>cliente novo</name>
<email></email>
<address>rua do alecrim</address>
<postal_code></postal_code>
<fiscal_id>123456789</fiscal_id>
<website></website>
<phone></phone>
<fax></fax>
<prefered_contact>
<name></name>
<email></email>
<phone></phone>
</prefered_contact>
<observations></observations>
<send_options>2</send_options>
<!-- 2 - Original and Duplicate -->
</client>
</clients>
Errors
HTTP: 401 Access denied
The API Key parameter is missing or incorrect.
The API Key parameter is missing or incorrect.
