Skip to main content

CreateStakeholderContactDetail

emailstring

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

Example: john.doe@example.com
phoneNumberstring

Phone number of the contact (not required)

Example: 0123456789
additionalInfosstring

Additional infos of the contact (not required)

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