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": "28f865a9-eda6-4fd1-a957-2d00073ca51f",
"nome": "sample string 2"
}