UpdateContactDetailsRequestBody
emailstringrequired
Email address of the contact
Example:
john.doe@example.comphoneNumberstring
Phone number of the contact (optional)
Example:
0123456789additionalInfosstring
Additional infos of the contact (optional)
UpdateContactDetailsRequestBody
{
"email": "john.doe@example.com",
"phoneNumber": "0123456789",
"additionalInfos": "string"
}