get_expense_summary
Retrieve expense summaries from Greek myDATA e-books, aggregated by classification with net, VAT, and gross totals. Filter by date range or counterpart VAT.
Instructions
Fetch EXPENSE bookings per classification from myDATA e-books (RequestMyExpenses).
Each record aggregates documents per counterparty/type/classification with net, VAT, and gross totals. Classification codes are decoded to labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | End date, YYYY-MM-DD or dd/MM/yyyy. | |
| date_from | Yes | Start date, YYYY-MM-DD or dd/MM/yyyy. | |
| max_results | No | Stop after this many records; page_info.has_more signals truncation. | |
| counterpart_vat | No | Filter by the counterparty's VAT number (ΑΦΜ). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||