action taxamo_get_domestic_summary_report { label: "Calculate domestic summary" provider: taxamo method: GET path: "/api/v1/reports/domestic/summary" encoding: json input: { type: "object" properties: { country_code: { type: "string" } currency_code: { type: "string" } end_month: { type: "string" } format: { type: "string" } fx_date_type: { type: "string" } start_month: { type: "string" } } required: ["country_code", "end_month", "start_month"] additionalProperties: false } output: { type: "object" additionalProperties: true } }