GET product/group?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| order | integer |
None. |
|
| type | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "1d29db96-f9f8-48f2-ba5d-a7f42e40133d",
"name": "sample string 1",
"order": 2,
"type": 3
}
application/xml, text/xml
Sample:
<ProductGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Careby.Api.Models"> <id>1d29db96-f9f8-48f2-ba5d-a7f42e40133d</id> <name>sample string 1</name> <order>2</order> <type>3</type> </ProductGroup>