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