You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Fakturia API is an open interface using the REST standard. It allows developers to directly interact with our application.

Endpoint for all API calls: https://api.fakturia.de/v1/

 

Prerequisites

The API can only be accessed if the following conditions are true:

  • Your Fakturia plan includes API access
  • The API is activated in the backend for at least one project
  • An API-Key has been generated in the backend
  • The IP address of your client has been added to the IP whitelist for the project

Authorization

 

Access Points

URLGETPOSTPUTPATCHDELETE
/CustomersListe aller KundenNeuen Kunden anlegen   
/Customers/:CustomerIdBestimmten Kunden laden Bestehenden Kunden aktualisieren  
/Customers/:CustomerId/ContractsLiefert alle Verträge eines Kunden    
/ContractsAlle Verträge auflisten(Neuen Vertrag anlegen)   
/Contracts/:ContractId/TransactionsAlle Leistungen zum Vertrag auflistenNeue Leistung zum Vertrag erfassen   
/InvoicesListe aller Rechnungen    
  
  • No labels