Table of Contents

TTMSFNCCustomRESTClient.ExecuteRequest Method

Executes the configured request and returns the tracked request entry.

API unit family: TMSFNCRESTClient Declaring type: TTMSFNCCustomRESTClient

Syntax

function ExecuteRequest(ACallback: TTMSFNCRESTClientGetResponseCallBack = nil): TTMSFNCRESTClientExecutedRequest;

Parameters

Name Description
ACallback Optional callback invoked when the response is available.

Returns

The executed request entry that stores request and response data.