---
title: "PUT /v1/comercial/leads/tarefas"
method: PUT
path: "/v1/comercial/leads/tarefas"
tags: ["Tarefas"]
---

# PUT /v1/comercial/leads/tarefas

`PUT /v1/comercial/leads/tarefas`

> 🔒 **Autenticação necessária**
>
> Esta API utiliza autenticação via **e-mail e token** nos headers da requisição.
> Consulte o tutorial completo antes de fazer sua primeira chamada:
> [Como autenticar nas APIs do CV CRM (v1 — E-mail e Token)](https://desenvolvedor.cvcrm.com.br/docs/como-autenticar-apis-cvcrm-email-token)

## Headers

- `email` string, required
- `token` string, required

## Request body

- AtualizarTarefa
  - `idtarefa` integer, required
  - `nome` string
  - `descricao` string
  - `data` string
  - `situacao` string
  - `prioridade` string
  - `tipo_responsavel` string
  - `idresponsavel` integer
  - `lembrete_tarefa` string
  - `motivo_concluido` string
  - `motivo_cancelamento` string

## Response `200`

Operação realizada com sucesso.

- object
  - `sucesso` boolean
  - `id` integer
  - `codigo` integer

## Other responses

- `400` — Requisição Incorreta!

---

[API](https://skmtc.net/cvcrm/apis/clientes.md) · [All operations](https://skmtc.net/cvcrm/apis/clientes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cvcrm/clientes/revisions/42bf5add8bf3/schema)
