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