1. Pacientes
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
      GET
    • Evento
      GET
    • Criar evento
      POST
    • Editar evento
      PUT
    • Delete evento
      DELETE
  • 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
  1. Pacientes

Editar paciente

Em desenvolvimento
PUT
/pacientes/{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
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api-crm.kybris.com/pacientes/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
    "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-22 02:17:11
Página anterior
Criar Paciente
Próxima página
Delete Paciente
Built with