Syntax 1: for TokenResponse objects
Description
Gets the response body into a string.
Applies to
TokenResponse objects
Syntax
1 |
objectname.GetBody ( string data ) |
Argument |
Description |
---|---|
objectname |
A reference to the TokenResponse object in which you |
data |
A string variable into which the function returns |
Return value
Integer.
Returns 1 if it succeeds and -1 if an error occurs. If any
argument’s value is null, the method returns null.
Examples
The following example shows the use of the GetBody function to get
the response body:
1 2 3 4 5 |
int li_return string ls_data TokenResponse lnv_tokenResponse li_return = lnv_tokenResponse.getbody(ls_data) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest