CDK Global · Arazzo Workflow
CDK Global Remove Service Session Item
Version 1.0.0
Confirm a booking session item exists, then remove it from the session.
View Spec
View on GitHub
AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventsWebhooksAsyncAPIArazzoWorkflows
Provider
Workflows
remove-service-session-item
Read a booking session item then delete it when it exists.
Queries a requested service item by identifier, branches on whether it was returned, and removes the item from the booking session when present.
1
loadItem
queryRequestedServiceItemById
Query the requested service item by its identifier and branch on whether the item exists.
2
removeItem
removeBookingSessionItem
Remove the located service item from the booking session.