Skip to content

Commit

Permalink
added fields for notification (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrell authored Jul 31, 2020
1 parent 47d91de commit ff06b06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Unter https://github.com/hypoport/kreditsmart-kex-vorgang-api-schema liegt das z
* [Request Format](#request-format)
* [Vorgang](#vorgang)
* [Partner](#partner)
* [Benachrichtigung](#benachrichtigung)
* [Antragsteller](#antragsteller)
* [Herkunft](#herkunft)
* [Personendaten](#personendaten)
Expand Down Expand Up @@ -175,6 +176,7 @@ Die Übermittlung erfolgt im Format [ISO-3166/ALPHA-2](https://de.wikipedia.org/
"bearbeiter": Partner,
"tippgeber": Partner,
"leadquelle": String,
"benachrichtigung": Benachrichtigung
"eigeneVorgangsnummer": String,
"baufiSmartVorgangsnummer": String,
"antragsteller1": Antragsteller,
Expand All @@ -194,6 +196,14 @@ Das Feld *kundenbetreuer.partnerId* ist ein Pflichtfeld.

Die Europace 2 PartnerID ist 5-stellig und hat das Format ABC12.

### Benachrichtigung

{
"aktiv": true | false
}

Wenn die Benachrichtigung auf aktiv gesetzt ist, bekommt der Kundenbetreuer eine E-Mail als Bestätigung.

### Antragsteller

{
Expand Down

0 comments on commit ff06b06

Please sign in to comment.