Last updated 1 year ago
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Dieser Abruf enthält die Darlehensarten, welche dem Darlehen zugeordnet werden können.
GET /openwowi/v1.0/Loans/LoanTypes HTTP/1.1 Host: Accept: */*
OK
[ { "Id": 1, "Code": "text", "IsPassive": true, "IsGroundRent": true, "MetaMasterAccountInterestId": 1, "MetaMasterAccountInterestCode": "text", "MetaMasterAccountInterestName": "text", "MetaMasterAccountRepaymentId": 1, "MetaMasterAccountRepaymentCode": "text", "MetaMasterAccountRepaymentName": "text" } ]
false
GET /openwowi/v1.2/LoansCatalog/LoanTypes HTTP/1.1 Host: Accept: */*
[ { "Id": 1, "NodeId": 1, "Code": "text", "ShortCode": "text", "IsPassive": true, "IsGroundRent": true, "LoanSettlementType": { "Id": 1, "Code": "text" }, "MetaMasterAccountInterest": { "Id": 1, "Code": "text" }, "MetaMasterAccountRepayment": { "Id": 1, "Code": "text" } } ]