Indietro a Microsoft Booking
Connetti Knoon AI con Microsoft Booking (Microsoft) per automatizzare i flussi di lavoro AI.
Update an existing booking appointment.
microsoftBookingUpdateAppointment
Beta
Autorizzazioni
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| businessId | file | Booking business. | Sì |
| appointmentId | mustache | Appointment ID to update. | Sì |
| startDateTime | mustache | New start datetime in ISO 8601. | No |
| endDateTime | mustache | New end datetime in ISO 8601. | No |
| customerNotes | mustache | Replacement notes. | No |
| 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. | No |
| staffMemberIds | array (mustache) | Replacement assigned staff member IDs. | No |
| preventConflicts | boolean | If true, backend rejects update when the new time overlaps existing appointments. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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. |