Chatbot Mapping Test - Web App Format

1. AI Parsed Input

{
    "equipment_type": "Telehandler",
    "reach_horizontal": 30,
    "reach_vertical": 25,
    "lift_weight": 1600,
    "drive_type": "4WD",
    "fuel_type": "Diesel"
}

❌ Error

SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '0' for key 'PRIMARY'

7. Next Steps

  1. Test your chatbot with the same input that failed before
  2. Check the logs for the new API URL format
  3. Verify workorder creation - should see workorder ID like 14855+
  4. Check for constraint violations - should be resolved now