Coyote Logistics · Schema

Appointment

Appointment

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

Properties

Name Type Description
facilityOpenDateTimeUtc string Facility Open DateTime in Utc
facilityCloseDateTimeUtc string Facility Close DateTime in Utc
appointmentStartDateTimeUtc string Appointment Start DateTime in Utc
appointmentEndDateTimeUtc string Appointment End DateTime in Utc
View JSON Schema on GitHub

JSON Schema

appointment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Appointment",
  "x-source-schema": "Coyote.Systems.ExternalApi.Contracts.Models.Tracking.Appointment",
  "type": "object",
  "properties": {
    "facilityOpenDateTimeUtc": {
      "type": "string",
      "description": "Facility Open DateTime in Utc",
      "format": "date-time",
      "nullable": true
    },
    "facilityCloseDateTimeUtc": {
      "type": "string",
      "description": "Facility Close DateTime in Utc",
      "format": "date-time",
      "nullable": true
    },
    "appointmentStartDateTimeUtc": {
      "type": "string",
      "description": "Appointment Start DateTime in Utc",
      "format": "date-time",
      "nullable": true
    },
    "appointmentEndDateTimeUtc": {
      "type": "string",
      "description": "Appointment End DateTime in Utc",
      "format": "date-time",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "description": "Appointment"
}