Syntax
AddRequest(request)
Description
Use this method to add a Request object to the JSON Array.
Parameters
Name | Description |
---|---|
request | Specifies the request to add to the JSON Array as a Request object. |
Returns
None.
Example
Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
&oArray.AddRequest(%Request);