Closed github-actions[bot] closed 1 year ago
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"
}
}
}
]
}
see below