Actions (25)
Projects · 11
- Bid Project AgreementPOST /2025-12/projects/bid
Create a project bid/agreement with suggested times and pricing.
documented - Book a Project AgreementPOST /2025-12/projects/book
Complete the booking using an agreed project and customer data.
documented - Cancel a Booked ProjectPOST /2025-12/projects/{project_uuid}/cancel
Cancel a booked project.
documented - Check Reschedule AvailabilityGET /2025-12/projects/{project_uuid}/reschedule/availability
Check available time windows for rescheduling an existing project.
documented - Check Service AvailabilityPOST /2025-12/projects/availability
Return real-time available time windows and pricing for a project.
documented - Create Appointment RequestPOST /2025-12/projects/{project_uuid}/appointments
Create an appointment request for a given project.
documented - Create Appointment RequestPOST /2025-12/projects/{project_uuid}/appointments
Create an appointment request for a given project.
documented - Estimate ServicesPOST /2025-12/projects/estimate
Return an estimated price for a service item given location.
documented - List ProjectsPOST /2025-12/projects/list
Retrieve a flat list of Projects with optional filters.
documented - Reschedule ProjectPOST /2025-12/projects/{project_uuid}/reschedule
Reschedule an existing project to a new target start time.
documented - Retrieve a Project by UUIDGET /2025-12/projects/{project_uuid}
Retrieve detailed information about a specific project by UUID.
documented
Deliveries · 4
- Cancel DeliveryPUT /v1/deliveries/{deliveryId}/cancel
Cancel an existing Dolly delivery.
documented - Create DeliveryPOST /v1/deliveries
Create a Dolly delivery request.
documented - Get Delivery InfoGET /v1/deliveries/{deliveryId}
Retrieve details and status for a Dolly delivery.
documented - Update Delivery TipPATCH /v1/deliveries/{deliveryId}
Update the tip for a specific delivery.
documented