{
 "id": "2FMDK3JC2DBC30676",
 "name": "2013 Ford Edge",
 "year": 2013,
 "make": "Ford",
 "model": "Edge",
 "trim": "SEL",
 "bodyStyle": "suv",
 "color": "silver",
 "condition": "used",
 "price": null,
 "currency": "USD",
 "mileage": 124223,
 "vin": "2FMDK3JC2DBC30676",
 "image": "https://api.kelleyautoplex.com/api/public/media/vehicles/238/52c29c2f3d7048cc90e1aad3651a9bec.jpg",
 "url": "https://carchat.io/v/kelley-autoplex/2FMDK3JC2DBC30676",
 "dealer": {
  "id": "kelley-autoplex",
  "name": "Kelley Autoplex",
  "city": "San Antonio",
  "state": "TX",
  "url": "https://carchat.io/d/kelley-autoplex"
 },
 "description": "SEL · SUV · Bluetooth, Backup Camera, Rear Parking Sensors, Leather Steering Wheel, Keyless Entry",
 "inquiry": {
  "description": "Submit a buyer inquiry for this vehicle. The dealership responds directly, usually within minutes.",
  "method": "POST",
  "url": "https://carchat.io/api/lead",
  "contentType": "application/json",
  "body": {
   "dealerId": "kelley-autoplex",
   "vin": "2FMDK3JC2DBC30676",
   "name": "<required: buyer name>",
   "phone": "<required: buyer phone>",
   "email": "<optional>",
   "message": "<optional>",
   "source": "agent"
  }
 }
}