list_purchase_payments
List purchase payments sorted by date descending, with filters for supplier, date, and pagination.
Instructions
List purchase payments, newest first by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Exact date match (YYYY-MM-DD). | |
| sort | No | JSON:API sort. Defaults to `-date`. | -date |
| fields | No | Comma-separated subset of fields to return. | |
| page_size | No | Items per page (1-500). | |
| page_number | No | 1-based page number. | |
| supplier_id | No | Filter by supplier id (exact match). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||