Coyote Logistics · Schema

Enums_DocumentType

Document Type

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

JSON Schema

enums_documenttype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Enums_DocumentType",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Enums_DocumentType",
  "enum": [
    "Undefined",
    "VendorInvoice",
    "BillOfLading",
    "ProofOfDelivery",
    "LumperTicket",
    "ScaleTicket",
    "InGateTicket",
    "OutGateTicket",
    "Miscellaneous",
    "AccessorialAgreement",
    "RateConfirmation",
    "LoadTender",
    "Invoice",
    "CustomsDocuments",
    "InvoiceWithPaperwork",
    "DetentionLoading",
    "DetentionUnloading",
    "PalletReceipt",
    "SpotApproval",
    "EquipmentOrderedNotUsed",
    "CMR",
    "DemurrageLoading",
    "DemurrageUnloading",
    "ExitPass",
    "BalanceDue",
    "BalanceDueWithPaperwork",
    "PackingList"
  ],
  "type": "string",
  "description": "Document Type"
}