Skip to content

Commit

Permalink
BD-1398 - kundenAngabenApi 1.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
europace committed Oct 15, 2024
1 parent ecf3a52 commit 76bfb9e
Show file tree
Hide file tree
Showing 3 changed files with 147 additions and 117 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

80 changes: 55 additions & 25 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.20; a26c5aabd7a89cd9d262257a097958013521a51a
version: 1.5.21; 5662527504d045ebd3ba106b971e4bbba6774603
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -45,14 +45,6 @@ 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 @@ -63,6 +55,14 @@ 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 @@ -103,6 +103,12 @@ paths:
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"204":
description: Kundenangaben in einem bestehenden Vorgang überschrieben
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
"404":
$ref: '#/components/responses/NotFound'
"422":
Expand All @@ -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":
Expand Down Expand Up @@ -154,16 +154,6 @@ paths:
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"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'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
Expand All @@ -174,6 +164,16 @@ 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 @@ -775,6 +775,36 @@ components:
- LBS_NORDWEST_WT_SPEZIAL_2024_R
- LBS_NORDWEST_WT_MOD_ECOFLEX_2024_R
- LBS_NORDWEST_WT_MOD_FLEX_2024_R
- LBS_NORDWEST_BESTAND_CLASSIC_06_L
- LBS_NORDWEST_BESTAND_CLASSIC_06_N
- LBS_NORDWEST_BESTAND_CLASSIC_06_S
- LBS_NORDWEST_BESTAND_CLASSIC_11_F
- LBS_NORDWEST_BESTAND_CLASSIC_11_F_MAXI
- LBS_NORDWEST_BESTAND_CLASSIC_11_L
- LBS_NORDWEST_BESTAND_CLASSIC_11_N
- LBS_NORDWEST_BESTAND_CLASSIC_11_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_4_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_4_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_5_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_5_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_6_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_6_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_8_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_FLEX_8_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_13_PLUS
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_DIREKT_10
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_DIREKT_15
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_4_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_4_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_5_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_5_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_6_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_6_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_8_L
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_FLEX_8_S
- LBS_NORDWEST_BESTAND_ZUHAUSE_15_PLUS
- LBS_NORDWEST_BESTAND_ZUHAUSE_17_PRIMA
- LBS_NORDWEST_BESTAND_ZUHAUSE_17_PRIMA_10
- LBS_NORD_CLASSIC_GU
- LBS_NORD_CLASSIC_GV
- LBS_NORD_CLASSIC_MINI_GM
Expand Down
Loading

0 comments on commit 76bfb9e

Please sign in to comment.