CDK Global · Arazzo Workflow
CDK Global Book Service Session
Version 1.0.0
Create a booking session, discover an available store and slot, and book it.
View Spec
View on GitHub
AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventsWebhooksAsyncAPIArazzoWorkflows
Provider
Workflows
book-service-session
Drive a booking session from creation through booking an appointment slot.
Creates a booking session, resolves an available store, lists that store's open slots, and books the first available slot to finalize the service appointment.
1
createSession
createBookingSession
Create the booking session that scopes the vehicle, customer, store list, and search window for the rest of the flow.
2
findAvailableStore
queryBookingSessionStoreAvailability
Query the stores that have availability for this booking session and take the first store returned.
3
findAvailableSlot
queryBookingSessionsAvailableStoreSlots
Query the open appointment slots for the resolved store and take the first slot returned.
4
bookSlot
bookAppointmentSlot
Book the selected appointment slot, the final step in the booking process, producing the confirmed appointment.