Skip to main content

SaveContactDetailsResponseBody

emailstringrequired

Email address of the contact (required of type=person/company)

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

Phone number of the contact (not required)

Default value:
Example: 0123456789
additionalInfosstring | nullnullable

Additional infos of the contact (not required)

Default value:
SaveContactDetailsResponseBody
{
"email": "john.doe@example.com",
"phoneNumber": "0123456789",
"additionalInfos": ""
}