List PowerOffice account transactions
poweroffice_list_account_transactionsRetrieve posted account transactions for a date range, using filters for accounts, VAT codes, vouchers, projects, and departments to narrow accounting queries.
Instructions
Read posted account transactions from GET /AccountTransactions for an inclusive date range. Use filters and small pages to keep accounting queries narrow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | PowerOffice Fields expression. Omit for the MCP compact default | |
| toDate | Yes | Inclusive posting date, YYYY-MM-DD | |
| orderBy | No | PowerOffice OrderBy expression | |
| fromDate | Yes | Inclusive posting date, YYYY-MM-DD | |
| pageSize | No | ||
| vatCodes | No | VAT codes, comma separated | |
| accountNos | No | Account numbers or ranges, for example 1000-1999,2500,3000- | |
| pageNumber | No | ||
| voucherNos | No | Voucher numbers or ranges in PowerOffice syntax | |
| productCodes | No | Product codes, comma separated | |
| projectCodes | No | Project codes, comma separated | |
| voucherTypes | No | Voucher types, comma separated | |
| departmentCodes | No | Department codes, comma separated | |
| includeSubProject | No | ||
| useDatabaseValidation | No | ||
| agricultureDepartments | No | ||
| createdDateTimeOffsetGreaterThan | No | Only entries created after this ISO timestamp | |
| lastChangedDateTimeOffsetGreaterThan | No | Only entries changed after this ISO timestamp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| pagination | No |