defines what product to get the applicable price list. For example: params = { ProductId: "01t1H000004adiqQAA" }
Apex Rest URL that handles this request.
Salesforce organization.
The parameters required to get a the applicable price list. The params object should look like below: params = { ProductId: "01t1H000004adiqQAA" }
Remote class that handles this request.
Remote method that handles this request.
Rest URL that handles this request.
A method that returns the end point with apex rest url with namepsace if defined.
A method that returns the end point with rest url and or namepsace.
Constructs the paramsArray for ApexRemote call.
array of args to be supplied to ApexRemote Call. The sequence of the element corresponds to the arguments of the Apex @RemoteAction method.
Generated using TypeDoc
The constructor function that initializes remoteClass, remoteMethod, and the parameters used for the ApexRemote call.