List VAT codes
banana_vatcodesRetrieve the list of VAT codes from a Banana Accounting document, returning each code's ID and description as JSON.
Instructions
Return the list of VAT codes as a JSON array of {id, descr} objects (e.g. [{"id":"V80","descr":"V80 Sales and services 8.0%"}]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. |