العودة إلى Microsoft Booking
اتصل بـ Knoon AI مع Microsoft Booking (Microsoft) لأتمتة تدفقات عمل الذكاء الاصطناعي.
Cancel an existing booking appointment and notify participants.
microsoftBookingCancelAppointment
بيتا
الأذونات
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| businessId | file | Booking business. | نعم |
| appointmentId | mustache | Appointment ID to cancel. | نعم |
| matchedCustomerEmailAddress | mustache | Optional customer email that must match the appointment’s primary customer. | لا |
| cancellationMessage | mustache | Optional cancellation note to include in notifications. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| status | string | CANCELLED or ERROR. |
| sensitive.appointmentId | string | Appointment ID. |
| sensitive.start | string | Start datetime. |
| sensitive.end | string | End datetime. |
| sensitive.isCancelled | boolean | Whether cancelled. |
| confidential.htmlLink | string | Link to view the appointment if available. |