Coyote Logistics · Schema

LoadBuildStatus

Load build status

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

JSON Schema

loadbuildstatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "LoadBuildStatus",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadBuildStatus",
  "enum": [
    "InProgress",
    "Completed",
    "Failed"
  ],
  "type": "string",
  "description": "Load build status"
}