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": "778f2bac-fab7-4d23-afcc-db59b0fc8059",
"Key": "sample string 1"
},
{
"Id": "778f2bac-fab7-4d23-afcc-db59b0fc8059",
"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>778f2bac-fab7-4d23-afcc-db59b0fc8059</Id>
<Key>sample string 1</Key>
</GetProductGroupDictionaryResponse>
<GetProductGroupDictionaryResponse>
<Id>778f2bac-fab7-4d23-afcc-db59b0fc8059</Id>
<Key>sample string 1</Key>
</GetProductGroupDictionaryResponse>
</ArrayOfGetProductGroupDictionaryResponse>