From 92136c3cc402f4562e649e49f092f6208cd19cc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 11:16:56 +0200 Subject: [PATCH] Release 2.71 - Add bausparSumme to Bauspardarlehen (#194) --- docs/index.html | 16 ++++++++++++++-- swagger.json | 6 +++++- swagger.yaml | 5 ++++- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 420c685..b24f1e6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -602,7 +602,7 @@

Overview

Version information

-

Version : 2.70

+

Version : 2.71

@@ -7398,6 +7398,18 @@

Darlehen

+

bausparSumme
+optional

+
+
+

building savings amount, only with darlehensTyp==BAUSPAR_DARLEHEN

+
+
+

number

+
+ + +

bausparTarif
optional

@@ -14075,7 +14087,7 @@

zahlungsplan

diff --git a/swagger.json b/swagger.json index c610837..78a9687 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "description": "As a loan provider get all the data of your applications for highly effective validations and approvals.", - "version": "2.70", + "version": "2.71", "title": "Anträge API", "contact": { "name": "Europace AG", @@ -2005,6 +2005,10 @@ "example": 100.0, "description": "disbursement ratio" }, + "bausparSumme": { + "type": "number", + "description": "building savings amount, only with darlehensTyp==BAUSPAR_DARLEHEN" + }, "bausparTarif": { "type": "string", "description": "building savings tariff, only with darlehensTyp==BAUSPAR_DARLEHEN" diff --git a/swagger.yaml b/swagger.yaml index 17232b7..b03695f 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -2,7 +2,7 @@ swagger: "2.0" info: description: As a loan provider get all the data of your applications for highly effective validations and approvals. - version: "2.70" + version: "2.71" title: Anträge API contact: name: Europace AG @@ -1893,6 +1893,9 @@ definitions: type: number example: 100.0 description: disbursement ratio + bausparSumme: + type: number + description: "building savings amount, only with darlehensTyp==BAUSPAR_DARLEHEN" bausparTarif: type: string description: "building savings tariff, only with darlehensTyp==BAUSPAR_DARLEHEN"