You are here: Ektron Namespace > .NET Assemblies > eCommerce > Classes > CouponApi Class > CouponApi Methods > SaveCouponApplications
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
CouponApi.SaveCouponApplications Method

Saves all the applications (taxonomy, catalog, product) for a given coupon. This is assumed to be an all inclusive lists. Any existing coupon applications that are not included will be deleted.

C#
public void SaveCouponApplications(long couponId, List<CouponEntryData> couponEntryList);
Visual Basic
Public Function SaveCouponApplications(couponId As long, couponEntryList As List<CouponEntryData>) As void
Parameters 
Description 
couponId 
Id of coupon to update. 
couponEntryList 
List of all CouponEntry applications for the given coupon. 
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!