Atualizar um agendamento
Sendo uma API REST, cada método HTTP tem o significado esperado; para realizar a atualização utiliza-se o método PUT.
Given an order identifier changes the appointment details.
Order UUID for which an appointment is to be made.
Identifier of the appointment to be obtained.
Date of appointment.
Time of appointment.
Appointment duration in minutes.
A successful response that returns the appointment details.
This field will be null because no errors occurred.
This field will be true because no errors occurred.
trueA failed response because the required parameters were not received.
A failed response due to insufficient permissions to execute the operation.
A failed response due to not having the proper permissions.
A failed response due to a server problem.
Atualizado