Before running an application service procedure or user-defined function, it might require parameters that you must pass. Before passing the parameters, you must set them up in some basic steps using the .NET OpenAPI.

  1. Create a variable for each parameter.
  2. Create a parameter array.
  3. Set the input and output error reset policy for the parameter array. (Optional)
  4. Add each variable to a parameter array as required for the procedure or function you are calling.