Description
Gets the additional string data in the response.
Applies to
Syntax
objectname.GetResponseAdditionalData ( )
Return value
String.
Examples
The following example gets the additional data:
string ls_return li_return = lnv_RestClient.RetrieveOrUpdateWithModels( lbdo_test, ls_url) ls_return = lbdo_test.GetResponseAdditionalData()
See also