1. Serviços
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
      GET
    • Serviço
      GET
    • Criar Serviço
      POST
    • Editar Serviço
      PUT
    • Delete Serviço
      DELETE
  • dashboard
    • Dashboard
  • Eventos Gerais
  • status-api
    GET
  • Esquemas
    • Tarefas
    • Lead
    • Pacientes
    • Finance
    • eventos
    • servicos
    • dashboard
  1. Serviços

Editar Serviço

Em desenvolvimento
PUT
/servicos/{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/servicos/' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
    "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
}'
Response Response Example
{}
Modificado em 2026-05-24 20:05:29
Página anterior
Criar Serviço
Próxima página
Delete Serviço
Built with