restRespBodyGetString (Function) |
Top Previous Next |
This function will read the contents of the body of the response as a string.
Input: resp : SYSHANDLE A handle to the response.
Output: str : STRING The body contents.
Returns: INT
Declaration: FUNCTION restRespBodyGetString : INT;
Example: Please see the "Examples - REST Example"
|