Hi,
I been trying to use the Process Bank Transactions (CA306000) screen via API to be used by 3rd party app, how can I make a correct call on the extended API endpoint for Process Bank Transactions? as I have tried, I cannot find any solution on how I can make it work.
Web Service Endpoint


Method: POST
JSON body:
{
"CashAccount": {
"value": "CA2000"
}
}
Error:
"The record was not processed because of an error during processing of the previous record"

METHOD: GET
Param: $filter=CashAccount eq 'CA2000'
Error:
"Optimization cannot be performed.The following fields cause the error:\r\nCashAccount: View TranFilter has BQL delegate\r\n"



