{
"resultado": "OK",
"datos": {
"id": 1,
"nombre_vehiculo": "Mercedes Sprinter VIP",
"modelo": "2023",
"marca": "Mercedes Benz",
"linea": "Sprinter",
"tipos": [
"VIP",
"ULTRA"
],
"url_imagen": "https://estarter.co/images/sprinter-vip.jpg",
"capacidad": 15,
"blindaje": false,
"estado": "ACTIVO",
"servicios": {
"VIP": {
"unidad_minima": 4,
"unidad_base": 4,
"tarifa_minima": 250000,
"tarifa_base": 250000,
"tarifa_hora_adicional": 62500
}
}
},
"mensaje": "Vehículo creado exitosamente en el catálogo"
}