action corrently_quittung_tsedata { label: "Retrieve TSE (Technische Sicherheitseinrichtung) raw data only for a given receipt (Strom-Quittung)." description: "Allows to retrieve input string for a signing process.\n" provider: corrently method: POST path: "/quittung/tsedata" encoding: json input: { type: "object" properties: { account: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }