Auto Insurance

The Item data for Auto Insurance

See below the data available for the items at quotes:

Parameter
plate-
chassis-
model_year-
model_name-
model_variant-
manufacture_year-
brand_name-
fipe_codeBrazilian’s “FIPE” identification code
fuel_type-
is_0kmFlag that determines if the vehicle is new or used
driversList of drivers for the vehicle
drivers.first_name-
drivers.last_name-
drivers.cpfBrazilian’s document of “CPF”
drivers.gender-
drivers.birth_dateDriver birthdate as yyyy-mm-dd
drivers.days_per_weekDays per week this driver uses the vehicle
drivers.questionsList of questions for the driver, quiz and answers
The fuel type can be:
One Of
gasoline, ethanol, flex, diesel, battery, hybrid
{
  "plate": "string",
  "chassis": "string",
  "model_year": 0,
  "model_name": "string",
  "model_variant": "string",
  "manufacture_year": 0,
  "brand_name": "string",
  "fipe_code": "string",
  "fuel_type": "string",
  "is_0km": true,
  "drivers": [
    {
      "first_name": "string",
      "last_name": "string",
      "cpf": "string",
      "gender": "string",
      "birth_date": "string",
      "days_per_week": 0,
      "questions": []
    }
  ]
}