Retour à Microsoft Booking
Connecter Knoon AI avec Microsoft Booking (Microsoft) pour automatiser les flux de travail AI.
Update an existing booking appointment.
microsoftBookingUpdateAppointment
Bêta
Autorisations
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| businessId | file | Booking business. | Oui |
| appointmentId | mustache | Appointment ID to update. | Oui |
| startDateTime | mustache | New start datetime in ISO 8601. | Non |
| endDateTime | mustache | New end datetime in ISO 8601. | Non |
| customerNotes | mustache | Replacement notes. | Non |
| 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. | Non |
| staffMemberIds | array (mustache) | Replacement assigned staff member IDs. | Non |
| preventConflicts | boolean | If true, backend rejects update when the new time overlaps existing appointments. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |