Skip to main content
POST
/
mudaStatusAgendamento
Atualiza status do agendamento
curl --request POST \
  --url https://cris.clinicaderesultado.com.br/rest/v1/mudaStatusAgendamento \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agendamento": 3581,
  "status": 2
}
'
"<unknown>"

Authorizations

Authorization
string
header
required

Token retornado por POST /loginApi (valor sem prefixo "Bearer" se a API esperar só o token; caso contrário inclua conforme o CRIS).

Body

application/json
agendamento
integer
required

ID do agendamento (relAgendamentos).

status
integer
required

ID do novo status (statusAgendamento).

Response

200 - application/json

OK

Resposta JSON do CRIS (estrutura variável por endpoint).