Skip to main content

UpdateContactDetailsRequestBody

emailstring | nullnullable

Email address of the contact (optional)

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

Phone number of the contact (optional)

Default value:
Example: 0123456789
additionalInfosstring | nullnullable

Additional infos of the contact (optional)

Default value:
creationDatestring | nullnullable

Date of creation of the contact (optional)

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