CallApi Method

Sends a request to the API.

Syntax

    CallApi(method: Enum "bdev.Api Call Method"; serviceName: Text; serviceVersion: Text[10]; request: Text)

Parameters

method

Type: Enum bdev.Api Call Method
HTTP method to be used consuming the API service (e.g. POST).

serviceName

Type: Text
Name of the API service (e.g. PDF) to consume.

serviceName

Type: Text[10]
Version identifier of the API service (e.g. v1).

request

Type: Text
Request message to be sent to the API service.

Return Value

None

See Also

CallApi(Text)
CallApi(Text, Text)
CallApi(Enum, Text, Text)