PUT api/Produtos/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Produto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdutoID | integer |
None. |
|
| ProdutoIDErp | string |
String length: inclusive between 0 and 32 |
|
| ProdutoIDFabricante | string |
String length: inclusive between 0 and 32 |
|
| UrlLink | string |
String length: inclusive between 0 and 512 |
|
| SiteID | integer |
None. |
|
| Nome | string |
Required String length: inclusive between 0 and 256 |
|
| ProdutoMarcaID | integer |
Required |
|
| ProdutoGrupoID | integer |
Required |
|
| ProdutoGrupoIDHierarquia | string |
None. |
|
| Descricao | string |
Data type: MultilineText |
|
| Preco | decimal number |
Required |
|
| PrePromocional | decimal number |
None. |
|
| EmbAltura | decimal number |
Required |
|
| EmbLargura | decimal number |
Required |
|
| EmbProfundidade | decimal number |
Required |
|
| EmbPeso | decimal number |
Required |
|
| Sinonimos | string |
String length: inclusive between 0 and 1024 |
|
| ExcRelacionamento | boolean |
Required |
|
| Prioridade | integer |
None. |
|
| 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 |
|
| SeoHtmA | string |
String length: inclusive between 0 and 256 |
|
| 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 |
|
| ProFotProX | integer |
None. |
|
| ProFotProY | integer |
None. |
Request Formats
application/json, text/json
{
"ProdutoID": 1,
"ProdutoIDErp": "sample string 2",
"ProdutoIDFabricante": "sample string 3",
"UrlLink": "sample string 4",
"SiteID": 5,
"Nome": "sample string 6",
"ProdutoMarcaID": 7,
"ProdutoGrupoID": 8,
"ProdutoGrupoIDHierarquia": "sample string 9",
"Descricao": "sample string 10",
"Preco": 11.0,
"PrePromocional": 1.0,
"EmbAltura": 12.0,
"EmbLargura": 13.0,
"EmbProfundidade": 14.0,
"EmbPeso": 15.0,
"Sinonimos": "sample string 16",
"ExcRelacionamento": true,
"Prioridade": 1,
"SeoHtmTitle": "sample string 18",
"SeoHtmMetDescription": "sample string 19",
"SeoHtmMetKeywords": "sample string 20",
"SeoHtmMetAbstract": "sample string 21",
"SeoHtmHead": "sample string 22",
"SeoHtmA": "sample string 23",
"Situacao": "sample string 24",
"DatHorCadastro": "2026-02-19T08:31:19.5227346+00:00",
"DatHorAtualizacao": "2026-02-19T08:31:19.5227346+00:00",
"Usuario": "sample string 27",
"ProFotProX": 28,
"ProFotProY": 29
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
None.