List Prepayments
brc_list_prepaymentsReturns a list of the company's Prepayments. Supports optional OData filtering by entryDate. Supports optional ordering by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Optional page size. | |
| skip | No | Optional number of records to skip. | |
| filter | No | Optional OData filter. Filtering is allowed by entryDate, for example: entryDate ge 2024-03-01T00:00:00. | |
| orderBy | No | Optional OData order by. Ordering is allowed by id, for example: id desc. | |
| companyName | Yes | Company context name, for example YOUR-COMPANY-NAME. | |
| connectionRef | No | Opaque Red connection reference returned by brc_confirm_company_connection. Pass this exact value on every later tool call when the MCP client rotates session ids (for example Vibe/Mistral). Keep reusing the same connectionRef after successful tool calls — do not start a new connection because a lookup returned empty or partial data. It is not an API key and does not contain credentials. |