import 'package:openapi/api.dart';
Name | Type | Description | Notes |
---|---|---|---|
pkiContactID | int | The unique ID of the Contact | |
fkiLanguageID | int | The unique ID of the Language. Valid values: | Value |
fkiContacttitleID | int | The unique ID of the Contacttitle. Valid values: | Value |
fkiContactinformationsID | int | The unique ID of the Contactinformations | |
dtContactBirthdate | String | The Birth Date of the contact | [optional] |
eContactType | FieldEContactType | ||
sContactFirstname | String | The First name of the contact | |
sContactLastname | String | The Last name of the contact | |
sContactCompany | String | The Company name of the contact | [optional] |
sContactOccupation | String | The occupation of the Contact | [optional] |
tContactNote | String | The note of the Contact | [optional] |
bContactIsactive | bool | Whether the contact is active or not | |
objContactinformations | ContactinformationsResponseCompound |