GET api/GrupoProduto/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GrupoProdutoName | Description | Type | Additional information |
---|---|---|---|
guid | globally unique identifier |
None. |
|
nome | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "guid": "b34551f9-b693-4825-b797-091886ed30b4", "nome": "sample string 2" }