PUT api/Appointments
Edita .
URI Parameters
None.
Body Parameters
EditAppointmentRequest| Name | Description | Type | Additional 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": "67e63811-56c9-4927-878a-4bd89a3d7c40",
"Type": 1,
"Date": "29/04/2026",
"StartTime": "00:00:00.1234567",
"EndTime": "00:00:00.1234567",
"Exams": [
"c1912715-08b8-485d-a8c0-4fa626e67681",
"2227978c-bcc7-4d30-b4ca-e9a4b0e07e6a"
]
}
Response Formats
application/json, text/json
Sample:
Sample not available.