MarminDeveloper Docs

List proforma invoices


Retrieves a paginated list of proforma invoices. See the right panel for the request and response examples.

Query parameters

ParameterTypeRequiredDescription
document_numberstring
Optional
Filter by invoice document number.
billed_by_namestring
Optional
Filter by supplier name.
billed_to_namestring
Optional
Filter by customer name.
billed_to_vatstring
Optional
Filter by customer VAT number.
billed_by_vatstring
Optional
Filter by supplier VAT number.
statusstring
Optional
Filter by invoice status.
document_datestring
Optional
Filter by invoice issue date. Format: yyyy-MM-dd.
pageinteger
Optional
Page number (0-indexed). Default: 0.
sizeinteger
Optional
Number of items per page. Default: 10.
Response

Status code: 200 OK

Returns a paginated response containing an array of invoice objects.

See the right panel for complete response examples.

Error responses

StatusDescription
400 Bad RequestInvalid request parameters or validation failed. For validation errors, the response includes field-specific errors.
401 UnauthorizedAuthentication required or invalid token.
500 Internal Server ErrorAn error occurred while processing the request.
Next