Skip to content
--- aside: false outline: false ---

Book a new job

POST
/booking-flow/{clientId}/book

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

clientId*
Type
string
Required
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"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI