Wash & Detail
Learn how to use Wash & Detail workflows.
Overview
Drivly’s Wash & Detail API simplifies the complex process of managing vehicle wash and detail services, offering a straightforward solution for obtaining quotes and placing orders.
With a simple API, businesses can easily access a network of professional service providers, ensuring vehicles receive the best care promptly.
Workflows
The Wash & Detail API facilitates two primary functions, Quote
and Order
a car wash and detailing service for a vehicle, including interior and exterior cleaning, waxing, polishing, and paint correction.
Quote Wash & Detail
Order Wash & Detail
Typical Progression
Lets go over the typical progression of a wash and detail service order. While these steps are typical, there may be issues, delays, or other factors that can affect the progression of your service order.
If any problems arise, the service order’s status
will be updated to either delayed
or canceled
, and you will be notified of the issue via email and webhook.
After payment is successful
A service order is created with the details of your quote, including the estimated time and cost.
The service order will start in the pending
status, this means that its just waiting for the team to pick up the vehicle, and start work.
After some time has passed
The service provider will begin working on your vehicle, ensuring it receives the care it needs.
The service order will be updated to include the status of the service, moving from pending
to in-progress
.
Work is completed
Once the service is completed, the service order will be updated to reflect the status of the service.
After work is completed, the service order will be updated to include the status of the service, moving from in-progress
to completed
.
Webhooks
service.created
- This event is triggered when a service order is created, providing you with the details of the order:
service.updated
- This event is triggered when a your order is updated, for example, when we start work on the vehicle, or when the service has an issue:
service.completed
- This event is triggered when a service order is completed:
Next Steps
Ready to get started with Wash & Detail API?