action taxamo_get_settlement_stats_by_taxation_type { label: "Settlement by tax type" provider: taxamo method: GET path: "/api/v1/stats/settlement/by_taxation_type" encoding: json input: { type: "object" properties: { date_from: { type: "string" } date_to: { type: "string" } } required: ["date_from", "date_to"] additionalProperties: false } output: { type: "object" additionalProperties: true } }