Adding parameters

Procedure

  1. Click Add.

    The Add Parameter dialog box opens.

  2. Enter a name for the parameter and then enter a value.
  3. Select the type:
    • Body: Send the parameter in the body of the request.
    • Query: Send the parameter in the query part of the request.
  4. Click OK.

    The parameter is added to the request.

    In the Parsed view, the Parameters table shows the name, value, and location that you entered.

    In the Raw view, the parameter appears differently, depending on the location that you chose:

    • Body: a name=value pair will appear in the body of the request.
    • Query: a name=value pair will appear in the query part of the request (after the ? symbol)

    In both cases, the name=value pairs will be concatenated with & if more than one pair exists.