חזרה אל 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. |