Skip to main content

CreateContactPersonBodyDto

namestringrequired

Contact person name

Example: Jane Smith
emailstring<email>

Contact person email

Example: jane.smith@acme.com
CreateContactPersonBodyDto
{
"name": "Jane Smith",
"email": "jane.smith@acme.com"
}