Tilbake til Microsoft Booking
Koble til Knoon AI med Microsoft Booking (Microsoft) for å automatisere AI-arbeidsflyter.
Update an existing booking appointment.
microsoftBookingUpdateAppointment
BETA
Tillatelser
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| businessId | file | Booking business. | Ja |
| appointmentId | mustache | Appointment ID to update. | Ja |
| startDateTime | mustache | New start datetime in ISO 8601. | Nei |
| endDateTime | mustache | New end datetime in ISO 8601. | Nei |
| customerNotes | mustache | Replacement notes. | Nei |
| 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. | Nei |
| staffMemberIds | array (mustache) | Replacement assigned staff member IDs. | Nei |
| preventConflicts | boolean | If true, backend rejects update when the new time overlaps existing appointments. | Nei |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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. |