europace / baufismart-antraege-api

As a loan provider get all the data of your applications for highly effective validations and approvals.
https://docs.api.europace.de/baufinanzierung/antraege/antraege-api/
Apache License 2.0
6 stars 5 forks source link

Release 2.56 - New field produktAnbieterSpezifischeDarlehensMerkmale in Darlehen #167

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

see below

saigyo commented 1 year ago

Release 2.56 - New field produktAnbieterSpezifischeDarlehensMerkmale in Darlehen

Add a new property produktAnbieterSpezifischeDarlehensMerkmale to Darlehen, which will be populated with additional lender-specific data in specific use cases. The schema of the JSON-object under this property is lender-specific and is therefore not specified in the general API specification.

GET /v2/antraege/{vorgang}/{antrag}/{teilantrag}

{
  "darlehen": [
     {
        "produktAnbieterSpezifischeDarlehensMerkmale": {
           "zinsberechnungsmethodik": "XYZ",
           "einstand": 3.64,
           "vermittler": {
             "vein": "0815"
           }
        }
     }
   ]
}