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.
- While editing your request, click the plus icon in the Parameter column.
- Select the Body radio button.
- Enter your JSON body in the Value field.
- 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.