Konditionen
Konditionen abrufen
Version 1.0
get
Authorizations
Query parameters
apiKeystringOptional
Responses
200
OK
400
Bad Request
401
Unauthorized
get
GET /openwowi/v1.0/Loans/LoanCondition HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"LoanId": 1,
"IdNum": "text",
"AnnuityHeaderId": 1,
"AnnuityPerMaturity": 1,
"TermFrom": "2025-06-27",
"TermTo": "2025-06-27",
"LoanTermsTypeId": 1,
"LoanTermsTypeCode": "text",
"Amount": 1,
"Percentage": 1,
"LoanBaseId": 1,
"LoanBaseCode": "text",
"ChangeReasonCostItemId": 1,
"ChangeReasonCostItemCode": "text",
"FirstMaturity": "2025-06-27",
"NextMaturity": "2025-06-27",
"FixedMaturity": "2025-06-27",
"MaturityDateTypeId": 1,
"MaturityDateTypeCode": "text",
"MaturityPeriodId": 1,
"MaturityPeriodCode": "text",
"PeriodOfPerformanceFromId": 1,
"PeriodOfPerformanceFromCode": "text",
"PeriodOfPerformanceToId": 1,
"PeriodOfPerformanceToCode": "text",
"RoundingTypeId": 1,
"RoundingTypeCode": "text",
"AmortizationSettingOff": "2025-06-27"
}
]
Ab Version 1.2 können die Konditionen über einen Parameter im Abruf des Darlehens eingeschlossen werden.
Last updated