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. |