GET api/GrupoProduto
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GrupoProduto| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
None. |
|
| nome | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"guid": "cefbd511-6c1c-4c4a-b065-e1c9732f4987",
"nome": "sample string 2"
},
{
"guid": "cefbd511-6c1c-4c4a-b065-e1c9732f4987",
"nome": "sample string 2"
}
]