PUT product/group?field={field}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| field | string |
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": "9c0e7346-f383-404e-bd76-bde1e11eed52",
"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>9c0e7346-f383-404e-bd76-bde1e11eed52</id> <name>sample string 1</name> <order>2</order> <type>3</type> </ProductGroup>