Skip to content

Commit

Permalink
[Feature] Moal3 - Neuer EreignisTyp "EXPORT"
Browse files Browse the repository at this point in the history
Motivation
Es gibt bereits die Möglichkeit an verschiedenen Stellen im Frontend, die erfassten Daten eines BaufiSmart-Vorganges an KreditSmart zu übertragen, um dort einen Vorgang für einen Privatkredit anzulegen.

Bei der Übertragung wird ein Ereignis geschrieben. Dieses neue Ereignis von Typ "EXPORT" soll auch in der Ereignis API zurückgeliefert werden.

Trello Ticket:
https://trello.com/c/M3CECZrz/196-verknüpfung-2-baufismart-ereignislasche
  • Loading branch information
KoneFuzius committed Sep 25, 2019
1 parent 00fa4b0 commit dfa118f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
description: API für Ereignisse in BaufiSmart-Vorgängen.
version: '1.2.0'
version: '1.2.1'
title: Ereignisse API
contact:
name: Europace AG
Expand Down Expand Up @@ -258,6 +258,7 @@ definitions:
- KOMMENTAR
- KOMMUNIKATION
- HINWEIS
- EXPORT
zeitpunkt:
type: string
format: date-time
Expand Down

0 comments on commit dfa118f

Please sign in to comment.