> For the complete documentation index, see [llms.txt](https://docs.openwowi.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openwowi.de/schnittstelle-v1.x/mietenbuchhaltung/endpunkte-ohne-personenbezogenen-daten/enumeratoren.md).

# Enumeratoren

## Enumerationen für "LegalState".

| Id | Code                                   |
| -- | -------------------------------------- |
| 1  | Mietänderung § 558 BGB Vergleichsmiete |
| 2  | Mietspiegel § 558c BGB                 |
| 3  | Staffelmiete § 557a BGB                |
| 4  | Indexmiete § 557b BGB                  |
| 5  | Modernisierung § 559 BGB               |
| 6  | Betriebskosten § 560 BGB               |

## Enumerationen für "RentIndexType".

| Id | Code              |
| -- | ----------------- |
| 1  | Bruttomietspiegel |
| 2  | Nettomietspiegel  |

## Enumerationen für "ContractAgreementAccountingInterval".

| Id | Code          |
| -- | ------------- |
| 1  | monatlich     |
| 2  | quartalsweise |
| 3  | halbjährlich  |
| 4  | jährlich      |

## Enumerationseinträge für "ContractSecurityTypeId" und "ContractSecurity.Type".

| Id | ContractSecurity.Type |
| -- | --------------------- |
| 1  | Zahlschein            |
| 2  | Lastschrift           |
| 3  | Barzahlung            |
| 4  | Bankbürgschaft        |
| 5  | Sparbuch              |
| 6  | Mischbetrag           |
| 7  | Bürgschaft Stadt      |
| 8  | Überweisung           |
| 9  | keine Zahlung         |
| 10 | Bürgschaft ARGE       |

## Enumeratoren für "StatusContract" und "Id".

| Id | Name                 |
| -- | -------------------- |
| 2  | vermietbar / nutzbar |
| 3  | Leerstand            |
| 4  | aktiv                |
| 5  | gekündigt            |
| 6  | beendet              |
| 7  | Storniert            |

## Enumeratoren für "LifeOfContract" und "Id".

| Id | Name                 |
| -- | -------------------- |
| 1  | unbefristet          |
| 2  | befristet            |
| 3  | Laufzeit 4 Jahre     |
| 4  | Laufzeit 5 Jahre     |
| 5  | Laufzeit 10 Jahre    |
| 6  | Befristet mit Option |
| 7  | Laufzeit 2 Jahre     |
| 8  | Laufzeit 3 Jahre     |
| 9  | Laufzeit 6 Jahre     |
| 10 | Laufzeit 7 Jahre     |
| 11 | Laufzeit 8 Jahre     |
| 12 | Laufzeit 9 Jahre     |
| 13 | Laufzeit 15 Jahre    |

## Enumeratoren für "PaymentInterval" und "Id".

| Id | Name            |
| -- | --------------- |
| 1  | Einmalzahlung   |
| 2  | halbjährlich    |
| 3  | jährlich        |
| 4  | Keine Zahlung   |
| 5  | monatlich       |
| 6  | vierteljährlich |
| 7  | zweimonatlich   |

## Enumeratoren für "TerminationFrom" und Id.

| Id | Name     |
| -- | -------- |
| 1  | Tenant   |
| 2  | Landlord |

## Enumeratoren für "PeriodOfNotice" und "Id".

| Id | Name                                         |
| -- | -------------------------------------------- |
| 1  | 3 Monate (§573c BGB)                         |
| 2  | monatlich                                    |
| 3  | quartalsweise                                |
| 4  | halbjährlich                                 |
| 5  | jährlich                                     |
| 6  | zweimonatlich                                |
| 7  | 14-tägig                                     |
| 9  | viermonatlich                                |
| 10 | neunmonatlich                                |
| 11 | 6 Monate zum Q.-Ende (§580a BGB)             |
| 12 | Sonstige (Kündigungstermin manuell eingeben) |

## Enumeratoren für "DebitEntryType" und "Id".

| Id | Name              |
| -- | ----------------- |
| 1  | Offene Posten Am  |
| 2  | Offene Posten Bis |

## Enumeratoren für "PaymentDate" und "Id".

| Id | Name          |
| -- | ------------- |
| 1  | Keine Zahlung |
| 2  | im Voraus     |
| 3  | im Nachhinein |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.openwowi.de/schnittstelle-v1.x/mietenbuchhaltung/endpunkte-ohne-personenbezogenen-daten/enumeratoren.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
