OrganizationContact
emailstringrequired
Email of the organization contact
Possible values: non-empty
Example:
[email protected]firstNamestringrequired
First name of the organization contact
Possible values: non-empty
Example:
Johnidstringnullable
Unique identifier of the organization contact
Example:
U123456lastNamestringnullable
Last name of the organization contact
Example:
Doephonestringrequired
Phone number of the organization contact
Possible values: non-empty
Example:
1505123456phoneCountryCodestringnullable
Country code of the phone number of a Contact
Example:
1OrganizationContact
{
"email": "[email protected]",
"firstName": "John",
"id": "U123456",
"lastName": "Doe",
"phone": "1505123456",
"phoneCountryCode": "1"
}