Create a carrier bid

SecurityAuthToken
Request
Request Body schema: application/json
required
available_date
string or null <date>
available_time
string or null <time>
bid_amount
number or null <float>
bid_amount_currency
string or null
carrier_name
string or null
carrier_relationship
string or null <uuid>
contact_email
string or null
contact_first_name
string or null
contact_last_name
string or null
contact_phone_number
string or null
created_at
string or null <date-time>
created_by_company
string or null <uuid>
created_by_user
string or null <uuid>
created_by_user_full_name
string or null
object (Address)
distance_from_pickup_miles
integer or null
equipment_type
integer or null
id
string or null <uuid>
mc_number
string or null
notes
string or null
shipment
string or null <uuid>
updated_at
string or null <date-time>
usdot_number
string or null
Responses
201

Newly created carrier bid

Response Schema: application/json
available_date
string or null <date>
available_time
string or null <time>
bid_amount
number or null <float>
bid_amount_currency
string or null
carrier_name
string or null
carrier_relationship
string or null <uuid>
contact_email
string or null
contact_first_name
string or null
contact_last_name
string or null
contact_phone_number
string or null
created_at
string or null <date-time>
created_by_company
string or null <uuid>
created_by_user
string or null <uuid>
created_by_user_full_name
string or null
object (Address)
distance_from_pickup_miles
integer or null
equipment_type
integer or null
id
string or null <uuid>
mc_number
string or null
notes
string or null
shipment
string or null <uuid>
updated_at
string or null <date-time>
usdot_number
string or null
default

Default error response

post/quoting/carrier-bids/
Request samples
application/json
{
  • "available_date": "2019-08-24",
  • "available_time": "14:15:22Z",
  • "bid_amount": 0.1,
  • "bid_amount_currency": "string",
  • "carrier_name": "string",
  • "carrier_relationship": "d7f1b7aa-c04c-4a8f-9449-6b6fba2e6ed0",
  • "contact_email": "string",
  • "contact_first_name": "string",
  • "contact_last_name": "string",
  • "contact_phone_number": "string",
  • "created_at": "2019-08-24T14:15:22Z",
  • "created_by_company": "ddc434bc-bc80-45ee-a80e-f7ed3db13c6d",
  • "created_by_user": "27517bc4-bc7e-445c-b9ea-ea9612f4fa59",
  • "created_by_user_full_name": "string",
  • "current_location": {
    },
  • "distance_from_pickup_miles": 0,
  • "equipment_type": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "mc_number": "string",
  • "notes": "string",
  • "shipment": "040451d7-03ba-4b1e-94f7-5cacc36efb36",
  • "updated_at": "2019-08-24T14:15:22Z",
  • "usdot_number": "string"
}
Response samples
application/json
{
  • "available_date": "2019-08-24",
  • "available_time": "14:15:22Z",
  • "bid_amount": 0.1,
  • "bid_amount_currency": "string",
  • "carrier_name": "string",
  • "carrier_relationship": "d7f1b7aa-c04c-4a8f-9449-6b6fba2e6ed0",
  • "contact_email": "string",
  • "contact_first_name": "string",
  • "contact_last_name": "string",
  • "contact_phone_number": "string",
  • "created_at": "2019-08-24T14:15:22Z",
  • "created_by_company": "ddc434bc-bc80-45ee-a80e-f7ed3db13c6d",
  • "created_by_user": "27517bc4-bc7e-445c-b9ea-ea9612f4fa59",
  • "created_by_user_full_name": "string",
  • "current_location": {
    },
  • "distance_from_pickup_miles": 0,
  • "equipment_type": 0,
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "mc_number": "string",
  • "notes": "string",
  • "shipment": "040451d7-03ba-4b1e-94f7-5cacc36efb36",
  • "updated_at": "2019-08-24T14:15:22Z",
  • "usdot_number": "string"
}
Copyright © Shipwell 2024. All right reserved.