العودة إلى Microsoft Booking
اتصل بـ Knoon AI مع Microsoft Booking (Microsoft) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |