Appearance
--- aside: false outline: false --- Powered by VitePress OpenAPI
Book a new job
POST
/booking-flow/{clientId}/book
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
clientId*
Type
Requiredstring
Pattern
"^cl_"Request Body
application/json
JSON "customer": "string", "isDroppingOff": true, "scheduledAt": "string", "vehicle": "string", "services": [ { "id": "string", "issueDescription": [ "string" ], "customerNotes": "string" } ], "sourceTracking": { "utm_source": "string", "utm_medium": "string", "utm_campaign": "string", "utm_term": "string", "utm_content": "string", "ao_campaign": "string", "ao_affiliate": "string", "ao_promo": "string", "ao_coupon": "string", "ao_leadSource": "string", "ao_custom_1": "string", "ao_custom_2": "string", "ao_custom_3": "string" }
{
}
Responses
Book result object
application/json
JSON "job": "string", "customer": "string", "vehicle": "string"
{
}