Πίσω στο Microsoft Booking
Σύνδεση Knoon AI με Microsoft Booking (Microsoft) για αυτοματοποίηση ροών εργασίας AI.
Fetch a single booking appointment by ID.
microsoftBookingGetAppointment
ΒΕΤΑ
Άδειες
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| businessId | file | Booking business. | Ναι |
| appointmentId | mustache | Appointment ID to fetch. | Ναι |
| customerEmailAddress | mustache | Optional customer email that must match for the appointment to be returned. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| status | string | DONE or ERROR. |
| start | string | Start date/time in ISO 8601. |
| end | string | End date/time in ISO 8601. |
| sensitive.appointmentId | string | Appointment ID. |
| sensitive.serviceId | string | Service ID. |
| sensitive.serviceName | string | Service name. |
| sensitive.customerName | string | Customer name. |
| sensitive.customerEmailAddress | string | Customer email. |
| sensitive.staffMemberIds | array | Assigned staff member IDs. |
| sensitive.isCancelled | boolean | Whether cancelled. |
| confidential.htmlLink | string | Link to view the appointment if available. |