action corrently_quittung_comit { label: "Finishs a collection of data and finalizes receipt. Use this method after collecting all data via quittung/prepare" description: "Uses collected fields or provided fields to create a final receipt (Strom-Quittung).\n" provider: corrently method: POST path: "/quittung/commit" encoding: json input: { type: "object" properties: { account: { type: "string" } } } output: { type: "string" description: "Unique ID of a receipt. It might be used via https://api.corrently.io/v2.0/quittung/pdf?token= to retrieve a PDF version of receipt or via https://corrently.de/service/quittung.html?token= to get online version." } }