Skip to content

Anträge API Release 2.35

Compare
Choose a tag to compare
@unstko unstko released this 06 Apr 13:44
· 69 commits to master since this release
5db98e7

Änderungen in Version 2.35

Es gibt ein neues Feld tarifId im Bausparvertrag (Teil des Angebots). Dieses enthält die produktanbieter-spezifische Tarif-ID des Bauspartarifs.

Beispiel-Response:

"angebot": {
  "bausparvertraege": [
    {
      "tarif": "BHW WohnBausparen (FI2N) 0,10% | 2,35%",
      "tarifId": "FI2N",
      "produktAnbieter": {
        "produktAnbieterId": "BHW",
        "produktAnbieterKurzName": "BHW Bausparkasse",
        // ...
      },
      // ...
    }
  ]
}