action taxamo_get_settlement_summary { label: "Fetch summary" provider: taxamo method: GET path: "/api/v1/settlement/summary/{quarter}" encoding: json input: { type: "object" properties: { end_month: { type: "string" } moss_country_code: { type: "string" } quarter: { type: "string" } start_month: { type: "string" } tax_region: { type: "string" } } required: ["quarter"] additionalProperties: false } output: { type: "object" additionalProperties: true } }