GET api/Product/Groups
Get all Product Group Dictionary for account./>
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of product groups.
Collection of GetProductGroupDictionaryResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Key | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "ae75b652-1b29-44d2-8e98-3d0d30ac8c84",
"Key": "sample string 1"
},
{
"Id": "ae75b652-1b29-44d2-8e98-3d0d30ac8c84",
"Key": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetProductGroupDictionaryResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Alice.Dto.Responses">
<GetProductGroupDictionaryResponse>
<Id>ae75b652-1b29-44d2-8e98-3d0d30ac8c84</Id>
<Key>sample string 1</Key>
</GetProductGroupDictionaryResponse>
<GetProductGroupDictionaryResponse>
<Id>ae75b652-1b29-44d2-8e98-3d0d30ac8c84</Id>
<Key>sample string 1</Key>
</GetProductGroupDictionaryResponse>
</ArrayOfGetProductGroupDictionaryResponse>