action taxamo_get_eu_vies_report { label: "Calculate EU VIES report" provider: taxamo method: GET path: "/api/v1/reports/eu/vies" encoding: json input: { type: "object" properties: { currency_code: { type: "string" } end_month: { type: "string" } eu_country_code: { type: "string" } format: { type: "string" } fx_date_type: { type: "string" } lff_sequence_number: { type: "string" } period_length: { type: "string" } start_month: { type: "string" } tax_id: { type: "string" } transformation: { type: "string" } } required: ["end_month", "eu_country_code", "start_month"] additionalProperties: false } output: { type: "object" additionalProperties: true } }