To open the Parameters page:
-
Double-click a method in the Navigator.
-
Switch to the Parameters page.
Adding Parameters
To add a parameter to the method you have selected, click in the middle of the page.
The parameter table appears. It allows you to modify and configure parameters for the REST method.
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: |
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 following options are available:
Option | Description |
---|---|
Level |
Sets a parameter level. |
Required |
Makes the parameter required. |
Type |
Sets the |
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
Method Properties
Method Representations Page
Method Requests Page
REST Method Editors