Skip to main content

OfficeContactPerson

id stringnullable

Contact Id

Example: 1234
name stringnullable

Contact name

Example: John Doe
email stringnullable

Contact email

OfficeContactPerson
{
"id": "1234",
"name": "John Doe",
"email": "[email protected]"
}