Rush Enterprises · JSON Structure

Rush Enterprises Service Event Structure

Structure of a commercial vehicle service event managed through RushCare Service Connect

Type: Properties: 0
Commercial VehiclesFleet ManagementTelematicsTruck DealershipsTransportationFortune 1000

Rush Enterprises Service Event Structure is a JSON Structure definition published by Rush Enterprises.

Meta-schema:

JSON Structure

rush-enterprises-service-event-structure.json Raw ↑
{
  "title": "Rush Enterprises Service Event",
  "description": "Structure of a commercial vehicle service event managed through RushCare Service Connect",
  "fields": [
    {
      "name": "eventId",
      "type": "string",
      "required": true,
      "description": "Unique service event identifier"
    },
    {
      "name": "vehicleId",
      "type": "string",
      "required": true,
      "description": "Vehicle associated with this service event"
    },
    {
      "name": "vin",
      "type": "string",
      "required": false,
      "description": "17-character Vehicle Identification Number"
    },
    {
      "name": "serviceType",
      "type": "string",
      "required": true,
      "description": "Type of service: preventive_maintenance, repair, inspection, emergency"
    },
    {
      "name": "status",
      "type": "string",
      "required": true,
      "description": "Current status: scheduled, in_progress, completed, cancelled"
    },
    {
      "name": "location",
      "type": "object",
      "required": false,
      "description": "Rush Truck Center location where service is performed",
      "fields": [
        {"name": "locationId", "type": "string"},
        {"name": "name", "type": "string"},
        {"name": "address", "type": "string"},
        {"name": "city", "type": "string"},
        {"name": "state", "type": "string"}
      ]
    },
    {
      "name": "scheduledDate",
      "type": "string (date-time)",
      "required": false,
      "description": "When the service is scheduled (ISO 8601)"
    },
    {
      "name": "completedDate",
      "type": "string (date-time)",
      "required": false,
      "description": "When the service was completed (ISO 8601)"
    },
    {
      "name": "faultCodes",
      "type": "array of string",
      "required": false,
      "description": "Geotab telematics fault codes (SPN/FMI format)"
    },
    {
      "name": "notes",
      "type": "string",
      "required": false,
      "description": "Service notes or technician description"
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/rush-enterprises-service-event-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.