Click or drag to resize

CampaignsHelperCampaignPromoCodesBulkDelete Method

Delete multiple campaing promo codes in one call

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static void CampaignPromoCodesBulkDelete(
	Guid campaignId,
	Guid[] promoCodeIdArray
)

Parameters

campaignId
Type: SystemGuid
Campaign Id to which promo codes belong
promoCodeIdArray
Type: SystemGuid
Array of promo code guids which will be deleted
See Also