brc_list_accruals
Retrieve a list of company accruals, with optional OData filtering by entry date and ordering by ID.
Instructions
Returns a list of the company's Accruals. 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. |