Skip to main content

UpdateContactDetailsRequestBody

emailstring | nullnullable

Email address of the contact (optional)

Example: john.doe@example.com
phoneNumberstring | nullnullable

Phone number of the contact (optional)

Example: 0123456789
additionalInfosstring | nullnullable

Additional infos of the contact (optional)

creationDatestring | nullnullable

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"
}