Share via


RetailPricingDataManager.getDiscountCodesByOfferId Method [AX 2012]

Finds discount codes associated with any of the given offer Ids

Syntax

public container getDiscountCodesByOfferId(container _offerIds)

Run On

Called

Parameters

  • _offerIds
    Type: container
    Offer Ids to search by.

Return Value

Type: container
Set of discount code records with code, barcode, and offer Id

See Also

Reference

RetailPricingDataManager Class