Actualizar un agendamiento
Al ser una API REST, cada método HTTP tiene el significado esperado, para realizar la actualizacion se utiliza el 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.
Last updated