Call parameters

Parameters can be passed in a call in two ways:

  1. Get method, i.e. as part of the query string.
  2. Post method, i.e. as form parameters.

Both methods may be mixed in a single call. The functionality offered by the call will not depend on the method used to pass the parameter. If a parameter is passed both as part of the query string and as a form parameter, the latter will prevail.

Note:

When Secure Mode is enabled for an application, the form parameters are ignored. The parameter sessionid of the Runmodel call can only be passed through the query string.