Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Co-authored-by: Europace Passt-Team <[email protected]>
  • Loading branch information
PasstTechUser and Europace Passt-Team authored Jun 12, 2024
1 parent 7a900d1 commit f4ab9a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/baufi-passende-vorschlaege-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ components:
$ref: '#/components/schemas/Darlehen'
endEnergieBedarfAktuell:
type: number
description: 'Current final energy requirement in KWh/m²a'
description: 'Current final energy requirement in KWh/m²a. Accepted values between -100 and 10000'
example: 85.50
Finanzierungsbedarf:
type: object
Expand Down
8 changes: 7 additions & 1 deletion docs/requests/request.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,15 @@
}
},
"finanzierungsobjekt": {
"objektArt": "EINFAMILIENHAUS",
"vermietet": false,
"baujahr": 2000,
"gewerblicheNutzung": false,
"anschrift": {
"plz": "45711"
}
},
"wohnflaeche": 150,
"endEnergieBedarfAktuell": 80
}
}
}

0 comments on commit f4ab9a4

Please sign in to comment.