GET api/ProdutoGruposG?produtoGrupoID={produtoGrupoID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| produtoGrupoID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Plusnet.WebStore.BO.ProdutoGrupo| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdutoGrupoID | integer |
None. |
|
| Nome | string |
String length: inclusive between 0 and 64 (Nome) |
|
| UrlLink | string |
String length: inclusive between 0 and 512 (URL: Link) |
|
| COUNTProduto | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ProdutoGrupoID": 1,
"Nome": "sample string 2",
"UrlLink": "sample string 3",
"COUNTProduto": 4
},
{
"ProdutoGrupoID": 1,
"Nome": "sample string 2",
"UrlLink": "sample string 3",
"COUNTProduto": 4
}
]