A finalidade deste método é possibilitar a atualização de dados de produtos.
PUT api/v3/products/product/{seqProduct}| Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
| seqProduct | Product sequence | integer | Obrigatório |
| Nome (Name) | Descrição (Description) | Tipo (Type) | Informações Adicionais (Adittional Information) |
| complement | Family description complement | string | Tamanho Máximo: 50 |
| reducedDescription | Reduced description | string | Tamanho Máximo: 24 |
| manufacturingProcessIndicator | Indicates the process of manufacturing the product itself (S – No production process, B – Base product for breakdown, F – Composite end product, V – Variable composition product, I – Input for production, C – Compound for separation, M – Automatic movement) – (Default: S) | string | Tamanho Máximo: 1 |
| genericDescription | Generic description | string | Tamanho Máximo: 60 |
| anpCode | ANP Code | integer | Não há. |
| anpDescription | Description of the product according to ANP | string | Tamanho Máximo: 95 |
| zeroBalancePriceIndicator | Indicator to generate zero price for scales (S – Yes / N – No) – (Default: N) | string | Tamanho Máximo: 1 |
| productControlTemperatureIndicator | Indicates whether the product controls the temperature (S – Yes / N – No) – (Default: N) | string | Tamanho Máximo: 1 |
| replicationIndicator | Replicação indicator (S – Yes / N – No) – (Default: S) | string | Tamanho Máximo: 1 |
| issueTaxCodeInNFEIndicator | Indicator for issuing fiscal product code in NFE (S – Yes / N – No) – (Default: N) | string | Tamanho Máximo: 1 |
application/json, text/json
Exemplo (Sample):
{
"complement": "sample string 1",
"reducedDescription": "sample string 2",
"manufacturingProcessIndicator": "sample string 3",
"genericDescription": "sample string 4",
"anpCode": 1,
"anpDescription": "sample string 5",
"zeroBalancePriceIndicator": "sample string 6",
"productControlTemperatureIndicator": "sample string 7",
"replicationIndicator": "sample string 8",
"issueTaxCodeInNFEIndicator": "sample string 9"
}application/x-www-form-urlencoded
Exemplo (Sample):
Exemplo não disponível.
IHttpActionResult
Não há.
application/json, text/json, application/xml, text/xml
Exemplo (Sample):
Exemplo não disponível.