Adressen ändern
Die Endpunkte der Version 1.2 sind momentan in der Entwicklung und können noch Änderungen erfahren.
Eine neue Adresse zur Person erfassen
Version 1.0
post
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
AddressTypeIdinteger · int32 | nullfähigOptional
Zipstring | nullfähigOptional
Townstring | nullfähigOptional
Streetstring | nullfähigOptional
HouseNumberstring | nullfähigOptional
HouseNumberAdditionstring | nullfähigOptional
CountryIdinteger · int32 | nullfähigOptional
ValidFromstring · dateOptionalExample:
2025-11-28Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ValidTostring · date | nullfähigOptionalExample:
2025-11-28Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])Antworten
201
Created
400
Bad Request
401
Unauthorized
post
/openwowi/v1.0/PersonsWrite/Person/{personId}/AddressesPOST /openwowi/v1.0/PersonsWrite/Person/{personId}/Addresses HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 174
{
"AddressTypeId": 1,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"CountryId": 1,
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28"
}1Version 1.2
post
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
AddressTypeIdinteger · int32 | nullfähigOptional
Zipstring | nullfähigOptional
Townstring | nullfähigOptional
Streetstring | nullfähigOptional
HouseNumberstring | nullfähigOptional
HouseNumberAdditionstring | nullfähigOptional
CountryIdinteger · int32 | nullfähigOptional
ValidFromstring · dateOptionalExample:
2025-11-28Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ValidTostring · date | nullfähigOptionalExample:
2025-11-28Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])Antworten
201
Created
400
Bad Request
401
Unauthorized
post
/openwowi/v1.2/PersonsWrite/Person/{personId}/AddressesPOST /openwowi/v1.2/PersonsWrite/Person/{personId}/Addresses HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 174
{
"AddressTypeId": 1,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"CountryId": 1,
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28"
}1Eine bestehende Adresse ändern
Version 1.0
put
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
AddressTypeIdinteger · int32 | nullfähigOptional
Zipstring | nullfähigOptional
Townstring | nullfähigOptional
Streetstring | nullfähigOptional
HouseNumberstring | nullfähigOptional
HouseNumberAdditionstring | nullfähigOptional
CountryIdinteger · int32 | nullfähigOptional
ValidFromstring · dateOptionalExample:
2025-11-28Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ValidTostring · date | nullfähigOptionalExample:
2025-11-28Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])Antworten
200
OK
Antwortinteger · int32
400
Bad Request
401
Unauthorized
put
/openwowi/v1.0/PersonsWrite/Person/{personId}/Addresses/{childId}PUT /openwowi/v1.0/PersonsWrite/Person/{personId}/Addresses/{childId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 174
{
"AddressTypeId": 1,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"CountryId": 1,
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28"
}1Version 1.2
put
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Rumpf
AddressTypeIdinteger · int32 | nullfähigOptional
Zipstring | nullfähigOptional
Townstring | nullfähigOptional
Streetstring | nullfähigOptional
HouseNumberstring | nullfähigOptional
HouseNumberAdditionstring | nullfähigOptional
CountryIdinteger · int32 | nullfähigOptional
ValidFromstring · dateOptionalExample:
2025-11-28Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])ValidTostring · date | nullfähigOptionalExample:
2025-11-28Pattern: \d{4}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])Antworten
200
OK
Antwortinteger · int32
400
Bad Request
401
Unauthorized
put
/openwowi/v1.2/PersonsWrite/Person/{personId}/Addresses/{childId}PUT /openwowi/v1.2/PersonsWrite/Person/{personId}/Addresses/{childId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 174
{
"AddressTypeId": 1,
"Zip": "text",
"Town": "text",
"Street": "text",
"HouseNumber": "text",
"HouseNumberAddition": "text",
"CountryId": 1,
"ValidFrom": "2025-11-28",
"ValidTo": "2025-11-28"
}1Eine bestehende Adresse löschen
Version 1.0
delete
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
Antwortinteger · int32
400
Bad Request
401
Unauthorized
delete
/openwowi/v1.0/PersonsWrite/Person/{personId}/Addresses/{childId}DELETE /openwowi/v1.0/PersonsWrite/Person/{personId}/Addresses/{childId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
1Version 1.2
delete
Autorisierungen
OAuth2passwordErforderlichToken URL:
Use username and password.
Pfadparameter
personIdinteger · int32Erforderlich
childIdinteger · int32Erforderlich
Abfrageparameter
apiKeystringOptional
Antworten
200
OK
Antwortinteger · int32
400
Bad Request
401
Unauthorized
delete
/openwowi/v1.2/PersonsWrite/Person/{personId}/Addresses/{childId}DELETE /openwowi/v1.2/PersonsWrite/Person/{personId}/Addresses/{childId} HTTP/1.1
Host:
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
1Zuletzt aktualisiert
