OrganizationContact
contactIdstring
Example:
contact_id
emailstring
Example:
[email protected]
mobileNumberstring
Example:
1234567890
namestring
Example:
Contact Name
telephoneNumberstring
Example:
1234567890
OrganizationContact
{
"contactId": "contact_id",
"email": "[email protected]",
"mobileNumber": "1234567890",
"name": "Contact Name",
"telephoneNumber": "1234567890"
}