Coyote Logistics · Schema

OfferStatus

Offer status

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

JSON Schema

offerstatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OfferStatus",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Offer.OfferStatus",
  "enum": [
    "Unknown",
    "Pending",
    "Accepted",
    "Countered",
    "Confirmed",
    "Canceled",
    "Removed",
    "Declined",
    "Invalid"
  ],
  "type": "string",
  "description": "Offer status"
}