List vendors
bc_list_vendorsRetrieve a list of vendors from Dynamics 365 Business Central, using substring search on display name, OData filters, and paging to control results.
Instructions
List vendors in the working company. Use search for a name substring match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max records to return (default 20, max 100) | |
| skip | No | Records to skip, for paging | |
| filter | No | Raw OData $filter | |
| search | No | Substring match on displayName |