I performed a screening request via the admin portal on both World Check One and ZFS. Both queries returned results for the screened entity. However via postman, there are no results being returned via ZFS. What could be the issue here? Note that the request is being sent with the entity type set to UNSPECIFIED.
Request :
{
"groupId":"{ {group-id}}",
"entityType": "UNSPECIFIED",
"providerTypes": [
"WATCHLIST"
],
"name": "CHANG AN SHIPPING & TECHNOLOGY",
"secondaryFields":[]
}
Response :
{
"results": [],
"nameTransposition": false
}