beleg
Retrieves the Beleg collection from the "Datenerfassungsprotokoll".
get/registrierkassen/{registrierkasseUuid}/belege
Path parameters
registrierkasseUuidstring required
The _uuid of the Registrierkasse to retrieve the Beleg collection.
Query parameters
format'export' | 'beleg' | 'uuidlist' required
Determines the format of the Beleg collection.
order'asc' | 'desc'
Determines the sorting order.
limitinteger
Limits the number of returned results.
offsetinteger
Skips the specified number of results from the result set.
beforestring
Only return results that where saved before the specified date-time string (i.e., anything that Date.parse() can parse).
afterstring
Only return results that where saved after the specified date-time string (i.e., anything that Date.parse() can parse).
gteinteger
Only return results that have at least a particular Belegnummer.
lteinteger
Only return results that have at most a particular Belegnummer.
Response
The Beleg collection from the "Datenerfassungsprotokoll".