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

Release 1.5.4 - Update Bauspartarife to version 1.85, Produktanbieter-IDs to version 1.1142 #196

Merged
merged 1 commit into from
Apr 5, 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.

35 changes: 18 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.3; 052f008e5b7e286d2c3b27807ad7bac6dfbe5fd6
version: 1.5.4; 564aa16ea07e8cc35830eea99db70b1476bbfede
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -45,6 +45,10 @@ paths:
schema:
type: string
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
Expand All @@ -55,10 +59,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":
Expand Down Expand Up @@ -152,6 +152,16 @@ paths:
$ref: '#/components/schemas/ImportKundenangabenRequest'
required: true
responses:
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
content:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"422":
Expand All @@ -164,16 +174,6 @@ paths:
$ref: '#/components/responses/Forbidden'
"409":
$ref: '#/components/responses/Conflict'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
content:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"400":
$ref: '#/components/responses/BadRequest'
security:
Expand Down Expand Up @@ -748,11 +748,11 @@ components:
- LBS_NORD_N_MODERNISIERER_MX
- LBS_NORD_CLASSIC_GU
- LBS_NORD_CLASSIC_GV
- LBS_NORD_CLASSIC_MINI_GM
- LBS_NORD_CLASSIC_TF_GF
- LBS_NORD_CLASSIC_JC
- LBS_NORD_CLASSIC_JV
- LBS_NORD_CLASSIC_MINI
- LBS_NORD_CLASSIC_MINI_GM
- LBS_NORD_CLASSIC_TF_GF
- LBS_NORD_CLASSIC_TF_JF
- LBS_NORD_PLUS
- LBS_NORD_FINANZIERER_F3_2016
Expand Down Expand Up @@ -4046,6 +4046,7 @@ components:
- KSK_MUENCHEN_STARNBERG_EBERSBERG
- KSK_NORDHAUSEN
- KSK_NORDHORN
- KSK_NORTHEIM
- KSK_OSTERHOLZ
- KSK_PEINE
- KSK_RATZEBURG
Expand Down
Loading