Set whole body

This is a pre-built action located under the WebService List Element. The functionality of this action in Avo Assure is to set the entire body content for the web service request.

Syntax

Input Value: <Entire Body Content>

Argument
Description

<Entire Body Content> (Required)

Provide the full body content to be sent in the request (e.g., JSON body)

Output Value

Argument
Description

N/A

Not Applicable

Example

Sets the Entire Request Body for a Web Service Call

The Set whole body action takes the value from the Input Value column and sets the entire body content for the web service request.

JSON Body:

{ "first_name": "john", "last_name": "smith", "phone": "9898787656", "email": "[email protected]", "password": "John@123", "re_password": "John@123" }

Last updated

Was this helpful?