Articles populaires
Désolé ! aucun résultat trouvé pour
Publié environ 2 ans par Florian Mathieu
Here is an API batch to create a location for a Telephone consultation, including the settings for the scheduling process:
widget:
notifications:
Appointment booking process:
{ "requests": [ { "path": "/api/2.1/scheduling/companies", "method": "POST", "body": { "name": "Telephone consultation", "address": { "city": "", "country": "FR", "otherStreet": "", "state": "", "street": "", "zipCode": "" }, "currency": "EUR", "email": "", "phone": "", "scheduledItems": "staff-service", "timeZone": "Europe/Paris", "workingHours": [ { "day": "monday", "hours": [ { "end": "12:00", "start": "09:00" }, { "end": "18:00", "start": "14:00" } ] }, { "day": "tuesday", "hours": [ { "end": "12:00", "start": "09:00" }, { "end": "18:00", "start": "14:00" } ] }, { "day": "wednesday", "hours": [ { "end": "12:00", "start": "09:00" }, { "end": "18:00", "start": "14:00" } ] }, { "day": "thursday", "hours": [ { "end": "12:00", "start": "09:00" }, { "end": "18:00", "start": "14:00" } ] }, { "day": "friday", "hours": [ { "end": "12:00", "start": "09:00" }, { "end": "18:00", "start": "14:00" } ] }, { "day": "saturday", "hours": [] }, { "day": "sunday", "hours": [] } ] } }, { "path": "/api/2.1/scheduling/companies/{id}/services", "method": "POST", "body": { "allowBookingIteration": false, "availability": "public", "bufferDuration": 0, "price": 0, "capacity": 1, "color": "#770d69", "description": "", "duration": 15, "maxAppointmentsPerDay": 0, "name": "Online course", "overNight": false, "overNightStartTime": "", "payable": false } }, { "path": "/api/2.1/scheduling/companies/{company.id}/staff", "method": "POST", "body": { "firstName": "Jane", "lastName": "Doe", "email": "", "description": "Description du staff", "services": [ { "id": "{id}" } ] } }, { "path": "/api/2.1/scheduling/companies/{company.id}/settings", "method": "PUT", "body": { "rules": { "validation": "auto", "maxAppointmentDate": "months-2", "minAppointmentDate": "hours-1", "waitingList": true }, "widget": { "appointmentForSomeoneElse": true, "displayPrices": false, "displayDuration": false, "displayServicePicture": false, "staffMemberNameFormat": "{staff name} {staff lastname}", "freeSlotsIntervalTime": "service+buffer", "displayConfirmPrintPage": true, "displayDescription":true }, "items": { "scheduledItems": "staff-service" }, "notifications": { "first": { "delay": "1440", "email": true }, "second": { "delay": "60", "sms": true } }, "calendarSync": { "googleCalendar": { "enabled": true }, "liveCalendar": { "office365CalendarEnabled": true, "outlookCalendarEnabled": true }, "bidirectionalSync": { "enabled": true } } } } ] }
0 Votes
0 Commentaires
Connexion ou S'inscrire pour poster un commentaire
Personnes qui aiment ça
This post will be deleted permanently. Are you sure?
Here is an API batch to create a location for a Telephone consultation, including the settings for the scheduling process:
widget:
notifications:
Appointment booking process:
0 Votes
0 Commentaires
Connexion ou S'inscrire pour poster un commentaire