GET api/GrupoProduto/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GrupoProduto| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
None. |
|
| nome | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"guid": "04535b34-b6e9-4a77-add2-f07af4b62909",
"nome": "sample string 2"
}