Skip to main content

OrganizationContact2

contactId stringnullable

Unique identifier of the organization contact

Example: 1122
email stringnullable

Email address of the organization contact

mobileNumber stringnullable

Mobile number of the organization contact

Example: 1234567890
name stringnullable

Name of the organization contact

Example: John Doe
telephoneNumber stringnullable

Telephone number of the organization contact

Example: 1234567890
OrganizationContact2
{
"contactId": "1122",
"email": "[email protected]",
"mobileNumber": "1234567890",
"name": "John Doe",
"telephoneNumber": "1234567890"
}