Coyote Logistics · Schema

RateCode

Charge codes: FR = FlatRate, 405 = FuelSurCharge, PM = PerMile

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

JSON Schema

ratecode.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RateCode",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.RateCode",
  "enum": [
    "Unknown",
    "FlatRate",
    "FuelSurcharge"
  ],
  "type": "string",
  "description": "Charge codes: FR = FlatRate, 405 = FuelSurCharge, PM = PerMile"
}