setOverrideURL method: ServiceAPI class

Syntax

setOverrideURL(&URL)

Description

Use the setOverrideURL method to override the URL sent to the third party for consumer REST call.

Parameters

Parameter Description

&URL

Specifies the URL as a String.

Returns

None.

Example

&ServiceAPI.SetOverrideURL("URL");