BidCreated

Carrier interest or a carrier bid submitted for a load. Delivered via PUSH_BID_TO_TMS webhook subscription. This callback is sent when a carrier expresses interest, even if the carrier did not provide a dollar offer amount.

  • bidId
    Type: string
    required

    Unique identifier for the bid

  • carrier
    required

    Carrier that submitted the bid. At least one of id, mcNumber, or dotNumber must be present.

    Carrier that submitted the bid. At least one of id, mcNumber, or dotNumber must be present.

    • id
      Type: string | null
      required

      Carrier identifier

    • dotNumber
      Type: number | null

      Carrier DOT number

    • mcNumber
      Type: number | null

      Carrier MC number

  • channel
    required

    Communication channel used for the bid. At least one of phone or email must be present.

    Communication channel used for the bid. At least one of phone or email must be present.

    • phone
      Type: string | null
      required

      Phone number (present for call-based bids)

    • type
      Type: string enum
      required

      Type of communication channel

      values
      • call
      • email
    • email
      Type: string | null Format: email

      Email address (present for email-based bids)

  • createdAt
    Type: string Format: date-time
    required

    UTC ISO 8601 timestamp ending in Z of when the bid was created.

  • internalLoadReference
    Type: string
    required

    Augment internal load reference

  • loadReference
    Type: string
    required

    Brokerage load reference number

  • truckEmpty
    Type: object
    required

    Truck empty location and availability

    • city
      Type: string | null

      City name

    • country
      Type: string | null enum

      Country code

      values
      • US
      • CA
      • MX
      • null
    • dateTime
      Type: string | null Format: date-time

      Truck empty date and time

    • stateOrProvince
      Type: string | null

      State or province code

  • offerAmount
    Type: number | null

    Bid offer amount in dollars. This can be null when the carrier expressed interest but did not provide a dollar amount.

  • repId
    Type: string | null

    Augment representative ID who facilitated the bid