Method Parameters Page

To open the Parameters page:

  1. Double-click a method in the Navigator.

  2. Switch to the Parameters page.

    The Parameters page

Adding Parameters

To add a parameter to the method you have selected, click add.png in the middle of the page.

The parameter table appears. It allows you to modify and configure parameters for the REST method.

Method parameters

It includes the following columns:

Option

Description

Name

The parameter name. You can use property expansions in this field.

Value

The parameter value. You can use property expansions in this field.

Type

The parameter type.

Possible values: QUERY, TEMPLATE, HEADER, MATRIX, PLAIN.

Submitting Form Data

If you want to simulate a submission of an HTML Form using the content-type multipart/form-data, you can specify individual parameter values to be read from a file by setting their value to file: which will insert the file into the outgoing request.

Configuring Advanced Parameter Options

Select a parameter to make the area of parameter options active.

The parameter Options

The following options are available:

Option

Description

Level

Sets a parameter level.

Possible values: RESOURCE, METHOD.

Required

Makes the parameter required.

Type

Sets the XMLSchema parameter type.

Options

A list of options to be used in the request Form view.

Description

The short description.

Disable encoding

Disables the URL-encoding of a value.

See Also

Publication date: