Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Fakturia API is an open OpenAPI based interface using the REST standard.

It allows developers to directly interact with our application via HTTPS exchanging data in the JSON format.

Info

Endpoint for all API calls:


ProductionSandbox
Endpointhttps://api.fakturia.de/api/v1/ https://api.sandbox.fakturia.de/api/v1/
API-Referencehttps://api.fakturia.de/documentation/https://api.sandbox.fakturia.de/documentation/
Swagger Filehttps://api.fakturia.de/api/openapi.jsonhttps://api.sandbox.fakturia.de/api/openapi.json

Timestamps are handled in ISO 8601 format (yyyy-MM-dd'T'HH:mm:ss in Java)

Table of Contents

Prerequisites

...

Include the following HTTP -Header variables headers in every request to authorize against our service:

Header variable namevalue
api-key{your api key - see project settings in the backoffice}

 

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