Class PromotionsStore
Inheritance
System.Object
PromotionsStore
Assembly: EPiServer.Commerce.Shell.dll
Version: 14.26.0
public class PromotionsStore : RestControllerBase
Constructors
PromotionsStore(PromotionChangeManager, IContentLoader)
Declaration
public PromotionsStore(PromotionChangeManager promotionChangeManager, IContentLoader contentLoader)
Parameters
Methods
Declaration
public ActionResult Get(string oldCampaignLink, string newCampaignLink)
Parameters
| Type |
Name |
Description |
| System.String |
oldCampaignLink |
|
| System.String |
newCampaignLink |
|
Returns
| Type |
Description |
| Microsoft.AspNetCore.Mvc.ActionResult |
|
Declaration
public ActionResult Patch(PatchPromotionsModel model)
Parameters
Returns
| Type |
Description |
| Microsoft.AspNetCore.Mvc.ActionResult |
|