The constructor function that initializes the params to create the body of the GET request.
defines the price list entry. For example: params = { timePlanId: "01t1H000004adiqQAA", timePolicyId: "a2n1H000001DGAuQAO" }
Apex Rest URL that handles this request.
Salesforce organization.
The parameters required to get time plan and time policy information. The params object should look like below: params = { timePlanId: "01t1H000004adiqQAA", timePolicyId: "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 time plan and time policy.