Назад к Microsoft Booking
Подключите Knoon AI к Microsoft Booking (Microsoft), чтобы автоматизировать AI рабочие процессы.
Update an existing booking appointment.
microsoftBookingUpdateAppointment
Бета
Разрешения
Опциональные разрешения
Нет элементов для отображения.
Параметры
| Имя | Тип | Описание | Обязательно |
|---|---|---|---|
| businessId | file | Booking business. | Да |
| appointmentId | mustache | Appointment ID to update. | Да |
| startDateTime | mustache | New start datetime in ISO 8601. | Нет |
| endDateTime | mustache | New end datetime in ISO 8601. | Нет |
| customerNotes | mustache | Replacement notes. | Нет |
| 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. | Нет |
| staffMemberIds | array (mustache) | Replacement assigned staff member IDs. | Нет |
| preventConflicts | boolean | If true, backend rejects update when the new time overlaps existing appointments. | Нет |
Возвраты
| Имя | Тип | Описание |
|---|---|---|
| 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. |