Create bid
POST /bids
POST
/bids
Creates a new bid in draft status.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” Idempotency-Key
string
Request Body
Section titled “Request Body ”object
bidNumber
string
name
string | null
leadId
integer | null
contactId
integer | null
projectId
integer | null
dueDate
string | null
validUntil
string | null
rejectedAt
string | null
taxRate
string | null
discountType
string | null
discount
string | null
siteAddress
string | null
latitude
string | null
longitude
string | null
notes
string | null
terms
string | null
paymentTermsText
string | null
paymentTermId
integer | null
createdBy
integer | null
marginPercent
string | null
companyOhPercent
string | null
commissionPercent
string | null
showSublines
boolean | null
roundSalesAmounts
boolean | null
kanbanOrder
integer
Responses
Section titled “ Responses ”Created
object
data
required
object
id
required
integer
bidNumber
required
string
contactId
required
integer | null
leadId
required
integer | null
projectId
required
integer | null
status
required
string
subtotal
required
string | null
taxAmount
required
string | null
total
required
string | null
taxRate
required
string | null
discount
required
string | null
discountType
required
string | null
notes
required
string | null
terms
required
string | null
siteAddress
required
string | null
acceptedBy
required
string | null
meta
required
object
request_id
Server-generated request identifier
string
pagination
object
cursor
required
Opaque cursor for the next page; null when no more results
string | null
has_more
required
Whether more pages are available after this one
boolean
count
required
Items in this page
integer
Error
object
type
required
URL identifying the problem type
string format: uri
title
required
Short human-readable summary
string
status
required
HTTP status code
integer
detail
Human-readable explanation
string
request_id
Server-generated request identifier
string
errors
Validation error array (422 only)
Array<object>
object
field
required
Field path that failed validation
string
code
required
Validation error code
string
message
required
Human-readable validation message
string