Hi everyone,
When i create a BO function and mark it as ‘Callable by External System’ i see new endpoint created which is POST method.
But i want if possible to add function to be mapped by GET method how could i do?
This is sample function:

I want to be able to return something from my function.
Thank you