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