Click or drag to resize

ProductServiceUpdateProductSalesPrices Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public bool UpdateProductSalesPrices(
	string apiKey,
	ProductSalesPriceDto[] salesPrices
)

Parameters

apiKey
Type: SystemString
salesPrices
Type: ProductSalesPriceDto

Return Value

Type: Boolean
See Also