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.
Note: The header (such as Content-Type) should be set in the previous steps to ensure proper request formation.
Syntax
Input Value: <Entire Body Content>
<Entire Body Content> (Required)
Provide the full body content to be sent in the request (e.g., JSON body)
Output Value
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?