MakeModelYearSearchCriteria
Search criteria using vehicle Make, Model, and Year. All three fields (make, model, year) are required together.
- makeType: stringrequired
Vehicle manufacturer (e.g., "Toyota", "Ford", "Honda"). Required.
- modelType: stringrequired
Vehicle model name (e.g., "Camry", "F-150", "Civic"). Required.
- yearType: integerFormat: int32min:1999max:2030required
Vehicle model year (e.g., 2020). Required. Must be within the last 25 years and not in the future.
- mileageType: integerFormat: int32
Current vehicle odometer reading in miles. Required. Must be between 1 and 250,000.
- stateType: string | null
Short Name Two-letter US state code (e.g., "NY", "CA", "TX"). Required if zip is not provided.
- zipType: string | null
5-digit US ZIP code. Required if stateShortName is not provided. ZIP takes precedence over state for location-based pricing.