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

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

# Zusage

## 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:
    Zusage:
      type: object
      properties:
        id:
          type: string
          example: zsg_1f7c
        termin_id:
          type: string
          example: trm_9a44
        interessent_id:
          type: string
          example: int_71ab
        zustand:
          type: string
          enum:
            - zugesagt
            - warteliste
            - abgesagt
            - erschienen
            - nicht_erschienen
        begleitpersonen:
          type: integer
          example: 1
        zugesagt_am:
          type: string
          format: date-time
          example: 2026-08-21T09:14:00Z
```
