europace / baufismart-kundenangaben-api

API zum Importieren von Kundenangaben in einen neuen Vorgang in BaufiSmart.
https://developer.europace.de
14 stars 4 forks source link

Wohnfläche einer Eigentumswohnung #63

Closed tilomlr closed 3 years ago

tilomlr commented 3 years ago

Hallo Europace-Team,

könntet ihr uns helfen? Wir fragen uns, wo man bei einer Eigentumswohnung die Wohnfläche angibt?

VG Tilo

s-gurevich commented 3 years ago

Hi,

gebaeude -> nutzung -> wohnen -> gesamtflaeche

https://htmlpreview.github.io/?https://github.com/europace/baufismart-kundenangaben-api/blob/v1.0.4/reference/index.html#_Flaechennutzung

s-gurevich commented 3 years ago
"typ": {
  "@type": "EIGENTUMSWOHNUNG",
  "grundstuecksgroesse": 1000,
  "gebaeude": {
    "baujahr": 2020,
    "bauweise": "GLAS_STAHL",
    "anzahlGeschosse": 5,
    "zustand": "MITTEL",
    "ausstattung": "MITTEL",
    "nutzung": {
      "wohnen": {
        "gesamtflaeche": 200,
        "nutzungsart": {
          "@type": "EIGENGENUTZT"
        }
      }
    }
  },
  "miteigentumsanteil": {
    "anteil": 100,
    "gesamt": 1000
  },
  "anzahlDerWohneinheitenImObjekt": 10,
  "anzahlDerGewerbeeinheitenImObjekt": 0,
  "bezeichnungWohneinheit": "eOMtThyhVNLWUZN"
},
tilomlr commented 3 years ago

Hi @s-gurevich ,

vielen Dank für die schnelle Antwort.

VG Tilo