Skip to content

Commit

Permalink
Release 2.35 - TarifId in Bausparvertrag des Angebots (#126)
Browse files Browse the repository at this point in the history
Es gibt ein neues Feld tarifId im Bausparvertrag (Teil des Angebots). Dieses enthält die produktanbieter-spezifische Tarif-ID des Bauspartarifs.
  • Loading branch information
unstko authored Apr 6, 2021
1 parent 4f9a7b2 commit 5db98e7
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 14 deletions.
32 changes: 26 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ <h2 id="_overview">Übersicht</h2>
<div class="sect2">
<h3 id="_aktuelle_version">Aktuelle Version</h3>
<div class="paragraph">
<p><em>Version</em> : 2.34</p>
<p><em>Version</em> : 2.35</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -5022,7 +5022,9 @@ <h3 id="_bausparangebot">BausparAngebot</h3>
<p><strong>tarif</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>Tarifname</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>string</p>
</div></div></td>
Expand Down Expand Up @@ -5241,7 +5243,21 @@ <h3 id="_bausparvertrag">Bausparvertrag</h3>
<p><strong>tarif</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>Tarifname</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>string</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>tarifId</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>Produktanbieter-spezifische Tarif-ID des Bauspartarifs</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>string</p>
</div></div></td>
Expand Down Expand Up @@ -6039,7 +6055,9 @@ <h3 id="_bestehenderbausparvertrag">BestehenderBausparvertrag</h3>
<p><strong>tarif</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>Tarifname</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>string</p>
</div></div></td>
Expand Down Expand Up @@ -9574,7 +9592,9 @@ <h3 id="_lebensoderrentenversicherungvermoegen">LebensOderRentenversicherungVerm
<p><strong>tarif</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>Tarifname</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>string</p>
</div></div></td>
Expand Down Expand Up @@ -12667,7 +12687,7 @@ <h3 id="_zahlungsplan">zahlungsplan</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2021-03-09 09:43:59 +0100
Last updated 2021-04-01 17:26:07 +0200
</div>
</div>
</body>
Expand Down
20 changes: 14 additions & 6 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"swagger": "2.0",
"info": {
"description": "Mit dieser API können die Anträge durch die Produktanbieter abgerufen werden. Dabei wird ausschließlich der Kontext des Produktanbieters eingenommen.",
"version": "2.34",
"version": "2.35",
"title": "Anträge API",
"contact": {
"name": "Europace AG",
"url": "www.europace2.de",
"url": "https://www.europace2.de",
"email": "[email protected]"
}
},
Expand Down Expand Up @@ -1748,7 +1748,8 @@
"$ref": "#/definitions/SparPhase"
},
"tarif": {
"type": "string"
"type": "string",
"description": "Tarifname"
},
"tilgungsPhase": {
"$ref": "#/definitions/TilgungsPhase"
Expand Down Expand Up @@ -1830,7 +1831,12 @@
"$ref": "#/definitions/SparPhase"
},
"tarif": {
"type": "string"
"type": "string",
"description": "Tarifname"
},
"tarifId": {
"type": "string",
"description": "Produktanbieter-spezifische Tarif-ID des Bauspartarifs"
},
"tilgungsPhase": {
"$ref": "#/definitions/TilgungsPhase"
Expand Down Expand Up @@ -2124,7 +2130,8 @@
"type": "number"
},
"tarif": {
"type": "string"
"type": "string",
"description": "Tarifname"
},
"typ": {
"type": "string"
Expand Down Expand Up @@ -3587,7 +3594,8 @@
"type": "number"
},
"tarif": {
"type": "string"
"type": "string",
"description": "Tarifname"
},
"typ": {
"type": "string",
Expand Down
11 changes: 9 additions & 2 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
swagger: "2.0"
info:
description: Mit dieser API können die Anträge durch die Produktanbieter abgerufen werden. Dabei wird ausschließlich der Kontext des Produktanbieters eingenommen.
version: "2.34"
version: "2.35"
title: Anträge API
contact:
name: Europace AG
url: www.europace2.de
url: https://www.europace2.de
email: [email protected]
host: baufismart.api.europace.de
basePath: /
Expand Down Expand Up @@ -1213,6 +1213,7 @@ definitions:
$ref: '#/definitions/SparPhase'
tarif:
type: string
description: Tarifname
tilgungsPhase:
$ref: '#/definitions/TilgungsPhase'
typ:
Expand Down Expand Up @@ -1271,6 +1272,10 @@ definitions:
$ref: '#/definitions/SparPhase'
tarif:
type: string
description: Tarifname
tarifId:
type: string
description: Produktanbieter-spezifische Tarif-ID des Bauspartarifs
tilgungsPhase:
$ref: '#/definitions/TilgungsPhase'
typ:
Expand Down Expand Up @@ -1480,6 +1485,7 @@ definitions:
type: number
tarif:
type: string
description: Tarifname
typ:
type: string
vermoegensEinsatz:
Expand Down Expand Up @@ -2538,6 +2544,7 @@ definitions:
type: number
tarif:
type: string
description: Tarifname
typ:
type: string
enum:
Expand Down

0 comments on commit 5db98e7

Please sign in to comment.