Coyote Logistics · Schema

LTLSpotQuote

LTL Rate Response

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

Properties

Name Type Description
ltlSpotQuoteId string LTL Spot Quote request Id
carrierQuotes array Carrier Quotes
View JSON Schema on GitHub

JSON Schema

ltlspotquote.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LTLSpotQuote",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Spot.LTLSpotQuote",
  "type": "object",
  "properties": {
    "ltlSpotQuoteId": {
      "type": "string",
      "description": "LTL Spot Quote request Id",
      "nullable": true
    },
    "carrierQuotes": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.Spot.CarrierQuote"
      },
      "description": "Carrier Quotes",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "LTL Rate Response"
}