restReqBodySetJSON (Function) |
Top Previous Next |
This function will set the body content of the request to the provided JSON structure.
Input: req : SYSHANDLE A handle to the request.
json : SYSHANDLE The JSON structure to use for the body content.
Returns: INT
Declaration: FUNCTION restReqBodySetJSON: INT;
Example: Please see the "Examples - REST Example"
|