Table of Contents

TTMSFNCRESTClientRequest.ExecuteRequestWithResultString Method

Executes the request and reads the response as text.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCRESTClientRequest

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.