 | 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
)
<WebMethodAttribute>
Public Function UpdateProductPurchasePrices (
apiKey As String,
purchasePrices As ProductPurchasePriceDto()
) As Boolean
public:
[WebMethodAttribute]
bool UpdateProductPurchasePrices(
String^ apiKey,
array<ProductPurchasePriceDto^>^ purchasePrices
)
[<WebMethodAttribute>]
member UpdateProductPurchasePrices :
apiKey : string *
purchasePrices : ProductPurchasePriceDto[] -> bool
Parameters
- apiKey
- Type: SystemString
- purchasePrices
- Type: Bex.API.ServiceDTOsProductPurchasePriceDto
Return Value
Type:
Boolean
See Also