action corrently_quittung_prepare { label: "Allows to collect data with several requests (or a single) for a receipt." description: "During the first call an account parameter will be returned within the result object. Any other parameter will be set inside the preperation. If account is put into body/request in following requests, the existing collection will be extended/updated with the provided body parameters/values.\n" provider: corrently method: POST path: "/quittung/prepare" encoding: json input: { type: "object" properties: { account: { type: "string" } } } output: { type: "string" description: "All collected values for an account (eq. session)." } }