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": "dee7d8c5-1264-415d-8925-7bb5ff432a56",
"Key": "sample string 1"
},
{
"Id": "dee7d8c5-1264-415d-8925-7bb5ff432a56",
"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>dee7d8c5-1264-415d-8925-7bb5ff432a56</Id>
<Key>sample string 1</Key>
</GetProductGroupDictionaryResponse>
<GetProductGroupDictionaryResponse>
<Id>dee7d8c5-1264-415d-8925-7bb5ff432a56</Id>
<Key>sample string 1</Key>
</GetProductGroupDictionaryResponse>
</ArrayOfGetProductGroupDictionaryResponse>