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