Skip to content

Commit

Permalink
Neue Api-Version vom (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
PasstGitHub authored Feb 5, 2024
1 parent fe1eed3 commit d5f143e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 915 deletions.
25 changes: 19 additions & 6 deletions api/baufi-passende-vorschlaege-api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
description: 'As consumer, I want to determine appropriate financing proposals based on my situation and preferences. Analyze my needs and compare and find the best offers which fits my needs.'
version: 1.0.27
version: 1.0.42
title: Vorschlaege API
contact:
name: Europace AG
Expand Down Expand Up @@ -135,9 +135,9 @@ paths:
schema:
$ref: '#/components/schemas/FinanzierungsVorschlaege'
'400':
description: Bad request
description: Bad request.
'404':
description: No determination triggered for this ID or result no longer available
description: No determination triggered for this ID or result no longer available.
'500':
description: Internal server error
security:
Expand All @@ -164,9 +164,9 @@ paths:
schema:
$ref: '#/components/schemas/VorschlagResponse'
'401':
description: Authorization information is missing or invalid
description: Authorization information is missing or invalid.
'404':
description: No financial proposals found for AnfrageId
description: No financial proposals found for AnfrageId.
'419':
description: Max count of bookmarks exceeded
'500':
Expand Down Expand Up @@ -616,6 +616,16 @@ components:
format: int32
description: 'Desired provision interest-free period in months'
example: 6
produktAnbieterIds:
type: string
description: 'A list of comma seperated produktanbieter ids for which the api will try to generate offers if allowed by the partner management.'
finanzierungsBestandteile:
type: string
description: 'Allowed values are: UNKOMPLIZIERTE_FINANZIERUNG, OEFFENTLICHE_FOERDERUNGEN, WEITERE_PRODUKTE'
enum:
- UNKOMPLIZIERTE_FINANZIERUNG
- OEFFENTLICHE_FOERDERUNGEN
- WEITERE_PRODUKTE
Restschuld:
type: object
properties:
Expand Down Expand Up @@ -687,6 +697,9 @@ components:
type: string
format: date
example: '2021-05-21'
angebotsTyp:
type: string
example: 'NEUFINANZIERUNG|PROLONGATION|UMSCHULDUNG'
finanzierungsbausteine:
maxItems: 2
minItems: 1
Expand Down Expand Up @@ -1218,4 +1231,4 @@ components:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT
bearerFormat: JWT
Loading

0 comments on commit d5f143e

Please sign in to comment.