The constructor function that initializes the params to create the body of the PUT request.
defines what pricing variable to look for. For example: params = { objectId: "01t1H000004adiqQAA", ruleId: "a2n1H000001DGAuQAO" }
Apex Rest URL that handles this request.
Salesforce organization.
The parameters required to create a price list entry. The params object should look like below: params = { objectId: "01t1H000004adiqQAA", ruleId: "a2n1H000001DGAuQAO" }
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.
Generated using TypeDoc
This class defines an input for a price list.