Skip to main content

ContactPersonDto

idnumberrequired

Unique identifier for the contact person

Example: 1
namestringrequired

Name of the contact person

Example: Jane Smith
emailstringrequired

Email address of the contact person

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