Adding your first purchase invoice

In the Billit platform there are multiple ways invoices from suppliers can reach the software thus exportable through API.

Exporting Purchase invoices can be helpfull for multiple reasons. Exporting these to other software for further tax reporting or just offline storage. Luckly this is the same Order object that you have been using for creating the first sales invoices. This object will contain all information that can find on these pages:

Creating/adding your purchase invoices to Billit can be done through the same API endpoint as Create Purchase invoices . Keep in mind to adjust the types of the invoice and to provide a PDF of the purchase invoice.

A seperate Postman request has been put up here -> (coming Soon)