previousAddressDS Data Type

de
vorherige Adresse des Antragstellers
en
previous address of the applicant


Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
residentSince int 0/1
de
wohnhaft seit
en
resident since
residentUntil int 0/1
de
Wohnhaft bis
en
Resident until
street string 1/1
de
Straße (Meldeadresse)
en
street (registered address)
postalCode string 1/1
de
Postleitzahl (Meldeadresse)
en
postal code (registered address)
city string 1/1
de
Ort (Meldeadresse)
en
city (registered address)
country string 1/1
de
Wohnsitzland (Meldeadresse)
en
country of residence (registered address)
countryKey string 1/1
de
Schlüssel Wohnsitzland (Meldeadresse)
en
key country of residence (registered address)
addressSupplement string 0/1
de
Adresszusatz
en
Address supplement

Example

<p----->
  <residentSince>20160105</residentSince>
  <residentUntil>20160630</residentUntil>
  <street>Ahornstraße 1</street>
  <postalCode>85354</postalCode>
  <city>Freising</city>
  <country>Deutschland</country>
  <countryKey>DE</countryKey>
  <addressSupplement>...</addressSupplement>
</p----->