Codeunit WSB_PDFMergeRESTClientSetup¶
The setup for making REST API client calls to the PDF Merge API.
Properties¶
| Name | Value |
|---|---|
| Access | Public |
Methods¶
wgFncGetDemoBaseAddress¶
Gets the base address for the Demo API.
Returns¶
| Type | Description |
|---|---|
Text |
The base address as text. |
wgFncGetProductionBaseAddress¶
Gets the base address for the Production API.
Returns¶
| Type | Description |
|---|---|
Text |
The base address as text. |
wgFncIsTestAPI¶
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¶
Returns whether the Demo API should be used.
Returns¶
| Type | Description |
|---|---|
Boolean |
true iff the Demo API will be used. |
wlEvpOnAfterShouldUseDemoVersion¶
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. |