DentalBilling

Endpoint Tester

POST /v1/calculate — Abrechnung berechnen

API Key

Wird in localStorage gespeichert und nur an deine API gesendet.

Request konfigurieren

Leer = aktuelles Datum

2 Codes erkannt

Topology Proof / Context (optional)

Topology/session fields are applied to explicit positions only. Patient context is sent in both modes.

Modus B — Auto-Selektion (optional, überschreibt Positions-Codes)

POST/v1/calculate
{
  "region": "DE-BY",
  "labType": "gewerbe",
  "versorgungsart": "GKV",
  "positions": [
    {
      "code": "0010",
      "quantity": 1
    },
    {
      "code": "0021",
      "quantity": 1
    }
  ]
}

Ergebnis

Kein Ergebnis

Konfiguriere den Request links und klicke auf Berechnung starten.