# Get result count and total values for list of sales invoices in one call **GET /api-v1/sales-invoice/advanced/summary** Combines what GET overall and GET advanced/total return, to save the frontend a round-trip. Computes the same two values the same way -- see OpenSalesInvoiceService.calculateSummary(). ## Servers - Generated server url: https://wyzio.app (Generated server url) ## Parameters ### Headers - **WEAL-TOKEN** () API token (can be retrieved from account settings) - **TARGET-ORGANIZATION-ID** () ID of organization, for which the operation must be performed ### Query parameters - **addressClientName** (string) - **addressStreet** (string) - **addressStreetPoBox** (string) - **addressZipCode** (string) - **addressCity** (string) - **addressCountryCode** (string) - **addressRegionCode** (string) - **addressToTheAttentionOf** (string) - **salesInvoiceLineId** (string) - **invoiceLineDescription** (string) - **invoiceLineSaleAccountId** (string) - **invoiceLineTotalNet** () - **invoiceLineVat** () - **invoiceLineTotalPrice** () - **invoiceLineNetPrice** () - **invoiceLineDepartmentId** () Invoice Line Department IDs filter.

Supported values: Examples: - **invoiceLineArticleId** (string) - **invoiceLineAllocationKeys** () Allocation rule name - **invoiceLineOfficeId** (string) - **paymentId** (string) - **paymentReceivableByAccountId** (string) - **paymentRequestedDate** () Payment requested date filter.

Supported operators: Examples: - **paymentOverdueDate** () Payment overdue date filter.

Supported operators: Examples: - **paymentValueDate** () Payment value date filter.

Supported operators: Examples: - **paymentPaidAmount** () - **paymentBankCharges** () - **paymentLossOnDebtors** () - **paymentBvrQrNumber** (string) - **specificBalanceSheetAccountId** (string) - **excludedFromVat** (boolean) - **yourReference** (string) - **ourContactId** (string) - **id** (string) - **number** (string) - **date** () Date filter.

Supported operators: Examples: - **clientId** (string) - **reference** (string) - **description** (string) - **currency** (string) - **netAmount** () Net amount filter.

Supports comparison operators (for example: >100, <1000, <>0). Use <>0 to return only records where the selected amount is not equal to zero.

- **totalAmount** () Total amount filter.

Supports comparison operators (for example: >100, <1000, <>0). Use <>0 to return only records where the selected amount is not equal to zero.

- **receivable** () Receivable amount filter.

Supports comparison operators (for example: >100, <1000, <>0). Use <>0 to return only records where the selected amount is not equal to zero.

- **status** (string) Multi-value supported. Example: value1;value2

- **ourContactName** (string) - **clientEmail** (string) - **clientECorrespondence** (boolean) - **hasWarnings** (boolean) - **qrGenerationAvailability** (boolean) - **validated** (boolean) - **hasComments** (boolean) - **isInWorkflow** (boolean) - **clientBillingEmail** (string) - **hasShipments** (boolean) - **isDocSent** (boolean) - **openDate** (string(date-time)) Open date filter.

Used only when showOpenInvoices is set to true. - **showOpenInvoices** (boolean) Show open invoices.

Requires openDate when set to true. ## Responses ### 200 OK #### Body: application/json (object) - **count** (integer(int64)) - **totals** (object) ### 400 400 Bad Request ### 401 401 Unauthorized ### 403 403 Access Denied ### 404 404 Not Found ### 500 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)