ContactPerson
id stringnullable
Unique identifier of the contact person
Example:
1234
name stringnullable
Name of the contact person
Example:
John Doe
ContactPerson
{
"id": "1234",
"name": "John Doe"
}
Unique identifier of the contact person
1234
Name of the contact person
John Doe
{
"id": "1234",
"name": "John Doe"
}