Darlehensgeber
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Darlehensgeber abrufen
Version 1.0
Version 1.1
Version 1.2
Last updated
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Last updated
OK
const response = await fetch('/openwowi/v1.0/Loans/Lender', {
method: 'GET',
headers: {},
});
const data = await response.json();
[
{
"Id": 0,
"LenderNumber": "text",
"PersonShortName": "text"
}
]
OK
const response = await fetch('/openwowi/v1.2/Loans/Lender', {
method: 'GET',
headers: {},
});
const data = await response.json();
[
{
"Id": 0,
"LenderNumber": "text",
"HasBalanceConfirmation": false,
"BankingDays": 0,
"PaymentAdvice": false,
"LenderType": {
"Id": 0,
"Code": "text"
},
"AdviseType": {
"Id": 0,
"Code": "text"
},
"LoanState": {
"Id": 0,
"Code": "text"
},
"PersonId": 0,
"Person": {
"Id": 0,
"IdNum": "text",
"Shortname": "text",
"Name": "text",
"NodeId": 0,
"TaxNumber": "text",
"TaxIdentificationNumber": "text",
"ValidFrom": "2025-01-25",
"ValidTo": "2025-01-25",
"IsNaturalPerson": false,
"NaturalPerson": {
"Title": "text",
"FirstName": "text",
"LastName": "text",
"BirthName": "text",
"CareOf": "text",
"BirthDate": "2025-01-25",
"DeathDate": "2025-01-25T21:40:47.045Z",
"Gender": {
"Id": 0,
"Name": "text"
},
"MaritalType": {
"Id": 0,
"Name": "text"
},
"Nationality": {
"Id": 0,
"Name": "text",
"Code": "text"
},
"ContactPreference": {
"Id": 0,
"Name": "text"
}
},
"LegalPerson": {
"LongName1": "text",
"LongName2": "text",
"VatId": "text",
"CommercialRegisterNumber": "text",
"CommercialRegisterTown": "text"
},
"Addresses": [
{
"Id": 0,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"ValidFrom": "2025-01-25",
"ValidTo": "2025-01-25",
"StreetComplete": "text",
"HouseNumberComplete": "text",
"MainAddress": false,
"AddressType": {
"Id": 0,
"Name": "text"
},
"Country": {
"Id": 0,
"Name": "text",
"Code": "text"
}
}
],
"Communications": [
{
"Id": 0,
"RelatedAddressId": 0,
"Content": "text",
"Explanation": "text",
"RelatedAddress": "text",
"CommunicationType": {
"Id": 0,
"Name": "text"
}
}
],
"BankAccounts": [
{
"Id": 0,
"BankAccountId": 0,
"Iban": "text",
"Bic": "text",
"AccountHolder": "text",
"ValidFrom": "2025-01-25",
"ValidTo": "2025-01-25",
"BankAccountType": {
"Id": 0,
"Code": "text"
},
"BankAccountUsageType": {
"Id": 0,
"Code": "text"
}
}
],
"FirstEmailCommunication": {
"Id": 0,
"RelatedAddressId": 0,
"Content": "text",
"Explanation": "text",
"RelatedAddress": "text",
"CommunicationType": {
"Id": 0,
"Name": "text"
}
},
"FirstLandlinePhoneCommunication": {
"Id": 0,
"RelatedAddressId": 0,
"Content": "text",
"Explanation": "text",
"RelatedAddress": "text",
"CommunicationType": {
"Id": 0,
"Name": "text"
}
},
"FirstMobilePhoneCommunication": {
"Id": 0,
"RelatedAddressId": 0,
"Content": "text",
"Explanation": "text",
"RelatedAddress": "text",
"CommunicationType": {
"Id": 0,
"Name": "text"
}
}
},
"DefaultAddress": {
"Id": 0,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"ValidFrom": "2025-01-25",
"ValidTo": "2025-01-25",
"StreetComplete": "text",
"HouseNumberComplete": "text",
"MainAddress": false,
"AddressType": {
"Id": 0,
"Name": "text"
},
"Country": {
"Id": 0,
"Name": "text",
"Code": "text"
}
},
"DefaultBankaccount": {
"Id": 0,
"BankAccountId": 0,
"Iban": "text",
"Bic": "text",
"AccountHolder": "text",
"ValidFrom": "2025-01-25",
"ValidTo": "2025-01-25",
"BankAccountType": {
"Id": 0,
"Code": "text"
},
"BankAccountUsageType": {
"Id": 0,
"Code": "text"
}
}
}
]