This helps a bit. Here is an example of 3 records returned that match CallerANI. So the CallerANI could be associated with 1 or 12 accounts, as an example. We need to pull the information such as acctnumber, membernumber, and address info to help identify the user at the desktop. We will populate variables in Architect to associated AgentDesktop variables so the agent knows they have to further qualify the client.
{
"individualId": 12541,
"memberId": 651245,
"ownershipType": "Primary",
"name": "ACCT MEMBER TEST",
"address": "1245 Main StreeT, MyPlace, ST 98451",
"taxId": "999-99-9999",
"driversLicense": "",
"password": "TEST",
"mothersMaidenName": "SFCU",
"alertMessage": "",
"stops": [
{}
]
},
{
"individualId": 365412,
"memberId": 415412,
"ownershipType": "Primary",
"name": "ACCT MEMBER TEST",
"address": "4152 ThisStreet, YourPlace, ST 98451",
"taxId": "999-99-9999",
"driversLicense": "",
"password": "TEST",
"mothersMaidenName": "STENSON",
"alertMessage": "",
"stops": [
{}
]
},
{
"individualId": 14115,
"memberId": 415214,
"ownershipType": "Primary",
"name": "ACCT MEMBER TEST",
"address": "7777 AnyStreet, ThisPlace, AX 415214",
"taxId": "999-99-9999",
"driversLicense": "",
"password": "TEST",
"mothersMaidenName": "JOHNSON",
"alertMessage": "",
"stops": [
{}
]
}