ContactPersonDto
idnumberrequired
Unique identifier for the contact person
namestringrequired
Name of the contact person
Example:
Jane Smith
emailstringrequired
Email address of the contact person
Example:
jane.smith@acme.com
ContactPersonDto
{
"id": 0,
"name": "Jane Smith",
"email": "jane.smith@acme.com"
}