ArcBest · JSON Structure

Arcbest Api Pickup Request Structure

Type: object Properties: 4 Required: 2
LogisticsFreightLTLSupply ChainShippingTransportation

PickupRequest is a JSON Structure definition published by ArcBest, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

proNumber pickupDate readyTime closeTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "proNumber",
    "pickupDate"
  ],
  "properties": {
    "proNumber": {
      "type": "string",
      "description": "PRO number for the shipment",
      "example": "PRO-123456789"
    },
    "pickupDate": {
      "type": "date",
      "description": "Requested pickup date",
      "example": "2026-04-20"
    },
    "readyTime": {
      "type": "string",
      "description": "Time freight will be ready (HH:MM)",
      "example": "09:00"
    },
    "closeTime": {
      "type": "string",
      "description": "Facility closing time (HH:MM)",
      "example": "17:00"
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arcbest/refs/heads/main/json-structure/arcbest-api-pickup-request-structure.json",
  "name": "PickupRequest"
}