changePersonDS Data Type

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
titleKey string 0/1
de
Schlüssel der Anrede
en
title key
academicTitleKey string 0/1
de
Schlüssel akademischer Titel
en
academic title key
lastName string 0/1
de
Nachname
en
last name
firstName string 0/1
de
Vorname
en
first name
firstNameLegal string 0/1
de
juristischer Vorname (gem. Ausweisdokument)
en
legal first name (according to identification document)
birthDate int 0/1
de
Geburtsdatum
en
date of birth
placeOfBirth string 0/1
de
Geburtsort
en
place of birth
nameAtBirth string 0/1
de
Geburtsname
en
birth name
countryOfBithKey string 0/1
de
Schlüssel Geburtsland
en
key country of birth
maritalStatusKey string 0/1
de
Schlüssel Familienstand
en
key marital status
citizenshipKey string 0/1
de
Schlüssel Staatsangehörigkeit
en
key nationality
additionalCitizenship1Key string 0/1
de
Schlüssel der weiteren Staatsangehörigkeit
en
additional citizenship key
additionalCitizenship2Key string 0/1
de
Schlüssel der weiteren Staatsangehörigkeit
en
additional citizenship key
tin string 0/1
de
Steueridenfikationsnummer (TIN)
en
tax identification number (TIN)
occupationalStatusKey int 0/1
de
Schlüssel Berufsstatus
en
key occupational status
occupationalCategoryKey string 0/1
de
Schlüssel Berufsgruppe
en
key occupational category
advertingBanSign boolean 0/1
de
Werbeverbotskennzeichen
en
advertising ban sign
eMailAdvertingPermitSign boolean 0/1
de
E-Mail Werbeverbotskennzeichen
en
email advertising ban sign
phoneAdvertingPermitSign boolean 0/1
de
Werbekennzeichen: Kontaktaufnahme per Telefon erlaubt.
en
Indicator, if advertising by phone is permitted.
phone string 0/1
de
Telefonnummer
en
telephone number
phoneBusiness string 0/1
de
Telefonnummer geschäftlich
en
business telephone number
fax string 0/1
de
Faxnummer
en
fax number
mobilePhone string 0/1
de
Handynummer
en
mobile number
email string 0/1
de
E-Mail Adresse
en
email address
usPerson boolean 0/1
de
Kennzeichen für US-Person (FATCA)
en
flag for US person (FATCA)
usTin string 0/1
de
US Steuernummer (FATCA)
en
US tax identification number (FATCA)
crsRelevant boolean 0/1
de
Kennzeichen für ausländische Steuerpflicht der Person (CRS)
en
flag for foreign tax liability of applicant (CRS)
crsCountryKey string 0/1
de
Schlüssel Land, in dem der Antragssteller
einer ausländischen Steuerpflicht unterliegt (CRS) (Land 1)
en
key country, where applicant is subject to foreign tax liability
(CRS) (country 1)
crsTaxNumber string 0/1
de
Ausländische Steuuernummer (CRS) (Land 1)
en
foreign tax identification number (CRS) (country 1)
crsCountryKey2 string 0/1
de
Schlüssel Land, in dem der Antragssteller
einer ausländischen Steuerpflicht unterliegt (CRS) (Land 2)
en
key country, where applicant is subject to foreign tax liability
(CRS) (country 2)
crsTaxNumber2 string 0/1
de
Ausländische Steuuernummer (CRS) (Land 2)
en
foreign tax identification number (CRS) (country 2)
occupationalIndustryKey string 0/1
de
Schlüssel Tätigkeitsbereich
en
key business sector
residentKey string 0/1
de
Schlüssel Gebietsansässigkeit
en
key local residency
addressSupplement string 0/1
de
Adresszusatz
en
Address supplement
assessmentKey int 0/1
de
Schlüssel steuerliche Veranlagung
en
key tax assessment
city string 0/1
de
Ort (Meldeadresse)
en
city (registered address)
countryKey string 0/1
de
Schlüssel Wohnsitzland (Meldeadresse)
en
key country of residence (registered address)
creditRatingKey int 0/1
de
Schlüssel Bonität der Person EN: key credit
rating
entityAddendum list of entityAddendumDS 0/unbounded
de
Ergänzende Angaben auf Personenebene.
en
Additional information for person data
foreignPostalCode string 0/1
de
Ausländische Postleitzahl (Meldeadresse)
en
Foreign postal code (registered address)
identificationDocumentKey string 0/1
de
Schlüssel Ausweisdokument
en
identification document key
identificationNumber string 0/1
de
Ausweisnummer
en
identification document number
identificationIssuedBy string 0/1
de
Ausstellende Behörde des Ausweisdokuments
en
issuer of idenfication document
identificationIssuedOn int 0/1
de
Ausstellungsdatum des Ausweisdokuments
en
issue date of identification document
identificationIssuedUntil int 0/1
de
Gültigkeitsdatum des Ausweisdokuments
en
expiry date of identification document
lastNameLegal string 0/1
de
juristischer Nachname (gem. Ausweisdokument)
en
legal last name (according to identification document)
legalStatusKey string 0/1
de
Schlüssel der Rechtsform des Kontoinhabers
en
key legal status of account holder
politicalyExposedPerson boolean 0/1
de
Kennzeichen für politisch exponierte Person
en
flag for politically exposed person
postalCode int 0/1
de
Postleitzahl (Meldeadresse)
en
postal code (registered address)
religionKey string 0/1
de
Schlüssel Religionsangehörigkeit
en
key religion
street string 0/1
de
Straße und Hausnummer (Meldeadresse)
en
street and house number (registered address)

