POST /product (Product)
create_productCreate a product or service in the Conexa system by submitting details like name, description, price, and company.
Instructions
Criação de um Item/Serviço no sistema Conexa.
Exemplo de body: { "name": "Serviço de Motoboy", "description": "Serviço de entrega de correspondências", "price": 10.9, "companyId": 3, "serviceCategoryId": 1, "costCenterId": 7, "isCustomerConsumable": false, "notificationsEmails": ["lorem.ipsun@dolor.cirius", "ipsun@dolor.cirius"], "nfseDescription": null, "receiptDescription": null }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Corpo JSON da requisição (campos na descrição da tool) |