« All modules

Proformas

Facturi proforme (proforma invoices).

Filters on list endpoints are URL path segments, not query strings — see Conventions. The Swagger tester works best for JSON body endpoints.
GET /proformas/list/ List proforma invoices

Returns a paginated list of proforma invoices.

Standard filters: year, yearmonth, yearmonthday, date, modifiedafter, modifiedthrough, id, minid, page.

Custom filters:
- for_abon_tpl_id — proformas issued from a specific subscription template.

Include: payment_link.

Exclude: cancelled (exclude cancelled proformas).

Responses

StatusDescription
200 OK — response uses the shared envelope.
400 Request is malformed or a required field is missing / invalid.
401 Missing or invalid Basic Auth credentials.

This page is generated from openapi.json.