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

    servicos

    {
        "id": "string",
        "nome": "string",
        "categoria": "string",
        "descricaoCurta": "string",
        "descricaoCompleta": "string",
        "precoPadrao": 0,
        "duracao": 0,
        "atende": [
            "string"
        ],
        "teleatendimento": true,
        "documentoIncluido": "string",
        "multiplasSessoes": true,
        "qtsessoes": 0,
        "tipo": "string",
        "ativo": true,
        "cor": "string",
        "orgId": "string",
        "createdAt": "string",
        "updatedAt": "string",
        "deletedAt": null
    }
    Built with