export
get/export/csv/registrierkassen/{registrierkasseUuid}/belege
Path parameters
registrierkasseUuidstring required
The _uuid of the Registrierkasse to export.
Query parameters
beforestring
Only return results that were saved before the specified date-time string (i.e., anything that Date.parse() can parse).
afterstring
Only return results that were saved after the specified date-time string (i.e., anything that Date.parse() can parse).
postenboolean
Export Posten instead of Belegdaten.
Response
The exported data of a particular Registrierkasse in its CSV representation.