CRM
    • tarefas
      • Tarefas
        GET
      • Tarefas
        POST
      • Tarefas
        PUT
      • Tarefas
        DELETE
    • leads
      • Leads
        GET
      • Lead
        GET
      • Criar Lead
        POST
      • Editar Lead
        PUT
      • Delete Lead
        DELETE
    • Pacientes
      • Pacientes
        GET
      • Paciente
        GET
      • Criar Paciente
        POST
      • Editar paciente
        PUT
      • Delete Paciente
        DELETE
      • aniversariantes por mes
        GET
      • Aniversariantes do mês
        GET
      • Aniversarianetes hoje
        GET
    • FInanceiro
      • Financeiros
        GET
      • Financeiro
        GET
      • Lançar financeiro
        POST
      • Editar lançamento
        PUT
      • Delete Lançamento
        DELETE
    • Agenda
      • Eventos
      • Evento
      • Criar evento
      • Editar evento
      • Delete evento
    • Serviços
      • Serviços
      • Serviço
      • Criar Serviço
      • Editar Serviço
      • Delete Serviço
    • dashboard
      • Dashboard
    • Eventos Gerais
    • status-api
      GET
    • Esquemas
      • Tarefas
      • Lead
      • Pacientes
      • Finance
      • eventos
      • servicos
      • dashboard

    Lead

    {
        "fullName": "string",
        "email": "string",
        "description": "string",
        "facebook": "string",
        "instagram": "string",
        "linkedin": "string",
        "twitter": "string",
        "phone": "string",
        "company": "string",
        "value": 0,
        "status": "new",
        "source": "string"
    }
    Built with