Skip to main content
POST
Create Booking

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
lead_id
string<uuid>
required
lines
BookingLineCreate · object[]
required
Minimum array length: 1
category
string | null
notes
string | null
requires_production
boolean
default:false
negotiated_total
Required range: x >= 0

Response

Successful Response