TTMSFNCCustomRESTClient.ExecuteRequestWithResultString Method
Executes the configured request and reads the response as text.
API unit family: TMSFNCRESTClient
Declaring type: TTMSFNCCustomRESTClient
Syntax
function ExecuteRequestWithResultString(ACallback: TTMSFNCRESTClientGetResponseStringCallBack = nil): TTMSFNCRESTClientExecutedRequest;
Parameters
| Name | Description |
|---|---|
ACallback |
Optional callback invoked with the text response. |
Returns
The executed request entry that stores request and response data.