brc_list_sales_invoices
Retrieve sales invoices from Big Red Cloud accounting data by specifying company name. Supports filtering, ordering, and pagination to find specific invoices.
Instructions
Lists BRC sales invoices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| page | No | ||
| skip | No | ||
| filter | No | Optional OData $filter expression, only if this endpoint supports filtering. | |
| orderBy | No | Optional OData $orderby expression, only if this endpoint supports ordering. | |
| pageSize | No | ||
| companyName | Yes | Company context name, for example YOUR-COMPANY-NAME. |