Skip to main content

OrganizationContact1

email string

Email of the organization contact

firstName stringrequired

First name of the organization contact

Possible values: non-empty

Example: John
lastName stringnullable

Last name of the organization contact

Example: Doe
phone stringnullable

Phone number of the organization contact

Example: 1505123123
workPhone string

Work phone number of the organization contact

Example: 1505456456
OrganizationContact1
{
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"phone": "1505123123",
"workPhone": "1505456456"
}