Heureka API .NET Documentation
LoadDefaultPricelist Method



Loads and returns the default pricelist as set in Heureka. If none is set, will return a pricelist with preset values
Syntax
'Declaration
 
Public Shared Function LoadDefaultPricelist() As Pricelist
'Usage
 
Dim value As Pricelist
 
value = ApiPricelistManager.LoadDefaultPricelist()
public static Pricelist LoadDefaultPricelist()
public:
static Pricelist^ LoadDefaultPricelist(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApiPricelistManager Class
ApiPricelistManager Members

Send Feedback