brc_list_quotes
Retrieve a list of quotes from Big Red Cloud accounting data. Supports filtering, ordering, and pagination by company name.
Instructions
Lists BRC quotes.
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. |