Editar lead
Mudanças aqui mexem no estado em memória do emulador. O SaaS
faz polling automático a cada 2 minutos — pode acompanhar
em /leads/crm nos jobs recentes. Mudanças vindas
do SaaS via outbox aparecem em
Pending writes.
Raw JSON
{
"idlead": 1010,
"codigointerno": null,
"nome": "Lead Teste 11",
"email": "lead11@local.test",
"telefone": "+5541981000010",
"documento": null,
"origem": "Painel Gestor",
"data_cad": "2026-06-01 10:00:00",
"situacao": {
"id": 4,
"nome": "Em Atendimento"
},
"gestor": {
"id": null,
"nome": null,
"email": null
},
"imobiliaria": {
"id": 1,
"nome": "Imobiliária Centro"
},
"corretor": {
"id": 110,
"nome": "Corretor Teste 11",
"email": "corretor11@local.test"
},
"empreendimento": [
{
"id": 2,
"nome": "EDIFÍCIO BELA VISTA"
}
],
"empreendimentosId": "2",
"tags": [
"tag-teste"
],
"score": 60,
"link_interesses": "http://localhost:4400/gestor/comercial/leads/1010/administrar"
}