Click or drag to resize

PurchaseServiceUpdateProductPurchasePrices Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public bool UpdateProductPurchasePrices(
	string apiKey,
	ProductPurchasePriceDto[] purchasePrices
)

Parameters

apiKey
Type: SystemString
purchasePrices
Type: Bex.API.ServiceDTOsProductPurchasePriceDto

Return Value

Type: Boolean
See Also