Coyote Logistics · Schema

Load

Load information

freight brokeragelogisticstruckloadLTLless-than-truckloadshippingsupply chainfreight quotesshipment trackingload management3PLcustoms brokeragecarrier APIshipper API

Properties

Name Type Description
customer object
loadDetail object
View JSON Schema on GitHub

JSON Schema

load.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Load",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.Load",
  "required": [
    "loadDetail"
  ],
  "type": "object",
  "properties": {
    "customer": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.Customer"
    },
    "loadDetail": {
      "$ref": "#/components/schemas/Coyote.Systems.ExternalApi.Contracts.Models.LoadBuilding.LoadDetail"
    }
  },
  "additionalProperties": false,
  "description": "Load information"
}