List supplier bills
Supplier Bills
List Supplier Bills
List supplier invoices received from the ANAF SPV inbox (e-Factura).
GET
List supplier bills
Overview
Returns the supplier invoices that Contazen has imported from your ANAF SPV inbox. This is the API equivalent of the Facturi primite de la furnizori view in the web app. Results span every work point under your parent company. Use the filter parameters to narrow by status, date range, supplier (CIF or name), or currency.Totals
The response includes atotals block with both global aggregates (count,
tax-exclusive, tax, tax-inclusive, paid, unpaid) and a by_currency
breakdown — supplier bills frequently mix RON with foreign currencies and
summing across them produces meaningless numbers.
Reciprocal client
When a row’s supplier CIF matches one of your firm’s clients,client_id is
populated with that client’s CzUid. This makes it easy to surface a “your
supplier is also your client” hint in the UI.Authorizations
Use your API key (sk_live_xxx or sk_test_xxx)
Query Parameters
Required range:
x >= 1Required range:
1 <= x <= 100Available options:
unpaid, paid, partial Search by supplier name or VAT id (LIKE).
Alias of supplier — search by CIF or supplier name.
Filter by supplier CzUid.
380 = invoice, 381 = credit note.
Available options:
380, 381 Available options:
issue_date, due_date, total, invoice_number, created_at Available options:
asc, desc Comma-separated list of relations to expand. Supported: supplier, expense, client, efactura_message, lines.