Join our accounting partner program to win new business and add value to your existing clients.
I simply love Clearbooks, I find it very 'clear'...
- Alchemy Keys LtdTo send a request you must post an XML request to:
https://secure.clearbooks.co.uk/api/soap/
The WSDL url for the SOAP interface is at:
https://secure.clearbooks.co.uk/api/wsdl/
The content type of the request must be text/xml. This can be done by setting the request HTTP header:
Content-Type: text/xmlAll requests require you to include an api key for your account, which you can view from Settings > Organisation.
To do this, include a SOAP header:
1 2 3 | <env:Header> <cb:authenticate apiKey="yourApiKey" /> </env:Header> |
If you would like additional functionality, please get in touch with us to suggest the features you would like and we will take them into consideration.