merit_list_recurring_invoices
List Merit Aktiva recurring invoices within a date range, using either the next invoice date or changed date to filter. Max period is 180 days.
Instructions
List Merit Aktiva recurring invoices (POST /api/v2/getperinvoices). The period is the next-invoice date and may be at most 180 days. dateType: 0 = next invoice date, 1 = changed date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateType | No | 0 = next invoice date, 1 = changed date | |
| periodEnd | Yes | Period end (YYYY-MM-DD, required; max 180 days after periodStart) | |
| periodStart | Yes | Period start (YYYY-MM-DD, required) |