Coyote Logistics · Schema

LoadStopLocationInfo

Defines the load stop location details for request

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

Properties

Name Type Description
location object
deadheadRadius object
appointment object
View JSON Schema on GitHub

JSON Schema

loadstoplocationinfo.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadStopLocationInfo",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.LoadStopLocationInfo",
  "type": "object",
  "properties": {
    "location": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.GeoLocation"
    },
    "deadheadRadius": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.Radius"
    },
    "appointment": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.AvailableLoads.AppointmentDate"
    }
  },
  "additionalProperties": false,
  "description": "Defines the load stop location details for request"
}