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

    Finance

    {
        "id": "string",
        "tipo": "saida",
        "categoria": "string",
        "subcategoria": "string",
        "data": "string",
        "valor": 0,
        "formaPagamento": "string",
        "formasPagamento": [
            {
                "forma": "string",
                "valor": 0
            }
        ],
        "observacoes": "string",
        "pacienteId": "string",
        "pacienteName": "string",
        "servicoId": "string",
        "servicoName": "string",
        "userId": "string",
        "orgId": "string",
        "createdAt": "string",
        "updatedAt": "string",
        "deletedAt": null
    }
    Built with