action apacta_get_invoices_vat_options { label: "List VAT options" provider: apacta method: GET path: "/invoices/vatOptions" encoding: json output: { type: "object" properties: { success: { type: "boolean" } } } }