返回 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. |