CDK Global · Arazzo Workflow
CDK Global Reschedule Service Appointment
Version 1.0.0
Read an existing appointment, update its date/time, then confirm the change.
View Spec
View on GitHub
AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventsWebhooksAsyncAPIArazzoWorkflows
Provider
Workflows
reschedule-appointment
Move an existing service appointment to a new date and time.
Loads the current appointment, applies a new date/time while retaining the originally requested services, and verifies the rescheduled time by reading the appointment again.
1
loadAppointment
queryAppointment
Read the existing appointment to capture the requested services that must be carried over into the update.
2
applyNewTime
updateAppointment
Post the appointment update carrying the new date/time and the previously requested services so the booking is moved rather than emptied.
3
confirmReschedule
queryAppointment
Read the appointment back to confirm the new date/time has been applied.