Click or drag to resize

IAtomiaBillingApiGetPromoCodes Method

Gets promo codes for campaign or promo code set

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<CampaignCode> GetPromoCodes(
	int rowStart,
	int pageSize,
	string order,
	string propertyNameToOrder,
	Dictionary<string, SearchRestriction> disjunctions,
	Dictionary<string, SearchRestriction> conjuctions,
	Guid campaignId,
	Guid promoCodeSetId
)

Parameters

rowStart
Type: SystemInt32
The start row.
pageSize
Type: SystemInt32
Size of the page.
order
Type: SystemString
The order.
propertyNameToOrder
Type: SystemString
The name name to order.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjunctions.
campaignId
Type: SystemGuid
The campaign id
promoCodeSetId
Type: SystemGuid
The promo code set id

Return Value

Type: SearchResultCampaignCode
Filtered items
See Also