diff --git a/docs/index.html b/docs/index.html index 4875ab7..6ffae08 100644 --- a/docs/index.html +++ b/docs/index.html @@ -602,7 +602,7 @@

Overview

Version information

-

Version : 2.75

+

Version : 2.76

@@ -11341,6 +11341,18 @@

Partner

+

mitarbeiterKreditinstitut
+optional

+
+
+

the partner works for a banking institute

+
+
+

boolean

+
+ + +

nachname
optional

@@ -11924,6 +11936,18 @@

ProduktAnbieter

+

mitarbeiterKreditinstitut
+optional

+
+
+

the partner works for a banking institute

+
+
+

boolean

+
+ + +

nachname
optional

@@ -14091,7 +14115,7 @@

zahlungsplan

diff --git a/swagger.json b/swagger.json index 2e7a276..2533c4c 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.75", + "version": "2.76", "title": "Anträge API", "contact": { "name": "Europace AG", @@ -3302,6 +3302,10 @@ "description": "external loan officer id" }, "firmierung": { "type": "string", "description": "company" }, + "mitarbeiterKreditinstitut": { + "type": "boolean", + "description": "the partner works for a banking institute" + }, "nachname": { "type": "string", "description": "sur name" }, "partnerId": { "type": "string" }, "partnerKennzeichen": { @@ -3467,6 +3471,10 @@ "description": "external loan officer id" }, "firmierung": { "type": "string", "description": "company" }, + "mitarbeiterKreditinstitut": { + "type": "boolean", + "description": "the partner works for a banking institute" + }, "nachname": { "type": "string", "description": "sur name" }, "partnerId": { "type": "string" }, "partnerKennzeichen": { diff --git a/swagger.yaml b/swagger.yaml index 9b9c19f..4665504 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.75" + version: "2.76" title: Anträge API contact: name: Europace AG @@ -3124,6 +3124,9 @@ definitions: firmierung: type: string description: company + mitarbeiterKreditinstitut: + type: boolean + description: the partner works for a banking institute nachname: type: string description: sur name @@ -3298,6 +3301,9 @@ definitions: firmierung: type: string description: company + mitarbeiterKreditinstitut: + type: boolean + description: the partner works for a banking institute nachname: type: string description: sur name