{
"minMatchRate": 0,
"maxMatchRate": 0,
"entityType": 0,
"searchType": 0,
"isDeepSearch": true,
"countryCodes": "string",
"searches": [
{
"searchTerm": "string",
"outReferenceNumber": "string",
"birthYear": "string",
"countryCodes": "string"
}
]
}curl --location --request GET 'https://testapi.flyp.com.tr/sanctionscanner/search/BatchSearch' \
--header 'Content-Type: application/json' \
--data-raw '{
"minMatchRate": 0,
"maxMatchRate": 0,
"entityType": 0,
"searchType": 0,
"isDeepSearch": true,
"countryCodes": "string",
"searches": [
{
"searchTerm": "string",
"outReferenceNumber": "string",
"birthYear": "string",
"countryCodes": "string"
}
]
}'{}