Coyote Logistics · Schema

LoadRequirementType

Load requirement type

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

JSON Schema

loadrequirementtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadRequirementType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadRequirementType",
  "enum": [
    "Guaranteed",
    "Team",
    "HazmatEndorsement",
    "TankerEndorsement",
    "Hvhr",
    "HvhrPlus",
    "ProtectFromFreeze",
    "PartialLoad",
    "DoubleBlind",
    "DisasterRelief",
    "TradeShow",
    "TechTrackingRequired",
    "Fast",
    "PipOrPep",
    "Neec",
    "BondedCarrier",
    "OverDimension",
    "Ctpat",
    "IntraMexico",
    "CrossBorderMexico",
    "BorderCrossingByCustomer",
    "BorderCrossingByCoyote",
    "FdaClearanceRequired",
    "TransloadByCustomer",
    "TransloadByCoyote",
    "SecondaryBorderInspection",
    "RepairReceiptRequiredForBreakdowns",
    "Haccp",
    "Seal",
    "NoCameraPhonePhotosOfPaperwork",
    "MustBeDedicatedTrailer",
    "ThroughTrailerOnly",
    "NoSubcontracting",
    "NoTransitViaSwitzerland",
    "SecureParkingInTransit",
    "ThermographPrintout",
    "TransitViaEurotunnel"
  ],
  "type": "string",
  "description": "Load requirement type"
}