1. leads
CRM
  • tarefas
    • Tarefas
      GET
    • Tarefas
      POST
    • Tarefas
      PUT
    • Tarefas
      DELETE
  • leads
    • Leads
      GET
    • Lead
      GET
    • Criar Lead
      POST
    • Editar Lead
      PUT
    • Delete Lead
      DELETE
  • status-api
    GET
  • Esquemas
    • Tarefas
    • Lead
  1. leads

Editar Lead

Em desenvolvimento
PUT
/leads/{id}

Requisição

Authorization
Adicionar parâmetro em header
X-API-Key
Exemplo:
X-API-Key: ********************
Parâmetros de Caminho

Parâmetros Bodyapplication/jsonNecessário

Examples

Respostas

🟢200Sucesso
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api-crm.kybris.com/leads/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "fullName": "string",
    "email": "string",
    "description": "string",
    "facebook": "string",
    "instagram": "string",
    "linkedin": "string",
    "twitter": "string",
    "phone": "string",
    "company": "string",
    "value": 0,
    "status": "string",
    "source": "string"
}'
Response Response Example
{}
Modificado em 2026-05-01 13:16:28
Página anterior
Criar Lead
Próxima página
Delete Lead
Built with