Coyote Logistics · Schema

Enums_LimitedAccessType

LTLLimitedAccessType

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

JSON Schema

enums_limitedaccesstype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Enums_LimitedAccessType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Enums_LimitedAccessType",
  "enum": [
    "Undefined",
    "Church",
    "ConstructionSite",
    "MilitaryBase",
    "MineSite",
    "MiniStorage",
    "RemoteGovtDelivery",
    "School",
    "Other"
  ],
  "type": "string",
  "description": "LTLLimitedAccessType"
}