Skip to main content

ContactDto

namestringnullable

Contact name

Example: Lori K. Myrie
emailAddressstringnullable

Email address for the contact

Example: mailtocontact@contact.com
phoneNumberstringnullable

Phone number for the contact

Example: +45 88 88 88 88
ContactDto
{
"name": "Lori K. Myrie",
"emailAddress": "mailtocontact@contact.com",
"phoneNumber": "+45 88 88 88 88"
}