Skip to content

Codeunit WSB_PDFMergeRESTClientSetup

The setup for making REST API client calls to the PDF Merge API.

Properties

Name Value
Access Public

Methods

wgFncGetDemoBaseAddress:Text

Gets the base address for the Demo API.

Returns

Type Description
Text The base address as text.

wgFncGetProductionBaseAddress:Text

Gets the base address for the Production API.

Returns

Type Description
Text The base address as text.

wgFncIsTestAPI:Boolean

Returns whether the Develop/Test API should be used instead of the Production API.

Returns

Type Description
Boolean true iff the Develop/Test API is to be used.

wgFncShouldUseDemoVersion:Boolean

Returns whether the Demo API should be used.

Returns

Type Description
Boolean true iff the Demo API will be used.

wlEvpOnAfterShouldUseDemoVersion(Boolean@)

Allows to set whether the demo version (with watermark) should be used.

Parameters

Type Name Description
Boolean vUseDemoVersion Set this to true if the Demo API should be used.