Skip to content

Commit

Permalink
Update Bauspartarife to version 1.98. This adds new tariffs for LBS_SUED
Browse files Browse the repository at this point in the history
  • Loading branch information
europace committed Sep 17, 2024
1 parent c5183ea commit 9a461e2
Show file tree
Hide file tree
Showing 3 changed files with 111 additions and 105 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

44 changes: 25 additions & 19 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.18; b71ade3a515804268e48d5a1c0fc5eb459d0cf25
version: 1.5.19; f9c86ff696de6a0906dde994a117d0e954825691
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -45,12 +45,6 @@ paths:
schema:
type: string
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"401":
$ref: '#/components/responses/Unauthorized'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
Expand All @@ -61,6 +55,12 @@ 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":
Expand Down Expand Up @@ -101,12 +101,6 @@ 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":
Expand All @@ -119,6 +113,12 @@ paths:
$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
"409":
$ref: '#/components/responses/Conflict'
"400":
Expand Down Expand Up @@ -154,6 +154,12 @@ 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 @@ -164,12 +170,6 @@ 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 @@ -737,10 +737,13 @@ components:
- LBS_BAYERN_ZF_X35_RIESTER
- LBS_SUED_ANKOMMER_3_5
- LBS_SUED_ANKOMMER_5
- LBS_SUED_ANKOMMER_6
- LBS_SUED_BONUSBRINGER
- LBS_SUED_SPRINTER
- LBS_SUED_SPRINTER_E
- LBS_SUED_ZINSSPARER
- LBS_SUED_SPRINTER_RIESTER
- LBS_SUED_SPRINTER_E_RIESTER
- LBS_SUED_VORSORGER_RIESTER
- LBS_HT_CLASSIC_S_2015
- LBS_HT_CLASSIC_F_2015
Expand Down Expand Up @@ -958,10 +961,13 @@ components:
- LBS_SUEDWEST_ZUKUNFT_PLUS
- LBS_SUEDWEST_ANKOMMER_3_5
- LBS_SUEDWEST_ANKOMMER_5
- LBS_SUEDWEST_ANKOMMER_6
- LBS_SUEDWEST_BONUSBRINGER
- LBS_SUEDWEST_SPRINTER
- LBS_SUEDWEST_SPRINTER_E
- LBS_SUEDWEST_ZINSSPARER
- LBS_SUEDWEST_SPRINTER_RIESTER
- LBS_SUEDWEST_SPRINTER_E_RIESTER
- LBS_SUEDWEST_VORSORGER_RIESTER
- LBS_SAAR_PREMIUM_FLEX_18
- LBS_SAAR_PREMIUM_SICHER_18
Expand Down
Loading

0 comments on commit 9a461e2

Please sign in to comment.