---
title: "GET /belege/{belegUuid}"
method: GET
path: "/belege/{belegUuid}"
tags: ["beleg"]
---

# GET /belege/{belegUuid}

`GET /belege/{belegUuid}`

Retrieves a particular `Beleg` from the "Datenerfassungsprotokoll".

## Path parameters

- `belegUuid` string, required

## Response `200`

The requested `Beleg` resource.

- Beleg
  - `_uuid` string — Unique ID of the particular `Beleg` instance.
  - `_href` string, url — URL of the particular `Beleg` instance.
  - `Belegdaten` SignierteBelegdaten — The complete `Beleg` that has been signed by the "Signaturerstellungseinheit" and stored in the "Datenerfassungsprotokoll".
    - `Posten` Posten[]
      - `Bezeichnung` string, required
      - `Satz` 'NORMAL' | 'ERMAESSIGT1' | 'ERMAESSIGT2' | 'ERMAESSIGT3' | 'BESONDERS' | 'NULL', required
      - `Menge` integer, required
      - `BruttoBetrag` integer, required — The amount in cents
      - `NettoBetrag` integer, required — The amount in cents
      - `Externer-Beleg-Belegkreis` string
      - `Externer-Beleg-Bezeichnung` string
      - `Externer-Beleg-Referenz` string
    - `Zahlungen` Zahlung[]
      - `Bezeichnung` string, required
      - `Betrag` integer, required — The amount in cents
      - `Referenz` string
    - `Rabatte` Rabatt[]
      - `Bezeichnung` string, required
      - `Betrag-Netto` integer, required — The amount in cents
      - `Betrag-Brutto` integer, required — The amount in cents
      - `Satz` 'NORMAL' | 'ERMAESSIGT1' | 'ERMAESSIGT2' | 'ERMAESSIGT3' | 'BESONDERS' | 'NULL'
    - `Unternehmen-Name` string
    - `Unternehmen-ID` string
    - `Unternehmen-ID-Typ` 'steuernummer' | 'uid' | 'gln'
    - `Unternehmen-Adresse1` string
    - `Unternehmen-Adresse2` string
    - `Unternehmen-PLZ` string
    - `Unternehmen-Ort` string
    - `Unternehmen-Kopfzeile` string
    - `Unternehmen-Fusszeile` string
    - `Notizen` string[]
    - `Training` boolean — Training?
    - `Storno` boolean — Storno?
    - `Storno-Beleg-UUID` string, uuid — The `Beleg-UUID` property of the `Beleg` to be cancelled
    - `Storno-Text` string
    - `Kunde` string
    - `Externer-Beleg-Belegkreis` string
    - `Externer-Beleg-Bezeichnung` string
    - `Externer-Beleg-Referenz` string
    - `Betrag-Brutto` integer
    - `Betrag-Netto` integer
    - `Kassen-ID` string
    - `Belegnummer` string
    - `Beleg-Datum-Uhrzeit` string
    - `Zertifikat-Seriennummer` string
    - `Betrag-Satz-Normal-Brutto` integer — The total amount in cents
    - `Betrag-Satz-Besonders-Brutto` integer — The total amount in cents
    - `Betrag-Satz-Ermaessigt-1-Brutto` integer — The total amount in cents
    - `Betrag-Satz-Ermaessigt-2-Brutto` integer — The total amount in cents
    - `Betrag-Satz-Ermaessigt-3-Brutto` integer — The total amount in cents
    - `Betrag-Satz-Null-Brutto` integer — The total amount in cents
    - `Betrag-Satz-Normal-Netto` integer — The total amount in cents
    - `Betrag-Satz-Besonders-Netto` integer — The total amount in cents
    - `Betrag-Satz-Ermaessigt-1-Netto` integer — The total amount in cents
    - `Betrag-Satz-Ermaessigt-2-Netto` integer — The total amount in cents
    - `Betrag-Satz-Ermaessigt-3-Netto` integer — The total amount in cents
    - `Betrag-Satz-Null-Netto` integer — The total amount in cents
  - `JWS` string, jws — The signed `Beleg` as a JWS signature token.
  - `QR` string — The portion of the `JWS` token to be used for generating QR codes.
  - `QR-Link` string, url — A hyperlink that retrieves the `QR` data.
  - `Beleg-Typen` string[]
  - `Beleg-Codes` string[]
  - `Registrierkasse-UUID` string, uuid — The `_uuid` of the `Registrierkasse` that has issued this `Beleg`.
  - `Signaturerstellungseinheit-UUID` string, uuid — The `_uuid` of the `Signaturerstellungseinheit` that has signed this `Beleg`.

## Other responses

- `404` — The requested `Beleg` resource does not exist.

---

[API](https://skmtc.net/obono/apis/obono-rksv-api.md) · [All operations](https://skmtc.net/obono/apis/obono-rksv-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/obono/obono-rksv-api/revisions/d8eb620f4785/schema)
