Skip to content

Commit

Permalink
KreditKonditionen dürfen leer bleiben, um zu signalisieren, dass kein…
Browse files Browse the repository at this point in the history
…e Konditionen zur Verfügung stehen (#59)

=> dann wird das Angebot als NICHT-MACHBAR interpretiert

KITT-1990
  • Loading branch information
gomil authored Jul 11, 2022
1 parent af97e5f commit 43767d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ supportMeldung</code>.

A complete offer without document(s) is expected. The feasibility status is `NICHT_MACHBAR`. Completeness messages, that point out the missing data, must be available.

If conditions of an offer are not available due to missing/incomplete response of the backend-system, the field `kredit` could be left empty (`null`). The offer will be automatically marked as `NICHT_MACHBAR`.

##### Handling shortfall in the Haushaltsrechnung

If the application is not feasible due to a shortfall in the Haushaltsrechnung, ideally the duration will be extended. If this is not possible, a downselling of the loan amount can take place.
Expand Down
4 changes: 2 additions & 2 deletions swagger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 2.4.4
version: 2.4.5
title: KEX Market Engine API
basePath: /v1
schemes:
Expand Down Expand Up @@ -1073,6 +1073,7 @@ definitions:
description: Token, dass dazu dient die bei der Ermittlung berechnete AngebotsVariante bei der Annahme identifizieren zu können.
type: string
kredit:
description: Angaben zu den Kredit-Konditionen. Wenn diese fehlen (null) wird das Angebot als NICHT-MACHBAR interpretiert.
$ref: '#/definitions/kredit'
status:
$ref: '#/definitions/angebotsstatus'
Expand All @@ -1097,7 +1098,6 @@ definitions:
- produktbezeichnung
- produktart
- angebotsvariantentyp
- kredit
- status

produktart:
Expand Down

0 comments on commit 43767d7

Please sign in to comment.