Personendaten lesen
Die Endpunkte dieser Endpunktberechtigung finden Sie im Controller "PersonsRead" und "PersonsReadCatalog".
Um lesend auf die Daten der Personen über die API zugreifen zu können, muss die Endpunktberechtigung "Personen lesen" aktiviert werden.
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Personen abrufen
Version 1.0
Use username and password.
20falsefalsefalseOK
Bad Request
Unauthorized
GET /openwowi/v1.0/PersonsRead/Persons HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"IdNum": "text",
"Name": "text",
"ShortName": "text",
"IsNaturalPerson": true,
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28",
"LegalPerson": {
"LongName1": "text",
"LongName2": "text",
"VatId": "text",
"CommercialRegisterNumber": "text",
"CommercialRegisterTown": "text",
"ContractPersons": [
{
"Id": 1,
"IdNum": "text",
"FirstName": "text",
"LastName": "text"
}
]
},
"NaturalPerson": {
"FirstName": "text",
"LastName": "text",
"BirthName": "text",
"CareOf": "text",
"Title": "text",
"BirthDate": "2025-11-28T16:36:29.201Z",
"DeathDate": "2025-11-28T16:36:29.201Z",
"Gender": {
"Id": 1,
"Name": "text"
},
"MaritalType": {
"Id": 1,
"Name": "text"
},
"Nationality": {
"Id": 1,
"Name": "text",
"Code": "text"
}
},
"Addresses": [
{
"AddressTypeId": 1,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"CountryId": 1,
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28",
"Id": 1,
"AddressType": "text",
"CountryCode": "text",
"StreetComplete": "text",
"HouseNumberComplete": "text",
"MainAddress": true
}
],
"Communications": [
{
"CommunicationTypeId": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text",
"Id": 1,
"CommunicationType": "text",
"RelatedAddress": "text"
}
],
"PersonBankAccounts": [
{
"Id": 1,
"Iban": "text",
"Bic": "text",
"AccountHolder": "text",
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28",
"BankAccountType": {
"Id": 1,
"Code": "text"
},
"BankAccountId": 1,
"BankAccountUsageType": {
"Id": 1,
"Code": "text"
}
}
]
}
]Version 1.2
Use username and password.
20falsefalsefalsefalsefalsefalseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsRead/Persons HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"IdNum": "text",
"Name": "text",
"ShortName": "text",
"Confidential": true,
"Vip": {
"Id": 1,
"Code": "text"
},
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28",
"LegalPerson": {
"LongName1": "text",
"LongName2": "text",
"VatId": "text",
"CommercialRegisterNumber": "text",
"CommercialRegisterTown": "text",
"ContractPersons": [
{
"Id": 1,
"IdNum": "text",
"FirstName": "text",
"LastName": "text"
}
]
},
"NaturalPerson": {
"Title": "text",
"FirstName": "text",
"LastName": "text",
"BirthName": "text",
"CareOf": "text",
"BirthDate": "2025-11-28",
"DeathDate": "2025-11-28T16:36:29.201Z",
"Gender": {
"Id": 1,
"Name": "text"
},
"MaritalType": {
"Id": 1,
"Name": "text"
},
"Nationality": {
"Id": 1,
"Name": "text",
"Code": "text"
},
"PersonInCare": {
"Id": 1,
"IdNum": "text"
},
"ContactFor": [
{
"Id": 1,
"IdNum": "text",
"LongName1": "text",
"LongName2": "text"
}
]
},
"Addresses": [
{
"Id": 1,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28",
"StreetComplete": "text",
"HouseNumberComplete": "text",
"MainAddress": true,
"AddressType": {
"Id": 1,
"Name": "text"
},
"Country": {
"Id": 1,
"Name": "text",
"Code": "text"
}
}
],
"Communications": [
{
"Id": 1,
"RelatedAddressId": 1,
"Content": "text",
"Explanation": "text",
"RelatedAddress": "text",
"CommunicationType": {
"Id": 1,
"Name": "text"
}
}
],
"PersonBankAccounts": [
{
"Id": 1,
"Iban": "text",
"Bic": "text",
"AccountHolder": "text",
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28",
"BankAccountType": {
"Id": 1,
"Code": "text"
},
"BankAccountId": 1,
"BankAccountUsageType": {
"Id": 1,
"Code": "text"
}
}
],
"AdditionalFields": [
{
"Name": "text",
"Content": "text",
"Type": "text"
}
]
}
]Personen "Zuordnungen" abrufen
Version 1.2
Use username and password.
falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsRead/Person/{personId}/Assignments HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"EntityCode": "text",
"EntityName": "text",
"EntityId": 1,
"TextInfos": [
"text"
],
"Relations": [
{
"EntityId": 1,
"EntityCode": "text",
"DisplayText": "text"
}
]
}
]Banken
Version 1.2
Use username and password.
20falsefalseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsRead/Banks HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"Name": "text",
"Code": "text",
"Bic": "text",
"Checksum": "text",
"OwnCode": "text",
"Town": "text",
"Zip": "text",
"IsObsolete": true,
"Country": {
"Id": 1,
"Name": "text",
"Code": "text"
}
}
]SEPA Mandate
Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsRead/SepaMandate HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"MandateId": "text",
"OriginalCreditorName": "text",
"BankAccount": {
"Id": 1,
"Iban": "text",
"Bic": "text"
},
"SepaMandateType": {
"Id": 1,
"Code": "text"
},
"FormerlyDirectDebit": true,
"ValidFrom": "2025-11-28T16:36:29.201Z",
"ValidTo": "2025-11-28T16:36:29.201Z",
"MultiplePaymentModes": true,
"IsActive": true,
"DateOfSignature": "2025-11-28T16:36:29.201Z",
"PlaceOfSignature": "text",
"Address": {
"Id": 1,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"ValidFrom": "2025-10-20",
"ValidTo": "2025-10-20",
"StreetComplete": "text",
"HouseNumberComplete": "text",
"MainAddress": true,
"AddressType": {
"Id": 1,
"Name": "text"
},
"Country": {
"Id": 1,
"Name": "text",
"Code": "text"
}
},
"SepaCreditorIdentifierId": 1
}
]SEPA Gläubiger
Version 1.2
Use username and password.
20falseOK
Bad Request
Unauthorized
GET /openwowi/v1.2/PersonsRead/SepaCreditorIdentifier HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
{
"Id": 1,
"IdNum": "text",
"Description": "text",
"NodeId": 1
}
]Enumeratoren für "MaritalTypeId":
1
Single
2
Married
3
CivilPartnered
4
Divorced
5
Widowed
6
InACommune
7
Separated
8
SeparatedCivilPartner
9
SurvivingCivilPartner
10
MaritalStatusUnknown
Zuletzt aktualisiert
