action corrently_quittung_zugferd { label: "Retrieve Zugferd XML for a given receipt (Strom-Quittung)." description: "Allows to retrieve XML of the zugferd invoice.\n" provider: corrently method: GET path: "/quittung/zugferd" encoding: json input: { type: "object" properties: { account: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }