Skip to main content

UpdateContactDetailsRequestBody

emailstring

Email address of the contact (optional)

Example: john.doe@example.com
phoneNumberstring

Phone number of the contact (optional)

Example: 0123456789
additionalInfosstring

Additional infos of the contact (optional)

creationDatestring

Date of creation of the contact (optional)

Example: 2020-01-01
UpdateContactDetailsRequestBody
{
"email": "john.doe@example.com",
"phoneNumber": "0123456789",
"additionalInfos": "string",
"creationDate": "2020-01-01"
}