Coyote Logistics · Example Payload

Post _Api_V1_Availableloads_Search Request

Request example for Search available loads

freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API

Post _Api_V1_Availableloads_Search Request is an example object payload from Coyote Logistics, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionexample

Example Payload

post-_api_v1_availableloads_search-request.json Raw ↑
{
  "description": "Request example for Search available loads",
  "example": {
    "origin": {
      "location": {
        "latitude": 41.9316,
        "longitude": -87.6921
      },
      "deadheadRadius": {
        "value": 120,
        "unit": "Miles"
      },
      "appointment": {
        "appointmentStartDateTime": "2026-06-12T14:00:00-05:00",
        "appointmentEndDateTime": "2026-06-13T12:00:00-05:00"
      }
    },
    "destination": {
      "location": {
        "latitude": 42.9316,
        "longitude": -88.6921
      },
      "deadheadRadius": {
        "value": 120,
        "unit": "Miles"
      },
      "appointment": {
        "appointmentStartDateTime": "2026-06-12T18:00:00-05:00",
        "appointmentEndDateTime": "2026-06-13T12:00:00-05:00"
      }
    },
    "equipmentType": "V",
    "mode": "TL_LTL"
  }
}