AddAddressItemToEntity
Beschreibung
Fügt der Entität ein Adress-Item hinzu.
Entity-Constraint
IPersonDataEntity
Input-Paramters
| Name | Type | Required | Description |
|---|---|---|---|
Type |
String |
True |
|
ValidFrom |
DateTime? |
False |
|
ValidTo |
DateTime? |
False |
|
AddressStreet |
String |
False |
|
AddressHouseNumber |
String |
False |
|
Country |
String |
False |
|
AddressPostcode |
String |
False |
|
AddressLocationName |
String |
False |
|
RequiredTenantPermission |
String |
False |
Output-Paramters
| Name | Type | Description |
|---|---|---|
AddressEntity |
IAddressItem |