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