PartnerPlanSearchCriteriaViewModel

Search criteria used for the plan search. Reflects the vehicle and location information provided in the request.

  • licensePlate
    Type: string | null

    License plate number (if license plate search was used).

  • make
    Type: string | null

    Vehicle manufacturer (if Make/Model/Year search was used).

  • mileage
    Type: integerFormat: int32

    Vehicle mileage used for the search.

  • model
    Type: string | null

    Vehicle model (if Make/Model/Year search was used).

  • stateShortName
    Type: string | null

    Two-letter US state code used for the search.

  • vin
    Type: string | null

    Vehicle Identification Number (if VIN search was used).

  • year
    Type: integerFormat: int32

    Vehicle model year (if Make/Model/Year search was used).

  • zip
    Type: string | null

    ZIP code used for the search (if provided).