AllSearchCriteria

Search criteria that accepts VIN, license plate, or Make/Model/Year. The system uses the highest priority method available:

  1. VIN (highest priority)
  2. License Plate
  3. Make/Model/Year (lowest priority)
  • licensePlate
    Type: string | null
    min length:  
    1
    max length:  
    8

    Vehicle license plate number (1-8 characters). If provided without VIN, takes priority over Make/Model/Year. State is required when using license plate search.

  • make
    Type: string | null

    Vehicle manufacturer (e.g., "Toyota", "Ford", "Honda"). Required for Make/Model/Year search if VIN and licensePlate are not provided.

  • mileage
    Type: integerFormat: int32

    Current vehicle odometer reading in miles. Required. Must be between 1 and 250,000.

  • model
    Type: string | null

    Vehicle model name (e.g., "Camry", "F-150", "Civic"). Required for Make/Model/Year search if VIN and licensePlate are not provided.

  • stateShortName
    Type: string | null

    Two-letter US state code (e.g., "NY", "CA", "TX"). Required if zip is not provided.

  • vin
    Type: string | null

    17-character Vehicle Identification Number. If provided, takes priority over licensePlate and Make/Model/Year.

  • year
    Type: integerFormat: int32

    Vehicle model year (e.g., 2020). Must be within the last 25 years and not in the future. Required for Make/Model/Year search if VIN and licensePlate are not provided.

  • zip
    Type: string | null

    5-digit US ZIP code. Required if stateShortName is not provided. ZIP takes precedence over state for location-based pricing.