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": "f2405d5e-39e9-4b8f-9e84-fb4c67352049",
"nome": "sample string 2"
},
{
"guid": "f2405d5e-39e9-4b8f-9e84-fb4c67352049",
"nome": "sample string 2"
}
]