Hii,
we are trying to get the results @with passport details.
{
"secondaryFields": [{
"typeId": "SFCT_3",
"value": "USA"
}],
"entityType": "INDIVIDUAL",
"groupId": "5nzbfqao1qzg1fe6dxbsok405",
"providerTypes": ["WATCHLIST"],
"name": "AAA",
"nameTransposition": true,
"passportCheck": [{
"typeId": "SFCT_8",
"value": "AAA"
}]
}
Above mentioned request, returning 2 results and After i changed like this,
{
"secondaryFields": [{
"typeId": "SFCT_3",
"value": "USA"
}],
"entityType": "INDIVIDUAL",
"groupId": "5nzbfqao1qzg1fe6dxbsok405",
"providerTypes": ["WATCHLIST"],
"name": "AAA",
"nameTransposition": true,
"passportCheck": [{
"typeId": "SFCT_8",
"value": "BBB"
}]
}
i have got same result as pervious one. i need to verify is it correct?