PUT api/Appointments

Edita .

URI Parameters

None.

Body Parameters

EditAppointmentRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Type

1 - Admissional 2 - Demissional 3 - Retorno ao Trabalho 4 - Mudança de risco ocupacional 5 - Periódico 6 - Avaliação Clínica (Assistencial)

RecordType

Required

Date

Data do agendamento

date

Required

StartTime

Horário de início do agendamento - "11:30:00" - HH:mm:ss

time interval

Required

EndTime

Horário de término do agendamento - Formato "11:35:00" - HH:mm:ss

time interval

Required

Exams

Lista de exames que serão realizados no agendamento

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "74b89fa6-7c75-436c-a532-aef6f33da89e",
  "Type": 1,
  "Date": "23/09/2026",
  "StartTime": "00:00:00.1234567",
  "EndTime": "00:00:00.1234567",
  "Exams": [
    "42fff491-540d-49eb-ba48-f4981e27ebd9",
    "32e79a9b-50cb-4182-aa1e-48049d4ca436"
  ]
}

Response Formats

application/json, text/json

Sample:

Sample not available.