Skip to main content

StakeHolderContactDetailView

phoneNumberstring | nullnullable

Phone number of the contact

Example: 0123456789
additionalInfosstring | nullnullable

Additional infos of the contact

Example: Some additional infos
emailstring | nullnullable

Email address required for person and company

Example: john.doe@example.com
creationDatestring | nullnullable

Date of creation of the contact

Example: 2020-01-01
StakeHolderContactDetailView
{
"phoneNumber": "0123456789",
"additionalInfos": "Some additional infos",
"email": "john.doe@example.com",
"creationDate": "2020-01-01"
}