API Actions

Get Data API (GET)
Data can be retrieved using the GET method. This is the technique you also use when you simply pass a URL in a web browser. So, for example, you can spe...
Lun, 14 Août, 2023 à 3:56 H
Create Data API (POST)
You can only create data using the POST method. Use the domain and possibly subdomain of the data you want to create. For example, if you want to create...
Lun, 14 Août, 2023 à 3:58 H
Change Data API (POST & PUT)
Changing data is done in more or less the same way as creating a data. However, in case of changes, you must always provide the full URL of the data tha...
Lun, 14 Août, 2023 à 4:00 H
API Delete Data (DELETE)
You can delete data using the DELETE method. To do this, enter the domain and ID in the URL. If you wish to delete an underlying data, please also provi...
Lun, 14 Août, 2023 à 4:11 H
API Create Data in bulk
To prevent DDOS attacks, it is not allowed to perform too many operations one after the other. If too many API calls are made one after the other, you may b...
Lun, 14 Août, 2023 à 4:10 H
API Send via email
You can, like you could on the website, also send an invoice, quote, cash register ticket, order form or delivery note by email to the customer through the ...
Lun, 14 Août, 2023 à 4:05 H
API Send via PEPPOL
An invoice can be forwarded directly via PEPPOL to your customer. To do this, use the POST method with, for example /api/v1/invoices/1001?send_peppol as...
Lun, 14 Août, 2023 à 4:10 H
API Send via BPost
Send a document (invoice, quotation, ...) to the customer via BPost. For this, the link with Mail-IT-Wize must first be set up. Use the POST method with...
Lun, 14 Août, 2023 à 4:03 H
API Send to accountant
An invoice can be forwarded directly to your accountant's accounting package. This is only possible if a link via CodaBox, ClearFacts, Exact Online, Yuk...
Lun, 14 Août, 2023 à 4:06 H
API Payment by direct debit
By direct debit, an invoice can be paid directly without the intervention of the customer. This is only possible if a link has been set up via Mollie. T...
Lun, 14 Août, 2023 à 4:08 H