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