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