CDK Global · Arazzo Workflow
CDK Global Add Service Session Item
Version 1.0.0
Create a booking session, add a requested service item, and read it back.
View Spec
View on GitHub
AutomotiveDealer ManagementDMSAuto RetailF&IFixed OperationsPartsCRMDigital RetailMarketplaceDeveloper PlatformEventsWebhooksAsyncAPIArazzoWorkflows
Provider
Workflows
add-service-session-item
Attach a requested service item to a new booking session and confirm it.
Creates a booking session, posts a requested service item onto it, and queries the session's items to verify the item was persisted.
1
createSession
createBookingSession
Create the booking session that the requested service item will be added to.
2
addItem
addBookingSessionItem
Add a requested service item describing the work to be performed to the booking session.
3
confirmItems
queryBookingSessionItems
Query the booking session's requested service items to confirm the item was attached.