The endpoint
GET /invoices
allows users to filter invoices by date of issue (query parameters
issuing_date_from
and
issuing_date_to
).
The same query parameters would be useful for the endpoint
GET /credit_notes
.
Created by Mathieu Déjean
April 14, 2024