Coyote Logistics · Schema

AssociatedEntity

Associated Entity response

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

Properties

Name Type Description
id integer Coyote entity Id
name string Coyote entity name
View JSON Schema on GitHub

JSON Schema

associatedentity.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AssociatedEntity",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.AssociatedEntities.AssociatedEntity",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Coyote entity Id",
      "format": "int32"
    },
    "name": {
      "type": "string",
      "description": "Coyote entity name",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Associated Entity response"
}