VehicleMatchViewModel
One candidate vehicle from a lookup, with how confident Chaiz is about it.
- confidenceType: string | null
How the match was made.
HIGHis an exact match ignoring case.MEDIUMmatched after normalizing punctuation, for examplef150toF-150.LOWis a partial match and should be confirmed by the customer rather than used automatically. - makeType: string | null
Exact catalog make. Send this value in a plan search, not the customer's original text.
- makeType: integer Format: int32
Id Catalog identifier for the make. Use it with the models endpoint to list this make's models.
- modelType: string | null
Exact catalog model. Send this value in a plan search.
- modelType: integer Format: int32
Id Catalog identifier for the model.
- yearType: integer | null Format: int32
The year you asked about, echoed back. Null when you did not supply one.
- yearsType: array integer[] | null Format: int32
Available Every model year Chaiz carries for this make and model. Check the customer's year appears here before searching; a year outside this list returns no plans.