Example

<c----->
  <titleKey>1</titleKey>
  <academicTitleKey>...</academicTitleKey>
  <lastName>Weber</lastName>
  <firstName>Maximilian</firstName>
  <firstNameLegal>...</firstNameLegal>
  <birthDate>19800101</birthDate>
  <placeOfBirth>Freising</placeOfBirth>
  <nameAtBirth>...</nameAtBirth>
  <countryOfBithKey>...</countryOfBithKey>
  <maritalStatusKey>L</maritalStatusKey>
  <citizenshipKey>DE</citizenshipKey>
  <additionalCitizenship1Key>FR</additionalCitizenship1Key>
  <additionalCitizenship2Key>AT</additionalCitizenship2Key>
  <tin>...</tin>
  <occupationalStatusKey>04</occupationalStatusKey>
  <occupationalCategoryKey>...</occupationalCategoryKey>
  <advertingBanSign>true</advertingBanSign>
  <eMailAdvertingPermitSign>true</eMailAdvertingPermitSign>
  <phoneAdvertingPermitSign>...</phoneAdvertingPermitSign>
  <phone>+4981615373410</phone>
  <phoneBusiness>...</phoneBusiness>
  <fax>...</fax>
  <mobilePhone>+49123456789</mobilePhone>
  <email>maximilian.weber@efdis.de</email>
  <usPerson>false</usPerson>
  <usTin>...</usTin>
  <crsRelevant>false</crsRelevant>
  <crsCountryKey>...</crsCountryKey>
  <crsTaxNumber>...</crsTaxNumber>
  <crsCountryKey2>...</crsCountryKey2>
  <crsTaxNumber2>...</crsTaxNumber2>
  <occupationalIndustryKey>...</occupationalIndustryKey>
  <residentKey>A</residentKey>
  <addressSupplement>...</addressSupplement>
  <assessmentKey>00</assessmentKey>
  <city>Freising</city>
  <countryKey>DE</countryKey>
  <creditRatingKey>...</creditRatingKey>
  <entityAddendum>
    <key>...</key>
    <property>...</property>
    <value>...</value>
  </entityAddendum>
  <foreignPostalCode>...</foreignPostalCode>
  <identificationDocumentKey>...</identificationDocumentKey>
  <identificationNumber>...</identificationNumber>
  <identificationIssuedBy>...</identificationIssuedBy>
  <identificationIssuedOn>...</identificationIssuedOn>
  <identificationIssuedUntil>...</identificationIssuedUntil>
  <lastNameLegal>...</lastNameLegal>
  <legalStatusKey>...</legalStatusKey>
  <politicalyExposedPerson>false</politicalyExposedPerson>
  <postalCode>85354</postalCode>
  <religionKey>...</religionKey>
  <street>Ahornstraße 1</street>
</c----->