PartnersPlansSearchViewModel
Response model for plan search operations. Contains the search identifiers, search criteria used, and list of matching plans.
- resultsType: array object[] | null · PartnerSearchResultPlanViewModel[]
List of matching vehicle protection plans. Each plan includes pricing, coverage details, and a searchResultPlanId for ordering. May be empty if no plans match the search criteria.
Represents a vehicle protection plan returned from a plan search. Contains pricing, coverage details, provider information, and unique identifiers for ordering.
- accreditedType: array string[] | null
By Accreditation organizations for the provider.
- addonsType: array object[] | null · PartnerAddonViewModel[]
Optional add-ons available for this plan. Add-ons provide additional coverage beyond the base plan.
Optional add-on coverage that can be added to a base plan.
- categoriesType: object | null
Dictionary mapping category IDs to category names for covered components.
- coverageType: array object[] | null · PartnerCoverageScoreViewModel[]
Scores Coverage scores by category (e.g., Engine, Transmission, Electrical). Indicates how comprehensive the coverage is for each vehicle system.
Coverage score for a specific vehicle system category.
- coverageType: string · CoverageTypeEnumenum
Type Possible values: None (0) - None, Powertrain (1) - Powertrain, PowertrainPlus (2) - PowertrainPlus, MostComprehensive (3) - MostComprehensive
values- None
- Powertrain
- Powertrain
Plus - Most
Comprehensive
- deductibleType: numberFormat: double
Deductible amount in USD per claim. The amount the customer pays out-of-pocket before coverage kicks in.
- displayType: string | null
Provider Name Display name of the warranty provider.
- downpaymentType: numberFormat: double
Down payment amount in USD required to activate the plan. For monthly payment plans, this is the initial payment.
- durationType: integerFormat: int32
Plan duration in months. Common values: 12, 24, 36, 48, 60 months.
- limitType: string | null
Of Liability Maximum limit of liability per claim or contract term. May be expressed as a dollar amount or vehicle value.
- milesType: integerFormat: int32
Coverage mileage limit. The plan covers repairs up to this many miles from the purchase odometer reading.
- monthlyType: numberFormat: double
Price Monthly payment amount in USD for installment plans. Only applicable when PaymentOption is set to monthly payments.
- paymentType: array object[] | null · PaymentOptionWithDiscountsViewModel[]
Options Available payment options with pricing details for each. Includes discounts and installment information.
Payment option details including discounts and installment information.
- payoutType: string | null
Claim payout method. Describes how repairs are paid (e.g., direct to shop, reimbursement).
- planType: number | nullFormat: double
Chaiz Rating Chaiz quality rating for this plan (0-100 scale). A proprietary score based on coverage quality, value, and provider reliability.
- planType: string | null
Checkout Url URL to the checkout page for this plan. Partners can redirect customers here to complete purchase.
- planType: string | null
Contract Url URL to the full contract/terms document for this plan.
- planType: array object[] | null · PartnerHighlightViewModel[]
Highlights List of plan highlights or badges. These indicate special qualities like "Best Value", "Most Popular", etc.
Represents a plan highlight or badge indicating a special quality.
- planType: integerFormat: int32
Id Signed 32-bit integers (commonly used integer type).
- planType: string | null
Name Name of the specific plan.
- planType: string | null
Rating Description Detailed description of why the plan received its rating.
- planType: string | null
Rating Verdict Human-readable verdict summarizing the plan quality. Examples: "Excellent", "Good", "Fair"
- planType: string | null
Summary Url URL to view a summary of plan coverage details.
- providerType: integerFormat: int32
Id Signed 32-bit integers (commonly used integer type).
- providerType: string | null
Info Additional information about the warranty provider. May include company description, years in business, etc.
- providerType: string | null
Logo Url URL to the provider's logo image.
- providerType: number | nullFormat: double
Rating Provider's overall rating (0-5 scale). Based on customer reviews and satisfaction scores.
- recommendationType: string | null
Summary One-line recommendation summary combining the plan's labels, rating, and highlights. Designed for agent-facing display. Null when no recommendation labels are assigned.
- resultType: array string[] | null
Labels Result-set-relative recommendation labels for this plan. Maximum of 2 labels per plan. Possible values: LOWEST_PRICE, HIGHEST_RATED, BEST_VALUE, BEST_COVERAGE. Null when no labels apply.
- scoreType: numberFormat: double
- searchType: stringFormat: uuid
Id Unique identifier for the search session that produced this result.
- searchType: integerFormat: int32
Result Plan Id Unique identifier for this plan result. Required for creating an order. Use this value in the CreateOrder endpoint's searchResultPlanIds array.
- stateType: string | null
- totalType: numberFormat: double
Price Total price of the plan in USD. This is the full cost if paid upfront or the total of all installments.
- userType: stringFormat: uuid
Id Unique identifier for the user associated with this search.
- searchType: object · PartnerPlanSearchCriteriaViewModel nullable
Criteria Search criteria used for the plan search. Reflects the vehicle and location information provided in the request.
- licenseType: string | null
Plate License plate number (if license plate search was used).
- makeType: string | null
Vehicle manufacturer (if Make/Model/Year search was used).
- mileageType: integerFormat: int32
Vehicle mileage used for the search.
- modelType: string | null
Vehicle model (if Make/Model/Year search was used).
- stateType: string | null
Short Name Two-letter US state code used for the search.
- vinType: string | null
Vehicle Identification Number (if VIN search was used).
- yearType: integerFormat: int32
Vehicle model year (if Make/Model/Year search was used).
- zipType: string | null
ZIP code used for the search (if provided).
- searchType: string | nullFormat: uuid
Id Unique identifier for this search session. Store this ID to reference the search results later.
- sessionType: string | nullFormat: uuid
Id Session identifier for tracking purposes.
- userType: string | nullFormat: uuid
Id Unique identifier for the user associated with this search.