Method GetRequestBody
Returns request body dataUsage
Function GetRequestBody(
Boolean Report [Optional]
)
Parameters
Report (optional)
Type: Boolean
Default Value: False
Generate report for this step
Returns
Request body data
Example
VBScript
body = Server("API Server").Method("Method").GetRequestBody(True)
JavaScript
var body = Server("API Server").Method("Method").GetRequestBody(true);