changePerson Data Type

de
Hinweise: Es dürfen nur die zu ändernden Elemente angegeben werden, die Daten aller angegebenen Elemente werden 1:1 übernommen. Werden - je nach Datentyp - leere Elemente übergeben, so wird das entsprechende Feld gelöscht. Etwaige Rückmeldungen der Businesslogik werden als Fehlermeldung in der Response zurück gegeben.
en
Please note: Please only specify elements that are to be changed. All data of existing elements will be inserted. Empty elements - depending on the data type - will delete the corresponding field. The response of the backend business logic will be returned as error message.


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
person changePersonDS 1/1
de
Personendaten
en
person data

Example

<c----->
  <person>
    <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>
  </person>
</c----->