restReqQuerySet (Function) |
Top Previous Next |
This function will set the value of a query field in a request.
Input: req : SYSHANDLE A handle to the request.
name : STRING The name of the query field to set.
value : STRING The new value of the field.
Returns: INT
Declaration: FUNCTION restReqQuerySet: INT;
Example: Please see the "Examples - REST Example"
|