 | ProductServiceGetProductSalesPrices Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public ProductSalesPriceDto[] GetProductSalesPrices(
string apiKey,
string productIdentifier,
string productPriceGroupCode
)
<WebMethodAttribute>
Public Function GetProductSalesPrices (
apiKey As String,
productIdentifier As String,
productPriceGroupCode As String
) As ProductSalesPriceDto()
public:
[WebMethodAttribute]
array<ProductSalesPriceDto^>^ GetProductSalesPrices(
String^ apiKey,
String^ productIdentifier,
String^ productPriceGroupCode
)
[<WebMethodAttribute>]
member GetProductSalesPrices :
apiKey : string *
productIdentifier : string *
productPriceGroupCode : string -> ProductSalesPriceDto[]
Parameters
- apiKey
- Type: SystemString
- productIdentifier
- Type: SystemString
- productPriceGroupCode
- Type: SystemString
Return Value
Type:
ProductSalesPriceDto
See Also