Click or drag to resize

ProductService.UpdateProductSalesPrices 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: System.String
salesPrices
Type:ProductSalesPriceDto[]

Return Value

Type: Boolean
See Also