OfficeContactPerson
id stringnullable
Contact Id
Example:
1234
name stringnullable
Contact name
Example:
John Doe
OfficeContactPerson
{
"id": "1234",
"name": "John Doe",
"email": "[email protected]"
}
Contact Id
1234
Contact name
John Doe
{
"id": "1234",
"name": "John Doe",
"email": "[email protected]"
}