Linking multiple contact informations to the same person using primary and secondary contacts
go build -o bitespeed
./bitespeed
{
"email": "babu1@digital.com",
"phoneNumber": "898991"
}
{
"primaryContatctId": 46,
"emails": [
"babu1@digital.com"
],
"phoneNumbers": [
"898991"
],
"secondaryContactIds": []
}
{
"email": "random@pennyworth.edu",
"phoneNumber": "898991"
}
{
"primaryContatctId": 51,
"emails": [
"babu1@digital.com",
"random@pennyworth.edu"
],
"phoneNumbers": [
"898991",
"898991"
],
"secondaryContactIds": [
52
]
}
{
"email": "random@pennyworth.edu",
"phoneNumber": "123456"
}
{
"primaryContatctId": 52,
"emails": [
"random@pennyworth.edu",
"random@pennyworth.edu"
],
"phoneNumbers": [
"898991",
"123456"
],
"secondaryContactIds": [
52,
53
]
}
{
"phoneNumber": "123456"
}
{
"primaryContatctId": 53,
"emails": [
"random@pennyworth.edu"
],
"phoneNumbers": [
"123456"
],
"secondaryContactIds": [
53
]
}
{
"email": "random@pennyworth.edu"
}
{
"primaryContatctId": 51,
"emails": [
"babu1@digital.com",
"random@pennyworth.edu"
],
"phoneNumbers": [
"898991",
"898991"
],
"secondaryContactIds": [
52
]
}