I want to search an organization by country. The JSON which I currently use is the below one. When I use the below JSON, I am getting the below error.
{
"groupId": "0a360b84-6d9a-189f-9b80-b0c000005df2",
"entityType": "organisation",
"providerTypes": [
"WATCHLIST"
],
"name": "VIDEO S A .-",
"secondaryFields": [
{
"typeId": "SFCT_6",
"value": "ARG"
}
]
}
Error:
[
{
"error": "INVALID_ENTITY_TYPE",
"cause": "Entity type is mandatory and must be one of: INDIVIDUAL, ORGANISATION, VESSEL, UNSPECIFIED and must be compatible with each provider type used in screening a case."
}
]
Please let me know the correct JSON format to search an organization by country.