Skip to content

Commit

Permalink
epBausparTarifVersion Release 1.102 and kundenangabenApiVersion Relea…
Browse files Browse the repository at this point in the history
…se 1.5.20
  • Loading branch information
europace committed Oct 14, 2024
1 parent 4721e19 commit 2c48810
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 86 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

36 changes: 19 additions & 17 deletions kundenangaben-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
name: Europace AG
url: http://developer.europace.de
email: [email protected]
version: 1.5.19; f9c86ff696de6a0906dde994a117d0e954825691
version: 1.5.20; a26c5aabd7a89cd9d262257a097958013521a51a
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -45,6 +45,14 @@ paths:
schema:
type: string
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
Expand All @@ -55,14 +63,6 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/Kundenangaben'
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"409":
Expand Down Expand Up @@ -111,14 +111,14 @@ paths:
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"204":
description: Kundenangaben in einem bestehenden Vorgang überschrieben
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
"403":
$ref: '#/components/responses/Forbidden'
"409":
$ref: '#/components/responses/Conflict'
"400":
Expand Down Expand Up @@ -154,12 +154,6 @@ paths:
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
Expand All @@ -170,6 +164,12 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"409":
Expand Down Expand Up @@ -4027,6 +4027,7 @@ components:
- ABRECHNUNGSBSK
- ACADEMY
- ACCEDOBANK
- ACM_VERSICHERUNGEN
- ALLGAEUER_VOBA
- ALLIANZ
- ALLIANZ_RATENSCHUTZ
Expand Down Expand Up @@ -5016,6 +5017,7 @@ components:
- VOBA_WESTTHUERINGEN
- VOBA_WHV
- VOBA_WIESBADEN
- VOBA_WILHELMSHAVEN
- VOBA_WUEMME_WIESTE
- VOBA_ZUFFENHAUSEN
- VOLKSWOHL_BUND
Expand Down
Loading

0 comments on commit 2c48810

Please sign in to comment.