ModelViewModel

One vehicle model from the Chaiz catalog, including which years are covered.

  • make
    Type: string | null

    The exact catalog make name.

  • makeId
    Type: integer Format: int32

    Catalog identifier of the make this model belongs to.

  • model
    Type: string | null

    The exact catalog model name. Use this verbatim in a plan search.

  • modelId
    Type: integer Format: int32

    Catalog identifier for this model.

  • yearsAvailable
    Type: array integer[] | null Format: int32

    Every model year Chaiz carries for this make and model. A year outside this list returns no plans, so validate the customer's year against it before searching.