Service Hours
7:00–17:00 Mon–Fri dispatch · Weekends on-callTruck Rate
$175/hr Field diagnostics, welding, electrical, hydraulicScope
Diag • Repair • Maintain Construction, forestry, and rental fleetsCoverage & Dispatch
Based out of Terrace, BC with a fully outfitted F‑550 service truck (AutoCrane + Miller welder). Regular routes include:
Terrace
Kitimat
Prince Rupert
Stewart
Jobs outside this corridor considered on a case-by-case basis. Travel billed portal-to-portal at the standard truck rate.
Capabilities
- John Deere construction & forestry diagnostics (CANBUS, Service Advisor workflows).
- Hydraulic, electrical, powertrain, and welding repairs in the field.
- Rental fleet maintenance programs and pre-delivery inspections.
- Emergency call-outs for downed machines, including boom/crane support.
Contact
Agent shortcuts
Automations and AI agents can create jobs directly:
POST to https://j2heavyduty.com/api/intake
Headers: Content-Type: application/json
{
"jobId": "J2-20260304-007",
"customer": {"name": "North Coast Rentals"},
"job": {
"location": "Prince Rupert Yard",
"openedDate": "2026-03-04",
"serviceDate": "2026-03-05",
"priority": "normal"
},
"machine": {"unitId": "Loader-21", "makeModel": "John Deere 544"},
"labor": [{"tech": "Jordan", "category": "mechanic", "hours": 2.5, "rate": 175 }]
}
Validation rules match the public intake form. Successful requests return intakeId + receivedAt.