Voltar para Microsoft Booking
Conectar Knoon AI com Microsoft Booking (Microsoft) para automatizar fluxos de trabalho de AI.
Update an existing booking appointment.
microsoftBookingUpdateAppointment
Beta
Permissões
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| businessId | file | Booking business. | Sim |
| appointmentId | mustache | Appointment ID to update. | Sim |
| startDateTime | mustache | New start datetime in ISO 8601. | Não |
| endDateTime | mustache | New end datetime in ISO 8601. | Não |
| customerNotes | mustache | Replacement notes. | Não |
| 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. | Não |
| staffMemberIds | array (mustache) | Replacement assigned staff member IDs. | Não |
| preventConflicts | boolean | If true, backend rejects update when the new time overlaps existing appointments. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |