Skip to content

Commit

Permalink
[Dokumentation] Release 2.18 (#81)
Browse files Browse the repository at this point in the history
- Sparbeginn neu im Bausparvertrag und Bausparangebot
  • Loading branch information
unstko authored Feb 28, 2020
1 parent 5196100 commit 3eeb832
Show file tree
Hide file tree
Showing 6 changed files with 2,093 additions and 2,176 deletions.
953 changes: 489 additions & 464 deletions Dokumentation/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Anträge API

##### Aktuelle Version: 2.17
##### Aktuelle Version: 2.18

[Aktuelles RELEASE](https://github.com/hypoport/antraege-auslesen-api/releases/)

Expand Down
2 changes: 2 additions & 0 deletions definitions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ BausparAngebot ;
;id ;string ;
;produktAnbieter ;ProduktAnbieter ;
;sonderZahlungen ;array of SonderZahlung ;
;sparBeginn ;string(date) ;
;sparPhase ;SparPhase ;
;tarif ;string ;
;tilgungsPhase ;TilgungsPhase ;
Expand All @@ -193,6 +194,7 @@ Bausparvertrag ;
;id ;string ;
;produktAnbieter ;ProduktAnbieter ;
;sonderZahlungen ;array of SonderZahlung ;
;sparBeginn ;string(date) ;
;sparPhase ;SparPhase ;
;tarif ;string ;
;tilgungsPhase ;TilgungsPhase ;
Expand Down
Binary file modified definitions.xls
Binary file not shown.
12 changes: 10 additions & 2 deletions 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 Anträge durch die Produktanbieter abgerufen werden. Dabei wird ausschließlich der Securitykontext des Produktanbieters eingenommen.",
"version": "2.17",
"version": "2.18",
"title": "Anträge auslesen API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -1397,6 +1397,10 @@
"$ref": "#/definitions/SonderZahlung"
}
},
"sparBeginn": {
"type": "string",
"format": "date"
},
"sparPhase": {
"$ref": "#/definitions/SparPhase"
},
Expand Down Expand Up @@ -1875,6 +1879,10 @@
"$ref": "#/definitions/SonderZahlung"
}
},
"sparBeginn": {
"type": "string",
"format": "date"
},
"sparPhase": {
"$ref": "#/definitions/SparPhase"
},
Expand Down Expand Up @@ -3825,4 +3833,4 @@
}
}
}
}
}
Loading

0 comments on commit 3eeb832

Please sign in to comment.