Skip to content

Commit

Permalink
Remove rueckkaufswert and angesparterBetrag (#21)
Browse files Browse the repository at this point in the history
The properties `rueckkaufswert` and `angesparterBetrag` are no longer in use and therefore will be removed from the API.

If a user is still sending the properties, the Vorgang will still be imported with a hint in the messages property that these properties are unknown.
  • Loading branch information
huehnerlady authored Jul 27, 2023
1 parent e5c469f commit 75ca85f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ In addition there is the value "SONSTIGE" ("other")
#### Bausparvertrag

{
"angesparterBetrag": BigDecimal,
"gehoertZuAntragsteller": Antragstellerzuordnung,
"sparbeitragMonatlich": BigDecimal
}
Expand All @@ -542,8 +541,7 @@ In addition there is the value "SONSTIGE" ("other")

{
"gehoertZuAntragsteller": Antragstellerzuordnung,
"praemieMonatlich": BigDecimal,
"rueckkaufswert": BigDecimal,
"praemieMonatlich": BigDecimal
}

#### Sonstiger Vermögenswert
Expand Down

0 comments on commit 75ca85f

Please sign in to comment.