I want to call a custom function in CRM from books via REST API with Api key.
However my POST parameters are ignored. If I set parameters as GET, parameters are avaialbe, but I have large parameter values and get the error 'Request-URI Too Large'.
Is there any way to pass parameters as POST to the custom function like this?