In App Body Parameters

Kevin Wilde

Last Update vor 11 Tagen

You can add body content to any APIEase request directly from the request editor. Body parameters are used to send structured data to the receiving system, usually when making a POST, PUT, or PATCH request.


Body parameters are always entered as a complete JSON object. The name of the parameter is automatically set to body, so you only need to provide the value.


How to Add a Body Parameter
  1. While editing your request, click the plus icon in the Parameter column.
  2. Select the Body radio button.
  3. Enter your JSON body in the Value field.
  4. Click the Save button at the top of the request editor.

Example Body Parameter:

  • Name: body (The body parameter name is systematically set to "body" and cannot be changed.)
  • Value: {"arg1":"value1","arg2":"value2","arg3":"value3"}

You can also use embedded parameters to dynamically set parameters from your storefront.

Was this article helpful?

0 out of 0 liked this article