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