POST api/ProdutoGrupos
Request Information
URI Parameters
None.
Body Parameters
ProdutoGrupo| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdutoGrupoID | integer |
None. |
|
| UrlLink | string |
String length: inclusive between 0 and 512 |
|
| SiteID | integer |
None. |
|
| ProdutoGrupoIDPai | integer |
None. |
|
| ProdutoGrupoIDPaiHierarquia | string |
None. |
|
| Nome | string |
Required String length: inclusive between 0 and 64 |
|
| ProdutoGrupoIDErp | string |
String length: inclusive between 0 and 32 |
|
| Descricao | string |
Data type: MultilineText |
|
| SeoHtmTitle | string |
String length: inclusive between 0 and 256 |
|
| SeoHtmMetDescription | string |
String length: inclusive between 0 and 256 |
|
| SeoHtmMetKeywords | string |
String length: inclusive between 0 and 256 |
|
| SeoHtmMetAbstract | string |
String length: inclusive between 0 and 256 |
|
| SeoHtmHead | string |
Data type: MultilineText |
|
| FilMarca | boolean |
Required |
|
| Situacao | string |
Required String length: inclusive between 0 and 8 |
|
| DatHorCadastro | date |
None. |
|
| DatHorAtualizacao | date |
None. |
|
| Usuario | string |
String length: inclusive between 0 and 256 |
Request Formats
application/json, text/json
{
"ProdutoGrupoID": 1,
"UrlLink": "sample string 2",
"SiteID": 3,
"ProdutoGrupoIDPai": 1,
"ProdutoGrupoIDPaiHierarquia": "sample string 4",
"Nome": "sample string 5",
"ProdutoGrupoIDErp": "sample string 6",
"Descricao": "sample string 7",
"SeoHtmTitle": "sample string 8",
"SeoHtmMetDescription": "sample string 9",
"SeoHtmMetKeywords": "sample string 10",
"SeoHtmMetAbstract": "sample string 11",
"SeoHtmHead": "sample string 12",
"FilMarca": true,
"Situacao": "sample string 14",
"DatHorCadastro": "2026-02-19T08:35:19.3998458+00:00",
"DatHorAtualizacao": "2026-02-19T08:35:19.3998458+00:00",
"Usuario": "sample string 17"
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
ProdutoGrupo| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdutoGrupoID | integer |
None. |
|
| UrlLink | string |
String length: inclusive between 0 and 512 |
|
| SiteID | integer |
None. |
|
| ProdutoGrupoIDPai | integer |
None. |
|
| ProdutoGrupoIDPaiHierarquia | string |
None. |
|
| Nome | string |
Required String length: inclusive between 0 and 64 |
|
| ProdutoGrupoIDErp | string |
String length: inclusive between 0 and 32 |
|
| Descricao | string |
Data type: MultilineText |
|
| SeoHtmTitle | string |
String length: inclusive between 0 and 256 |
|
| SeoHtmMetDescription | string |
String length: inclusive between 0 and 256 |
|
| SeoHtmMetKeywords | string |
String length: inclusive between 0 and 256 |
|
| SeoHtmMetAbstract | string |
String length: inclusive between 0 and 256 |
|
| SeoHtmHead | string |
Data type: MultilineText |
|
| FilMarca | boolean |
Required |
|
| Situacao | string |
Required String length: inclusive between 0 and 8 |
|
| DatHorCadastro | date |
None. |
|
| DatHorAtualizacao | date |
None. |
|
| Usuario | string |
String length: inclusive between 0 and 256 |
Response Formats
application/json, text/json
{
"ProdutoGrupoID": 1,
"UrlLink": "sample string 2",
"SiteID": 3,
"ProdutoGrupoIDPai": 1,
"ProdutoGrupoIDPaiHierarquia": "sample string 4",
"Nome": "sample string 5",
"ProdutoGrupoIDErp": "sample string 6",
"Descricao": "sample string 7",
"SeoHtmTitle": "sample string 8",
"SeoHtmMetDescription": "sample string 9",
"SeoHtmMetKeywords": "sample string 10",
"SeoHtmMetAbstract": "sample string 11",
"SeoHtmHead": "sample string 12",
"FilMarca": true,
"Situacao": "sample string 14",
"DatHorCadastro": "2026-02-19T08:35:19.3998458+00:00",
"DatHorAtualizacao": "2026-02-19T08:35:19.3998458+00:00",
"Usuario": "sample string 17"
}