# 8. Abrechnung — Hebungen

### `GET /abrechnung/hebungen`

Liste aller Pachtzinserhöhungen.

**Query-Parameter:** `status` (`geplant` | `aktiv` | `abgeschlossen` | `storniert`), `page`, `limit`

---

### `POST /abrechnung/hebungen`

Neue Hebung anlegen.

**Pflichtfelder:**

<div class=" useView-module__vOh_Ha__view css-1p8y1um" id="bkmrk-%7B-%22pachtkontoid%22%3A-12"><div class=" useView-module__vOh_Ha__view _sdz_surface-bg _sdz_surface css-apx1o7"><div class="CodeViewer2-module___Y4KcW__line"><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ1m">{</span></div><div class="CodeViewer2-module___Y4KcW__line"><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ26">"pachtkontoId"</span><span class="CodeViewer2-module___Y4KcW__span cv2-span">: </span><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ23">12</span><span class="CodeViewer2-module___Y4KcW__span cv2-span">,</span></div><div class="CodeViewer2-module___Y4KcW__line"><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ26">"bezeichnung"</span><span class="CodeViewer2-module___Y4KcW__span cv2-span">: </span><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ1t">"VPI-Anpassung 2025"</span><span class="CodeViewer2-module___Y4KcW__span cv2-span">,</span></div><div class="CodeViewer2-module___Y4KcW__line"><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ26">"betrag"</span><span class="CodeViewer2-module___Y4KcW__span cv2-span">: </span><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ23">75.00</span><span class="CodeViewer2-module___Y4KcW__span cv2-span">,</span></div><div class="CodeViewer2-module___Y4KcW__line"><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ26">"gueltigAb"</span><span class="CodeViewer2-module___Y4KcW__span cv2-span">: </span><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ1t">"2025-07-01"</span></div><div class="CodeViewer2-module___Y4KcW__line"><span class="CodeViewer2-module___Y4KcW__span cv2-span ͼ1m">}</span></div><div class="css-1ath0al"><div class="css-ggepfv"><button aria-label="Copy code to clipboard" class=" useView-module__vOh_Ha__view IconButton-module__eEtQNq__root Interactive2-module__BR3hWq__shades Interactive2-module__BR3hWq__root Interactive2-module__BR3hWq__transition Interactive2-module__BR3hWq__disabled _sdz_text _sdz_surface-bg _sdz_custom-hover:shades-up-2 _sdz_custom-pressed:shades-up-3 Interactive2-module__BR3hWq__borderRadius Interactive2-module__BR3hWq__focus" data-react-aria-pressable="true" type="button"><svg aria-hidden="true" class="Icon-module__CwnszW__icon " fill="currentColor" height="16" preserveaspectratio="xMidYMin" viewbox="0 0 24 24" width="16"><path clip-rule="evenodd" d="M20 7.25A2.75 2.75 0 0 1 22.75 10v10A2.75 2.75 0 0 1 20 22.75H10A2.75 2.75 0 0 1 7.25 20V10A2.75 2.75 0 0 1 10 7.25h10Zm-10 1.5c-.69 0-1.25.56-1.25 1.25v10c0 .69.56 1.25 1.25 1.25h10c.69 0 1.25-.56 1.25-1.25V10c0-.69-.56-1.25-1.25-1.25H10Z" fill-rule="evenodd"></path><path d="M14 1.25A2.756 2.756 0 0 1 16.75 4a.75.75 0 0 1-1.5 0c0-.686-.564-1.25-1.25-1.25H4c-.686 0-1.25.564-1.25 1.25v10c0 .686.564 1.25 1.25 1.25a.75.75 0 0 1 0 1.5A2.756 2.756 0 0 1 1.25 14V4A2.756 2.756 0 0 1 4 1.25h10Z"></path></svg></button></div></div></div></div>**Optionale Felder:** `prozent`, `status` (Standard: `geplant`), `grundlage`, `notizen`

**Antwort `201`:** Angelegte `Hebung`.

---

### `GET /abrechnung/hebungen/{id}` / `PUT /abrechnung/hebungen/{id}` / `DELETE /abrechnung/hebungen/{id}`

Standard-CRUD. Antworten: `200` (Get/Update), `204` (Delete), `404` (nicht gefunden).