UpdateContactDetailsRequestBody
emailstring
Email address of the contact (optional)
Example:
john.doe@example.comphoneNumberstring
Phone number of the contact (optional)
Example:
0123456789additionalInfosstring
Additional infos of the contact (optional)
creationDatestring
Date of creation of the contact (optional)
Example:
2020-01-01UpdateContactDetailsRequestBody
{
"email": "john.doe@example.com",
"phoneNumber": "0123456789",
"additionalInfos": "string",
"creationDate": "2020-01-01"
}