-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 2.35 - TarifId in Bausparvertrag des Angebots (#126)
Es gibt ein neues Feld tarifId im Bausparvertrag (Teil des Angebots). Dieses enthält die produktanbieter-spezifische Tarif-ID des Bauspartarifs.
- Loading branch information
Showing
3 changed files
with
49 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" | ||
} | ||
}, | ||
|
@@ -1748,7 +1748,8 @@ | |
"$ref": "#/definitions/SparPhase" | ||
}, | ||
"tarif": { | ||
"type": "string" | ||
"type": "string", | ||
"description": "Tarifname" | ||
}, | ||
"tilgungsPhase": { | ||
"$ref": "#/definitions/TilgungsPhase" | ||
|
@@ -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" | ||
|
@@ -2124,7 +2130,8 @@ | |
"type": "number" | ||
}, | ||
"tarif": { | ||
"type": "string" | ||
"type": "string", | ||
"description": "Tarifname" | ||
}, | ||
"typ": { | ||
"type": "string" | ||
|
@@ -3587,7 +3594,8 @@ | |
"type": "number" | ||
}, | ||
"tarif": { | ||
"type": "string" | ||
"type": "string", | ||
"description": "Tarifname" | ||
}, | ||
"typ": { | ||
"type": "string", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: / | ||
|
@@ -1213,6 +1213,7 @@ definitions: | |
$ref: '#/definitions/SparPhase' | ||
tarif: | ||
type: string | ||
description: Tarifname | ||
tilgungsPhase: | ||
$ref: '#/definitions/TilgungsPhase' | ||
typ: | ||
|
@@ -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: | ||
|
@@ -1480,6 +1485,7 @@ definitions: | |
type: number | ||
tarif: | ||
type: string | ||
description: Tarifname | ||
typ: | ||
type: string | ||
vermoegensEinsatz: | ||
|
@@ -2538,6 +2544,7 @@ definitions: | |
type: number | ||
tarif: | ||
type: string | ||
description: Tarifname | ||
typ: | ||
type: string | ||
enum: | ||
|