PartnersPlansSearchEssentialViewModelResponseWrapper
- errorType: object · ErrorsResponse nullable
Response - errorsType: array object[] | null · ErrorResponse[]
- responseType: object · PartnersPlansSearchEssentialViewModel nullable
Slim response model for plan search operations. Mirrors Chaiz.API.Models.Partners.V2.PartnersPlansSearchViewModel but its Chaiz.API.Models.Partners.V2.PartnersPlansSearchEssentialViewModel.Results contain only the fields needed for plan comparison, selection, and checkout. Returned when the search request specifies {responseDetailLevel=essential}.
- resultsType: array object[] | null · PartnerSearchResultPlanEssentialViewModel[]
List of matching vehicle protection plans in slim form. May be empty if no plans match the search criteria.
Slim representation of a partner search result plan, optimized for LLM and lightweight integrations. Contains only the fields needed for plan comparison, selection, and checkout. Returned when the search request specifies {responseDetailLevel=essential}.
- searchType: object · PartnerPlanSearchCriteriaViewModel nullable
Criteria The search criteria that was used for this search.
Search criteria used for the plan search. Reflects the vehicle and location information provided in the request.
- searchType: string | nullFormat: uuid
Id Unique identifier for this search session.
- sessionType: string | nullFormat: uuid
Id Session identifier for tracking purposes.
- userType: string | nullFormat: uuid
Id Unique identifier for the user associated with this search.