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.

Changes appointment details by folio.

put
/orders/{folio}/appointments/{id}/

Given an order identifier changes the appointment details.

Authorizations
AuthorizationstringRequired
Path parameters
foliostringRequired
idstringRequired
order_idstringRequired

Order UUID for which an appointment is to be made.

appointment_idstringRequired

Identifier of the appointment to be obtained.

Body
appointment_datestringRequired

Date of appointment.

appointment_timestringRequired

Time of appointment.

appointment_durationintegerRequired

Appointment duration in minutes.

Responses
200

A successful response that returns the appointment details.

application/json
put
/orders/{folio}/appointments/{id}/

Last updated