CreateStakeholderContactDetail
emailstring | nullnullable
Email address of the contact (required for type=person/company)
Default value:
Example:
john.doe@example.comphoneNumberstring | nullnullable
Phone number of the contact (not required)
Default value:
Example:
0123456789additionalInfosstring | nullnullable
Additional infos of the contact (not required)
Default value:
CreateStakeholderContactDetail
{
"email": "john.doe@example.com",
"phoneNumber": "0123456789",
"additionalInfos": ""
}