OrganizationContact
contactId string
Example:
contact_id
email string
Example:
[email protected]
mobileNumber string
Example:
1234567890
name string
Example:
Contact Name
telephoneNumber string
Example:
1234567890
OrganizationContact
{
"contactId": "contact_id",
"email": "[email protected]",
"mobileNumber": "1234567890",
"name": "Contact Name",
"telephoneNumber": "1234567890"
}