Coyote Logistics · Schema

BookingStatus

Load booking status

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

JSON Schema

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