POST api/Produtos
Request Information
URI Parameters
None.
Body Parameters
ProdutoIN| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdutoIDErp | string |
Required String length: inclusive between 0 and 32 |
|
| Preco | decimal number |
Required |
|
| PrePromocional | decimal number |
None. |
|
| Situacao | string |
Required String length: inclusive between 0 and 8 |
Request Formats
application/json, text/json
Sample:
{
"ProdutoIDErp": "sample string 1",
"Preco": 2.0,
"PrePromocional": 1.0,
"Situacao": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProdutoOUT| Name | Description | Type | Additional information |
|---|---|---|---|
| ProdutoIDErp | string |
String length: inclusive between 0 and 32 |
|
| Preco | decimal number |
Required |
|
| PrePromocional | decimal number |
None. |
|
| 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
Sample:
{
"ProdutoIDErp": "sample string 1",
"Preco": 2.0,
"PrePromocional": 1.0,
"Situacao": "sample string 3",
"DatHorCadastro": "2026-02-19T08:43:58.0454407+00:00",
"DatHorAtualizacao": "2026-02-19T08:43:58.0454407+00:00",
"Usuario": "sample string 6"
}