Hauswarte
Last updated
Last updated
OK
const response = await fetch('/openwowi/v1.2/CommercialInventory/Caretaker', {
method: 'GET',
headers: {},
});
const data = await response.json();
[
{
"Id": 0,
"CodeShort": "text",
"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-25T22:49:54.479Z",
"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"
}
}
}
]