Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bauspartarife der LBS NordWest integrieren - BD-1398 #217

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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