merit_list_vendors
Search and list vendors by ID, name, registration number, VAT number, or change date. Use filters to target specific records; unfiltered queries return all vendors.
Instructions
List/search Merit Aktiva vendors (POST /api/v1/getvendors). With no filters returns all vendors — can be very large, so prefer a filter. id wins over other filters; regNo/vatRegNo match exactly; name matches partially. Dates are ISO YYYY-MM-DD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Vendor GUID (ignores other filters when set) | |
| name | No | Vendor name (partial match) | |
| regNo | No | Registration number (exact match) | |
| vatRegNo | No | VAT registration number (exact match) | |
| changedDate | No | Only rows changed/created on/after this date (YYYY-MM-DD) |