Atrás a Microsoft Booking
Conectar Knoon AI con Microsoft Booking (Microsoft) para automatizar flujos de trabajo de AI.
Update an existing booking appointment.
microsoftBookingUpdateAppointment
Beta
Permisos
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| businessId | file | Booking business. | Sí |
| appointmentId | mustache | Appointment ID to update. | Sí |
| startDateTime | mustache | New start datetime in ISO 8601. | No |
| endDateTime | mustache | New end datetime in ISO 8601. | No |
| customerNotes | mustache | Replacement notes. | No |
| matchedCustomerEmailAddress | mustache | Optional customer email that must match the appointment’s primary customer. Use this when you want to enforce an exact match before updating. | No |
| staffMemberIds | array (mustache) | Replacement assigned staff member IDs. | No |
| preventConflicts | boolean | If true, backend rejects update when the new time overlaps existing appointments. | No |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| status | string | UPDATED or ERROR. |
| sensitive.appointmentId | string | Appointment ID. |
| sensitive.start | string | Updated start. |
| sensitive.end | string | Updated end. |
| sensitive.isCancelled | boolean | Whether cancelled. |
| confidential.htmlLink | string | Link to view the appointment if available. |