Reuse Standalone Function

Reuse Standalone Function

I noticed that there's a missing information in documentation to reuse a standalone function and it is because the parameters require an argument.

Here is my code and it is working.
  1. response = invokeurl
  2. [
  3. url: "https://people.zoho.com/api/v3/function/sample/execute"
  4. type: POST
  5. parameters: {"arguments":{"id":"12345","type":"new"}}
  6. connection: "connection_name"
  7. ];