LicensePlateSearchCriteria
Search criteria using vehicle license plate number. The license plate is used to look up the vehicle's VIN and details. State is required for license plate lookup.
- licenseType: string
Plate min length:1max length:8requiredVehicle license plate number (1-8 characters). Required. State must also be provided for license plate lookup.
- 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.