Table of Contents

CreateHttpGetParameterObject Procedure

Codeunit IQ Http Mgt.

Creates a JsonObject that should be used as a function parameter for the Communication Method Http GET.

Overloads

Name Description
CreateHttpGetParameterObject(Text): JsonObject Creates a JsonObject that should be used as a function parameter for the Communication Method Http GET.
CreateHttpGetParameterObject(Text; Dictionary of [Text, Text]): JsonObject Creates a JsonObject that should be used as a function parameter for the Communication Method Http GET.

CreateHttpGetParameterObject(Text) Procedure

Creates a JsonObject that should be used as a function parameter for the Communication Method Http GET.

Signature

CreateHttpGetParameterObject(AppendToBaseUrl: Text) : JsonObject

Parameters

AppendToBaseUrl Text

The Url that will appended to the configured Base URL. This can be an empty string.

Returns

JsonObject

A JsonObject containing the functions parameters in a supported format.

CreateHttpGetParameterObject(Text; Dictionary of [Text, Text]) Procedure

Creates a JsonObject that should be used as a function parameter for the Communication Method Http GET.

Signature

CreateHttpGetParameterObject(AppendToBaseUrl: Text; RequestHeaders: Dictionary of [Text, Text]) : JsonObject

Parameters

AppendToBaseUrl Text

The Url that will appended to the configured Base URL. This can be an empty string.

RequestHeaders Dictionary of [Text, Text]

The Request Headers to be used in the function call. This can be empty.

Returns

JsonObject

A JsonObject containing the functions parameters in a supported format.

This documentation is generated from Spider v27.2