Click or drag to resize

IAtomiaBillingApiCampaignPromoCodesBulkDelete Method

Delete multiple campaign promo codes in one call

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
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