---
title: "Rueckmeldung"
url: "https://maklerportal.apim.eu/apis/besichtigungstermine/versions/b8696a0c-e900-480e-9ce8-7b7f1517d03d/schemas/Rueckmeldung"
---

> Full API specification: https://maklerportal.apim.eu/apis/besichtigungstermine/versions/b8696a0c-e900-480e-9ce8-7b7f1517d03d.md

# Rueckmeldung

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Besichtigungstermine
  version: 1.0.0
servers:
  - url: https://api.maklerportal.example/v1
    description: Produktion
  - url: https://sandbox.api.maklerportal.example/v1
    description: Sandbox
components:
  schemas:
    Rueckmeldung:
      type: object
      properties:
        id:
          type: string
          example: rkm_60d2
        termin_id:
          type: string
          example: trm_9a44
        interessent_id:
          type: string
          example: int_71ab
        interesse:
          type: string
          example: weiter_pruefen
        preiseinschaetzung:
          type: string
          example: zu_hoch
        bemerkung:
          type: string
          example: Grundriss passt, Preis liegt oberhalb der eigenen Vorstellung.
        erfasst_am:
          type: string
          format: date-time
          example: 2026-09-03T17:12:00Z
```
