ย้อนกลับไปยัง 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. |