CDK Global · Arazzo Workflow
CDK Global Cancel Service Appointment
Version 1.0.0
Find a customer's appointment, confirm it exists, then cancel it with a reason.
View Spec
View on GitHub
AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventsWebhooksAsyncAPIArazzoWorkflows
Provider
Workflows
cancel-appointment
Locate an appointment by customer and cancel it when present.
Queries appointments for the supplied customer link, branches on whether a booking was returned, and cancels the located appointment with the supplied reason.
1
findAppointment
queryAppointments
Query appointments filtered by the customer link to locate the booking to cancel.
2
cancelAppointment
cancelAppointment
Cancel the located appointment, supplying the cancellation reason in the request body.