Skip to main content

CreateStakeholderContactDetail

emailstring | nullnullable

Email address of the contact (required for type=person/company)

Default value:
Example: john.doe@example.com
phoneNumberstring | nullnullable

Phone number of the contact (not required)

Default value:
Example: 0123456789
additionalInfosstring | nullnullable

Additional infos of the contact (not required)

Default value:
CreateStakeholderContactDetail
{
"email": "john.doe@example.com",
"phoneNumber": "0123456789",
"additionalInfos": ""
}