merit_list_customers
Search and list Merit Aktiva customers with filters for ID, name, registration or VAT number, and change date. Use a filter to keep responses manageable; optionally include customer comments.
Instructions
List/search Merit Aktiva customers (POST /api/v1/getcustomers). With no filters returns all customers — can be very large (Merit may even fail to serialize huge lists), so prefer a filter. id wins over all other filters; regNo/vatRegNo match exactly; name matches partially. Dates are ISO YYYY-MM-DD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Customer GUID (ignores other filters when set) | |
| name | No | Customer 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) | |
| commentsFrom | No | Only comments on/after this date (YYYY-MM-DD) | |
| withComments | No | Include customer comments |