list_credit_notes
Retrieve a paginated list of credit notes issued to clients, with optional filtering by client or date range.
Instructions
List credit notes issued to clients. Returns paginated results. Filter by client or date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| client | No | Filter by client contact ID | |
| ordering | No | Sort field, e.g. '-date' for newest first | |
| page_size | No | Results per page (default: 20, max: 100) | |
| date_after | No | Filter credit notes issued on or after this date (YYYY-MM-DD) | |
| date_before | No | Filter credit notes issued on or before this date (YYYY-MM-DD) |