Hi
I try to search for transactions by customer ID that is a search filter in the GUI.
When I send:
{
"filter": {
"fieldName": "customerId",
"operator": "EQUALS",
"type": "LEAF",
"value": "9488"
}
}
The response is: "The provided fieldName 'customerId' is invalid or it cannot be used in filter criteria."
When I send the same payload on to /api/transaction/search it works well and returns me the list of transactions.