brc_list_prepayments
Retrieve a list of prepayments for a company. Optionally filter by entry date or order by ID.
Instructions
Returns 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. |