-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update from publish/MTV-8751-update-documentation (#215)
This is an automated pull request to update from branch publish/MTV-8751-update-documentation - update documentation: how to use tilgungsersatzProduktId Co-authored-by: europace <[email protected]>
- Loading branch information
1 parent
6dfe59e
commit c5183ea
Showing
3 changed files
with
74 additions
and
71 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ info: | |
name: Europace AG | ||
url: http://developer.europace.de | ||
email: [email protected] | ||
version: 1.5.17; 74d75cf9b59ebc8de0f267acf2b8e4d64dfae4e9 | ||
version: 1.5.18; b71ade3a515804268e48d5a1c0fc5eb459d0cf25 | ||
externalDocs: | ||
url: https://developer.europace.de/api/baufismart-kundenangaben-api | ||
servers: | ||
|
@@ -51,8 +51,6 @@ paths: | |
$ref: '#/components/responses/NotFound' | ||
"401": | ||
$ref: '#/components/responses/Unauthorized' | ||
"429": | ||
$ref: '#/components/responses/TooManyRequests' | ||
"200": | ||
description: Kundenangaben für einen bestehenden Vorgang | ||
headers: | ||
|
@@ -63,6 +61,8 @@ paths: | |
application/json;version=1.0: | ||
schema: | ||
$ref: '#/components/schemas/Kundenangaben' | ||
"429": | ||
$ref: '#/components/responses/TooManyRequests' | ||
"403": | ||
$ref: '#/components/responses/Forbidden' | ||
"409": | ||
|
@@ -101,6 +101,12 @@ paths: | |
$ref: '#/components/schemas/UpdateKundenangabenRequest' | ||
required: true | ||
responses: | ||
"204": | ||
description: Kundenangaben in einem bestehenden Vorgang überschrieben | ||
headers: | ||
X-TraceId: | ||
$ref: '#/components/headers/tracingIdHeader' | ||
style: simple | ||
"503": | ||
$ref: '#/components/responses/ServiceNotAvailable' | ||
"404": | ||
|
@@ -111,12 +117,6 @@ paths: | |
$ref: '#/components/responses/Unauthorized' | ||
"429": | ||
$ref: '#/components/responses/TooManyRequests' | ||
"204": | ||
description: Kundenangaben in einem bestehenden Vorgang überschrieben | ||
headers: | ||
X-TraceId: | ||
$ref: '#/components/headers/tracingIdHeader' | ||
style: simple | ||
"403": | ||
$ref: '#/components/responses/Forbidden' | ||
"409": | ||
|
@@ -154,8 +154,6 @@ paths: | |
responses: | ||
"503": | ||
$ref: '#/components/responses/ServiceNotAvailable' | ||
"422": | ||
$ref: '#/components/responses/UnprocessableEntity' | ||
"201": | ||
description: Kundenangaben in neuen Vorgang importiert | ||
headers: | ||
|
@@ -166,6 +164,8 @@ paths: | |
application/json;version=1.0: | ||
schema: | ||
$ref: '#/components/schemas/KundenangabenImportResponse' | ||
"422": | ||
$ref: '#/components/responses/UnprocessableEntity' | ||
"401": | ||
$ref: '#/components/responses/Unauthorized' | ||
"429": | ||
|
@@ -4403,6 +4403,7 @@ components: | |
- RB_NEUMARKT_I_D_OPF | ||
- RB_OBERPFALZ_SUED | ||
- RB_WERRATAL_LANDECK | ||
- RB_WERRATAL_LANDECK_RATENKREDIT | ||
- RBS | ||
- RDS_BANK | ||
- RHEINGAUER_VB | ||
|
@@ -5680,6 +5681,8 @@ components: | |
properties: | ||
tilgungsersatzProduktId: | ||
type: string | ||
description: "schreibend: ID des Tilgungsersatzprodukts (bestehender Bausparvertrag\ | ||
\ oder Versicherung; lesend: interne eindeutige ID)" | ||
bausparwunsch: | ||
$ref: '#/components/schemas/Bauspardarlehen' | ||
TilgungInProzent: | ||
|
Oops, something went wrong.