Step 4: Define Variables

Confirm that all the necessary variables are present and properly mapped to the correct JSON type when inserted into the Request Body.

All variables inserted into the Request URL, Header Parameters, and Query Parameters will just be the value itself, with all whitespaces removed.

Choose from the following JSON types:

  • String
  • Number
  • Boolean
  • Array (specify whether this is an array of strings, numbers, booleans, objects, or leave it unspecified)
  • Unspecified

If any variables are not specified, the system will make its best attempt at guessing the type and formatting the JSON body.

Define variable types

Feedback