CallApi Method

Sends a request to the API.

Syntax

    CallApi(method: Enum "bdev.Api Call Method"; serviceName: Text; 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.

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[10], Text)