The constructor function that initializes the params to create the body of the PUT request.
defines the adjustment. For example: params = { promotionId: "a2tf2000001aTGIAA2", promotionItemId: "a2sf2000006hgXtAAI", pricingElementId: "a2if200000DezzG", priceListId: "a2gf2000000EPmI", offerId: "01tf2000007Mmu4AAC", displayText: "iPhone Fall Adjustment", timePlanId: "01tf2000007Mmu4OKH" timePolicyId: "01tf2000007Mmu4EUH" isOverride: true | false, isBasePrice: true | false }
Apex Rest URL that handles this request.
Salesforce organization.
The parameters required to edit a promotion or offer price list entry. The params object should look like below: params = { promotionId: "a2tf2000001aTGIAA2", promotionItemId: "a2sf2000006hgXtAAI", pricingElementId: "a2if200000DezzG", priceListId: "a2gf2000000EPmI", offerId: "01tf2000007Mmu4AAC", displayText: "iPhone Fall Adjustment", timePlanId: "01tf2000007Mmu4OKH" timePolicyId: "01tf2000007Mmu4EUH" isOverride: true | false, isBasePrice: true | false }
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
This class defines an input to edit a promotion or offer price list entry.