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": "410204c3-41f5-433d-a54c-bac63b93b233", "nome": "sample string 2" }