v1

latestSwagger 2.0Creative Commons Attribution NonCommercial 4.0 (CC-BY-NC)2026-07-13181326.2 KB
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".