brc_list_nominal_journal_batches
List nominal journal batches with optional filtering by entry date and sorting by ID to identify the correct batch ID and timestamp before updating or deleting.
Instructions
Returns a list of the company's Nominal Journal Batches. Supports optional OData filtering by entryDate and ordering by id. Use this before updating or deleting a nominal journal batch so the user can identify the correct id and timestamp.
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-01-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. |