Skip to main content

SaveContactDetailsResponseBody

emailstringrequired

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

Example: john.doe@example.com
phoneNumberstring

Phone number of the contact (not required)

Example: 0123456789
additionalInfosstring

Additional infos of the contact (not required)

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