Skip to content

Commit

Permalink
[MTV-5764] update api-doku (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulVogelEuropace authored Sep 11, 2023
1 parent 61b427d commit f8cb31d
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 2 deletions.
37 changes: 36 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "Mit dieser API können die Vorgänge aus der Europace Plattform ausgelesen werden.",
"version": "2.33",
"version": "2.34",
"title": "Vorgänge API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -3612,6 +3612,38 @@
"title": "Eintrag",
"description": "Eine Einzahlung oder Auszahlung im Zahlungsplan"
},
"EnergieEffizienzAusweis": {
"type": "object",
"properties": {
"ausweisTyp": {
"type": "string",
"enum": [
"ENDENERGIEBEDARF",
"ENDENERGIEVERBRAUCH"
]
},
"endEnergie": {
"type": "number",
"format": "double"
},
"primaerEnergieTraeger": {
"type": "string",
"enum": [
"ABFAELLE",
"BRAUNKOHLE",
"HOLZ",
"NETZSTROM",
"OEL_GAS",
"PHOTOVOLTAIK_WINDKRAFT",
"SONSTIGES",
"STEINKOHLE",
"VERDRAENGUNGSSTROM",
"WAERME_KAELTE"
]
}
},
"title": "EnergieEffizienzAusweis"
},
"Entscheidungsreife": {
"type": "object",
"required": [
Expand Down Expand Up @@ -4160,6 +4192,9 @@
"einliegerwohnungVorhanden": {
"type": "boolean"
},
"energieEffizienzAusweis": {
"$ref": "#/definitions/EnergieEffizienzAusweis"
},
"geschossLage": {
"type": "string",
"enum": [
Expand Down
29 changes: 28 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: Mit dieser API können die Vorgänge aus der Europace Plattform ausgelesen werden.
version: "2.33"
version: "2.34"
title: Vorgänge API
contact:
name: Europace AG
Expand Down Expand Up @@ -2531,6 +2531,31 @@ definitions:
type: number
title: Eintrag
description: Eine Einzahlung oder Auszahlung im Zahlungsplan
EnergieEffizienzAusweis:
type: object
properties:
ausweisTyp:
type: string
enum:
- ENDENERGIEBEDARF
- ENDENERGIEVERBRAUCH
endEnergie:
type: number
format: double
primaerEnergieTraeger:
type: string
enum:
- ABFAELLE
- BRAUNKOHLE
- HOLZ
- NETZSTROM
- OEL_GAS
- PHOTOVOLTAIK_WINDKRAFT
- SONSTIGES
- STEINKOHLE
- VERDRAENGUNGSSTROM
- WAERME_KAELTE
title: EnergieEffizienzAusweis
Entscheidungsreife:
type: object
required:
Expand Down Expand Up @@ -2924,6 +2949,8 @@ definitions:
- VOLL_AUSGEBAUT
einliegerwohnungVorhanden:
type: boolean
energieEffizienzAusweis:
$ref: '#/definitions/EnergieEffizienzAusweis'
geschossLage:
type: string
enum:
Expand Down

0 comments on commit f8cb31d

Please sign in to comment.