Show / Hide Table of Contents

    CreateHttpPostParameterObject Procedure

    Codeunit IQ Http Mgt.

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

    Overloads

    Name Description
    CreateHttpPostParameterObject(Text; Codeunit "Temp Blob"): JsonObject Creates a JsonObject that should be used as a function parameter for the Communication Method Http POST.
    CreateHttpPostParameterObject(Text; Codeunit "Temp Blob"; Dictionary of [Text, Text]): JsonObject Creates a JsonObject that should be used as a function parameter for the Communication Method Http POST.
    CreateHttpPostParameterObject(Text; Codeunit "Temp Blob"; Dictionary of [Text, Text]; Dictionary of [Text, Text]): JsonObject Creates a JsonObject that should be used as a function parameter for the Communication Method Http POST.
    CreateHttpPostParameterObject(Text; Codeunit "Temp Blob"; Dictionary of [Text, Text]; Dictionary of [Text, Text]; Dictionary of [Text, Text]): JsonObject Creates a JsonObject that should be used as a function parameter for the Communication Method Http POST.

    CreateHttpPostParameterObject(Text; Codeunit "Temp Blob") Procedure

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

    Signature

    CreateHttpPostParameterObject(AppendToBaseUrl: Text; var ContentTempBlob: Codeunit "Temp Blob") : JsonObject
    

    Parameters

    AppendToBaseUrl Text

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

    var ContentTempBlob Codeunit "Temp Blob"

    The data that will be used as Body in the function call.

    Returns

    JsonObject

    A JsonObject containing the functions parameters in a supported format.

    CreateHttpPostParameterObject(Text; Codeunit "Temp Blob"; Dictionary of [Text, Text]) Procedure

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

    Signature

    CreateHttpPostParameterObject(AppendToBaseUrl: Text; var ContentTempBlob: Codeunit "Temp Blob"; 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.

    var ContentTempBlob Codeunit "Temp Blob"

    The data that will be used as Body in the function call.

    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.

    CreateHttpPostParameterObject(Text; Codeunit "Temp Blob"; Dictionary of [Text, Text]; Dictionary of [Text, Text]) Procedure

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

    Signature

    CreateHttpPostParameterObject(AppendToBaseUrl: Text; var ContentTempBlob: Codeunit "Temp Blob"; RequestHeaders: Dictionary of [Text, Text]; ContentHeaders: Dictionary of [Text, Text]) : JsonObject
    

    Parameters

    AppendToBaseUrl Text

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

    var ContentTempBlob Codeunit "Temp Blob"

    The data that will be used as Body in the function call.

    RequestHeaders Dictionary of [Text, Text]

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

    ContentHeaders Dictionary of [Text, Text]

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

    Returns

    JsonObject

    A JsonObject containing the functions parameters in a supported format.

    CreateHttpPostParameterObject(Text; Codeunit "Temp Blob"; Dictionary of [Text, Text]; Dictionary of [Text, Text]; Dictionary of [Text, Text]) Procedure

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

    Signature

    CreateHttpPostParameterObject(AppendToBaseUrl: Text; var ContentTempBlob: Codeunit "Temp Blob"; RequestHeaders: Dictionary of [Text, Text]; ContentHeaders: Dictionary of [Text, Text]; ReplaceArguments: Dictionary of [Text, Text]) : JsonObject
    

    Parameters

    AppendToBaseUrl Text

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

    var ContentTempBlob Codeunit "Temp Blob"

    The data that will be used as Body in the function call.

    RequestHeaders Dictionary of [Text, Text]

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

    ContentHeaders Dictionary of [Text, Text]

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

    ReplaceArguments Dictionary of [Text, Text]

    The arguments that will be replaced 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.0

    Back to top Copyright © 2020 SmartApps
    Generated by DocFX