Create an offer
Create a new offer for a load.
Authentication: Supports API key and bearer token authentication.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
X-Organization-ID
Request
This endpoint expects an object.
load_id
Load ID (prefixed or raw UUID)
offer_amount
Amount offered (positive)
tms_load_id
External load identifier from TMS
carrier_id
Carrier making the offer
status
Status of the offer
notes
Notes or comments about the offer
source
Source of the offer
Response
Successful Response
id
tms_load_id
load_id
offer_amount
status
source
created_at
updated_at
carrier_id
contact_id
call_id
email_message_id
notes
created_by_id
updated_by_id
load_number
carrier
v1 carrier response - wraps domain CarrierModel with prefixed IDs.
contact_name
contact_phone
email_conversation_id
rep_name
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error

