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:
John
idstringnullable
Unique identifier of the organization contact
Example:
U123456
lastNamestringnullable
Last name of the organization contact
Example:
Doe
phonestringrequired
Phone number of the organization contact
Possible values: non-empty
Example:
1505123456
phoneCountryCodestringnullable
Country code of the phone number of a Contact
Example:
1
OrganizationContact
{
"email": "[email protected]",
"firstName": "John",
"id": "U123456",
"lastName": "Doe",
"phone": "1505123456",
"phoneCountryCode": "1"
}