Coyote Logistics · Schema

StopType

Stop Types

freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API
View JSON Schema on GitHub

JSON Schema

stoptype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StopType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.StopType",
  "enum": [
    "Pickup",
    "Delivery"
  ],
  "type": "string",
  "description": "Stop Types"
}