GET api/GrupoProduto

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GrupoProduto
NameDescriptionTypeAdditional information
guid

globally unique identifier

None.

nome

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "guid": "0768cf72-81c1-4bc6-9bef-f487d9227d97",
    "nome": "sample string 2"
  },
  {
    "guid": "0768cf72-81c1-4bc6-9bef-f487d9227d97",
    "nome": "sample string 2"
  }
]