 | 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
)
<WebMethodAttribute>
Public Function UpdateProductSalesPrices (
apiKey As String,
salesPrices As ProductSalesPriceDto()
) As Boolean
public:
[WebMethodAttribute]
bool UpdateProductSalesPrices(
String^ apiKey,
array<ProductSalesPriceDto^>^ salesPrices
)
[<WebMethodAttribute>]
member UpdateProductSalesPrices :
apiKey : string *
salesPrices : ProductSalesPriceDto[] -> bool
Parameters
- apiKey
- Type: SystemString
- salesPrices
- Type: ProductSalesPriceDto
Return Value
Type:
Boolean
See Also