Coyote Logistics · Schema

LoadStopRequirementType

Load stop requirements

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

JSON Schema

loadstoprequirementtype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadStopRequirementType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadStopRequirementType",
  "enum": [
    "DropTrailerRequired",
    "DropAndHook",
    "DropTrailerAllowXHoursToUnload",
    "PreloadDropTrailerXHoursInAdvance",
    "Blind",
    "Government",
    "TWIC",
    "EscortOrTWICRequired",
    "UIIA",
    "LiquorPermit",
    "StrictAppt",
    "NoWorkIns",
    "NoEarlyDeliveries",
    "NoSameDayReschedules",
    "XRescheduleFee",
    "XLateFee",
    "ScaleEmpty",
    "ScaleHeavy",
    "XTankOfFuelAtShipper",
    "LoadedToLegalWeight",
    "NotAllowedOnDock",
    "MustCheckinAsCoyote",
    "NoLoadLocksOrStraps",
    "MustSecureLoad",
    "MustProvideAndApplySeal",
    "ExitPass",
    "EnglishSpeaking",
    "SpanishSpeaking",
    "USCitizen",
    "ValidUSCommercialDriversLicenseHardcopy",
    "OnsiteParkingAvailable",
    "OvernightParkingAvailable",
    "LegalScaleOnSite",
    "SecureYard",
    "HardHat",
    "SafetyGlasses",
    "EarPlugs",
    "LongPants",
    "LongSleeves",
    "ClosedToeShoes",
    "SteelToeShoes",
    "SafetyVest",
    "NoTankTops",
    "NoAnimalsAllowed",
    "PayLumperWCashTCheck",
    "LumperReceiptRequired",
    "NeedCoyoteApprovalToUseLumperService",
    "PrepaidLumperService",
    "LumperReceiptRequiredWithinXHours",
    "TrailerDetentionAfterXDays",
    "NoTrailerDetentionOrLayover",
    "DetentionAuthFormRequired",
    "TrailerInspectionFormRequired",
    "Liftgate",
    "Residential",
    "LimitedAccess",
    "SortAndSegregate",
    "Inside",
    "Tradeshow",
    "UnpackDetrash",
    "ScaleTicketMustBeSubmittedWithPaperwork",
    "CarrierCannotContactFacility",
    "WeightIsApproximate",
    "PieceCountIsApproximate",
    "DriverBlockAndBraceProduct",
    "MustConfirmAllPosMatchRateCon",
    "CleanCriminalRecordRequired",
    "FacemaskRequired",
    "NoOnsiteParking",
    "NoOvernightParking",
    "SafetyVideoRequired",
    "WrittenSafetyTestRequired",
    "PaperworkRequiredWithinXHours",
    "CarrierNotifyBeforeArrival",
    "AppointmentRequired",
    "DoNotStack",
    "PalletExchange",
    "Fcfs"
  ],
  "type": "string",
  "description": "Load stop requirements"
}