Coyote Logistics · Schema

Enums_DimensionUnit

Dimension Units

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

JSON Schema

enums_dimensionunit.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Enums_DimensionUnit",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Enums_DimensionUnit",
  "enum": [
    "Undefined",
    "Inches",
    "Meters",
    "Centimeters",
    "Millimeters",
    "Feet"
  ],
  "type": "string",
  "description": "Dimension Units"
}