Returns a list of order invoices based on the specified filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
Query parameters
-
Values are
ASCorDESC. -
Sales Invoice ID.
Multi-value supported. Example: value1;value2 -
Multi-value supported. Example: value1;value2
Values are
OPEN,UNPAID,PAID,PARTIALLY_PAID,OVERDUE, orPRO_FORMA. -
Multi-value supported. Example: value1;value2
Values are
PREPAYMENT,PARTIAL, orFINAL.
GET
/api-v1/orders/invoices
curl \
--request GET 'https://wyzio.app/api-v1/orders/invoices'
Response examples (200)
[
{
"id": 42,
"number": "string",
"date": "2026-05-04T09:42:00Z",
"reference": "string",
"netAmount": 42.0,
"totalAmount": 42.0,
"receivable": 42.0,
"status": "OPEN",
"invoicedPercent": 42.0,
"orderId": 42,
"organizationId": 42,
"entityCreatorContactId": 42,
"type": "PREPAYMENT",
"tenantId": 42
}
]