RESTful API

Below you can find a list of API calls that are available for you.

Settings

Web client settings


/customer

/customer?call=getAll
Get the ids of all customers
/customer?call=getById
Get a customer by his ID


/invoice

/invoice?call=getById
Get an invoice by his ID
/invoice?call=getPdf
Get the PDF document of an invoice by his ID


/supplier

/supplier?call=getAll
Get the ids of all suppliers
/supplier?call=getById
Get a supplier by his ID


/tag

/tag?call=getAll
Get the ids of all tags
/tag?call=getById
Get a tag by his ID